Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access the selected table
Message
From
07/10/1998 22:30:29
 
 
To
06/10/1998 22:11:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00144394
Message ID:
00144866
Views:
19
Craig,

I added this line of code before the sql and it cleared up the error.

thisform.list1.recordsource = ""

Thanks for the reply.
Dave
>>select ship_order+'-'+suffix as so,client_id,card_type,card_id,; no_carrier+no_conlys as no_cards,short_name,csr,recd_date,due_date;
>> from otrack;
>> where &lcstat&mywhere order by &myorder into cursor tmpopen
>>thisform.list1.columncount = 9
>>thisform.list1.columnwidths = "60,65,20,55,40,200,25,60,60"
>>thisform.list1.rowsourcetype = 2 &&alias
>>thisform.list1.rowsource = 'tmpopen'
>>thisform.list1.requery
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform