Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL parameter from listbox
Message
From
02/02/2007 12:18:46
 
 
To
02/02/2007 10:42:00
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01191797
Message ID:
01191860
Views:
8
>Dear Experts
>
>list1 contains data as
>1
>5
>3
>7
>
>that is actually gate_no
>
>From Table1, I want to get records those gate_no is equal to list1.gate_no.
>
>How to enter gate_no reference from list1.
>
>Select gate_no from table1 where gate_no = thisform.list1.gate_no....... into cursor
>
>Please help

Tr y
select gate_no from table1 where gate_no = thisform.list1.List(thisform.list1.ListIndex,1) ... into cursor
Greg Reichert
Previous
Reply
Map
View

Click here to load this message in the networking platform