Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Examine Changes
Message
From
19/08/2009 13:41:25
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01418972
Message ID:
01419038
Views:
72
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
Previous
Reply
Map
View

Click here to load this message in the networking platform