Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual Extend
Message
From
13/06/2006 11:41:43
 
 
To
12/06/2006 19:57:21
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:
01128737
Views:
21
Hi, Nir
looks like a great idea. I tried all the properties you mentioned and was so close to the right solution.
I very appreciate your help.
Have a great day.
Jerry

>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
Reply
Map
View

Click here to load this message in the networking platform