Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box ??? Values are added automatically to the lis
Message
From
13/06/2005 14:18:30
John Vlahos
V I Software Solutions Design
Mississauga, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01022845
Message ID:
01022862
Views:
12
Borislav,

I did not want to add VALUES to the table upon the initial insert.

I need to use my FieldSetValue class routine to do it based on the _AddMode property value ...

Is there a way to use INSERT INTO without inserting the values reight away?

John


WITH THIS
APPEND BLANK IN (._cAlias)
._lAddMode = .T. && Set Add Mode to true.
.FieldSetValue("Key", SYS(2015) )
.FieldSetValue("tAddStamp", DATETIME() ) && Perform
.FieldSetValue("cAddBy", pcUserName )
ENDWITH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform