Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maintain Group Header Information - again
Message
From
06/11/1997 15:38:34
 
 
To
06/11/1997 15:35:07
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00058698
Message ID:
00058717
Views:
34
>>>Yes here's the code.
>>>
>>>SELECT &lcALLFIELDS FROM GLS!LM10, GLS!LM10TRS WHERE ;
>>> lm10.CDLRNMBR = lm10trs.CDLRNMBR ;
>>> INTO CURSOR LM10VUE ;
>>> UNION ;
>>> SELECT &lcNOTRSFIELDS FROM GLS!LM10 ;
>>> WHERE lm10.CDLRNMBR NOT IN ;
>>> ( SELECT lm10trs.CDLRNMBR FROM lm10trs )
>>>
>>
>>At least something get fixed. May I repeat the question: is record '215' ok in the cursor?
>
>Yes the record that contains the dealer number '215' is in the
>cursor.

I would do following: create report variable, assign it to cursor.balance (calculate nothing) and print it in group footer. Maybe this will work Ok?
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform