Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports
Message
 
To
27/08/2001 23:09:16
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00548930
Message ID:
00549684
Views:
10
Yes this is correct. You won't see the revisedapps table in your datasession. You don't even need to, actually.

>Thanks Randy. I placed the code after the IF Block, but noticed that the table "revisedapps" did not show up in the datasession window.
>
>I even tried placed the code right after completing the select statement which is as follows:
>
>
select * from changedappointments into cursor changedappsinfo nofilter;
>	where changedappointments.datechange >= mrepbegindate .AND. ;
>	changedappointments.datechange <= mrependdate  ;
>	group by changedappointments.localdoc,changedappointments.pat_name ;
>	order by changedappointments.localdoc, changedappointments.pat_name
>        COPY TO revisedapps TYPE FOX2X
>
>The above code is just one part of the if/else condition. Am I doing this right? Thanks for your help.
>
>- Ravi
Previous
Reply
Map
View

Click here to load this message in the networking platform