Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Non-Working Form **Please Help**
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Non-Working Form **Please Help**
Miscellaneous
Thread ID:
00340139
Message ID:
00340139
Views:
65
I used the following snip of code to up date a field like firstname and Lastname BASE ON cid
now I am trying to use the same code to pulL in a sitename base on the site #
but I keep getting the following error

Function Argument value, type, or count is invalid

-- snip of code---
sele sites
seek allt(this.value)
If !found()
wait wind "SITE# not found" NOWAIT
NODEFAULT &&will prevent the focus from leaving the entry box
Endif
thisform.refresh &&will update the display of field values
--- end of code snip ---

What am I missing?

Mike D.
Next
Reply
Map
View

Click here to load this message in the networking platform