Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual Extend
Message
From
12/06/2006 19:57:21
 
 
To
12/06/2006 16:38:41
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Novell 5.x
Miscellaneous
Thread ID:
01128507
Message ID:
01128542
Views:
20
hi Jerry
this is done in the following way:

on the pickfield control
change the luserPreparePickData to .T.
change the lWorkOnView to .T.
change the nValidMode to 2 && user validation

in the preparePickData method enter the following code
lparameters tcCursorName
select (your select statement) into cursor ( tcCursorName )

in the doUserValid method enter he following code
lparameters tcCursorName
select (your select statement) + this.txtField.value = (fieldExpr) into cursor ( tcCursorName )
return _tally > 0


hope it helps,
Nir.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform