Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory message
Message
From
23/10/2002 11:37:28
John Vlahos
V I Software Solutions Design
Mississauga, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00714085
Message ID:
00714405
Views:
22
Yes it is within a valid WITH/ ENDWITH block.

I have other similar statement executing and work correctly. If I comment the lblID statement the program executes correctly.

oCurrentData is called from the Load() event a form who's class is a base form with the following statement:

DODEFAULT("_DATA_CUSTOMER", pcTablePath + "CUSTOMER.dbf", "CUSTOMER", 2)

The base class form receives the parameters and the following object is created from it's load() event:

THISFORM.oCurrentData = CREATEOBJECT(lcFileClass, lcFile, lcAlias, lcBufferMode)

The "_DATA_CUSTOMER" is class which performs only a RecorValidate() routine when the user wishes to save updates to a table. _DATA_CUSTOMER is a custom class based on another general purpose update class within a DATA.vcx file.
The general purpose class contains methods to perform movements and other important common transactions needed for updating a table, which in this example is the CUSTOMER.dbf., such as RecorNext() RecordPrevious(), RecordAppend(), RecordEdit, etc().

I just started getting problems recently. It was working great for some time..

Any suggestions?
Previous
Reply
Map
View

Click here to load this message in the networking platform