Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Examine Changes
Message
De
19/08/2009 13:41:25
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01418972
Message ID:
01419038
Vues:
70
This message has been marked as a message which has helped to the initial question of the thread.
Thanks a lot - this is helpful.

You are welcome. You call the form like this when you encounter an update conflict:
    loUpd = CREATEOBJECT( 'updres', ThisForm.DataSessionID, Thisform.cPrimaryAlias )
    IF TYPE( 'loUpd' ) = "O" AND ! ISNULL( loUpd )
      loUpd.Show()
    ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform