Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box ??? Values are added automatically to the lis
Message
De
13/06/2005 14:18:30
John Vlahos
V I Software Solutions Design
Mississauga, Ontario, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01022845
Message ID:
01022862
Vues:
11
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform