Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Writing a Report Exception (in case table empty)
Message
From
11/03/2010 08:06:57
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01453531
Message ID:
01453892
Views:
39
>Sorry, I didn't pay attention. The 'Return' is a bad name for the cursor. Try to use
>
>crsResults instead for the cursor's name. Always try to avoid VFP words for your table names or field names or variables, etc.
>
>>>>>You needed
>>>>>
>>>>>
>>>>>select Books.*,Acc.prin,Acc.status;
>>>>>     From;
>>>>>         Acc;
>>>>>        inner join mainbase!books ;
>>>>>on acc.ID=books.Id;
>>>>>where acc.status= status ;
>>>>>into cursor return nofilter
>>>>>
this code doesnt work this...tells me Column status cannot be found.wont save unless i do 'status' which works for like 15 minutes
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform