473,698 Members | 2,178 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

objects gone, please help

New to VB.NET, designing my first form with an MS manual at my side, placing
objects and writing code.

For good reason I just:

SAVED All (!!)
deleted all objects leaving only a grey form,
ran my program to see the result,
then UNDO to get my objects back.

No Undo.
No objects.
Empty form.
No object code.

What - - happened? Does this auto-save when a program is run? If so fine,
but as a backup, I hope. It couldn’t be overwriting my own Save, it just
can’t be.

Been searching 20 minutes, starting to get nervous. Just like to get my work
back. Help appreciated. Thanks!
Jan 27 '07
10 1331

When I referred to the network being slow, it wasn't an Access problem, it
really *was* a network problem. I supported 3 applications that I wrote
with 3 different Access databases. I'm in California; I supported one here,
and two in the Midwest. To make it run as fast as possible, I put the two
databases used by the MidWest users in the MidWest.

When I wanted to open one of those, it took at least 2 minutes just to open
the frickin' database by double-clicking on it. That's right, just open it,
not run anything. As I tend to be impatient with computers, it was very
frustrating, but nothing I could fix.

So I think I had problems because of the network issue, and the state of
the database would be different when I started copying it versus when it
was in the middle or at the end. Once or twice in mid-day when network
traffic was at its highest, I couldn't even copy it in place, or to a
different folder in the MidWest even. Grrrrrrr.

It didn't happen enough to be a major issue, it was just an annoyance.

Your setup sounds really interesting; sounds like a fun project to work on.
I used to caddy for my father when I was young, and I have to say, golfers
take themselves and their game way too seriously. On the bright side, I
made a fortune (well, it was a fortune at that age) collecting golf balls
off the bottom of the lake and selling them to the clubhouse, although at
times it was dangerous work. Fore!

As for this:
P.S. Being nibbled to death by ducks would be a 'fowl' way to die, I must
admit... :) OK...OK... no stones....
Grooooan. I guess I asked for that. I could respond by calling you a turkey
or something silly like that, but I should resist. I don't want to crow
about my ability to pun, or have you think I'm going quackers.

Robin S.
-------------------------------------------------

"Bruce W. Darby" <kr******@atcom cast.netwrote in message
news:-6************** *************** *@comcast.com.. .
Well, from where I work, as the supervisor of a small tech support
department, yes, we should be able to copy it. We have a business
relationship with a company that markets a GPS system for golf carts.
That system is designed to keep our software alive and kicking, which
means that the .mdb is locked and cannot be modified or moved, etc. If we
need to have the course upload the database to us because of a problem,
then making a copy of it to the desktop, then uploading it to our web
server is the only way to do it without shutting down the GPS system.
Shut down the GPS system on a day when the course if filled with players
using that system to keep their scores can result in a VERY bad day for
the course. :) I've never seen a 'copy' operation lose or corrupt data in
the .mdb and I've been using this copy method at least three times a
week. I 'have' seen the slowness that you indicate when the location of
the database is not within the same building as software running the
application. Seems like anything more than about 'across the parking lot'
causes Access to slow down to a crawl.

Bruce

P.S. Being nibbled to death by ducks would be a 'fowl' way to die, I must
admit... :) OK...OK... no stones....

"RobinS" <Ro****@NoSpam. yah.nonewrote in message
news:qe******** *************** *******@comcast .com...
>Yes, it *can*, but should it? I have had problems with that
in the past. I've gotten "locked" messages a couple of times,
and sometimes it appears that data being updated was lost.
Maybe it was because the network at the company where I worked
was soooooooooooooo o slooooooooooooo ooooow. Accessing information
across the network was like being nibbled to death by ducks.


Jan 28 '07 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2280
by: Christian Tismer | last post by:
Dear Former Stackless Users, I have to use this list to announce something really bad to you, since all the Stackless lists are defunct: The Stackless project is finally dead, now and forever. If this doesn't affect you, please don't worry and just ignore it. I don't take any responsibilities for any harm brought to you, your family or your descendants
3
1681
by: Francesco Gallarotti | last post by:
I have a class Model that contains a private vector<Vertex*> vertices Each Vertex object has some info in it, and among those there is a Vector *normal In a piece of code (inside a parser that reads data from a file and builds a data structure) I have this loop:
9
1922
by: F. Da Costa | last post by:
Hi, Does anybody know why IE5+ does *not* honour array objects (like a table) across a session? Example: Frame A contains a var tableVar which is set via form Frame B (on init) using top.A.tableVar = document.getElementById("someTable"); As long as Frame B is *not* 'refreshed/ reloaded' witk another page the
42
1634
by: Rigga | last post by:
Hi all, I am wondering why string's are not true objects?.... Let me explain... If i write the code Dim x1 as String = "veg" Dim x2 as String = "veg" If x1 = x2 then
7
1413
by: Dave Townsend | last post by:
Hi, I came across a little problem the other day, I wonder if anyone has a more elegant solution: I have a class which has some "pixmap" members, this is a QT-data type which is similar to a bitmap on Windows. A number of the objects are created and share the same set of pixmaps, so a reference I thought would be a good thing here.
6
1434
by: Matt | last post by:
I inhereted a rather extensive MS Access 2000 database (SQLServer 2000 backend)in adp format. Is there a way to search the Access front end for references to specific database objects? Let's say there are 100 macros and I want to know if any of them use a particular stored procedure. I'd hate to have to manually look in all 100 macros.
2
2010
by: Mel | last post by:
This may be a stupid question, but here goes... I have created a NameValueCollection in my website's application state. If, during a page request, I add a string key and string value to the collection, how are they stored? Strings are objects so I'm really only passing references, right? Now I assume that request handlers run in different threads with their own memory spaces, and when the request ends, the memory space is unaloted,...
4
1741
by: JoeC | last post by:
I am trying to design some complex objects that have quite a bit of data. I understand most syntax but I am trying to learn how to make better design choices. The first question is to OK or good design to have large objects with several has-a relationship with other objects. Second, I want my unit to have a coord struct. struct coord{ int x;
9
1985
by: Paulers | last post by:
Hello, I have a log file that contains many multi-line messages. What is the best approach to take for extracting data out of each message and populating object properties to be stored in an ArrayList? I have tried looping through the logfile using regex, if statements and flags to find the start and end of each message but I do not see a good time in this process to create a new instance of my Message object. While messing around with...
0
8675
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8604
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8897
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8862
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6521
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.