Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maintain Group Header Information - again
Message
From
06/11/1997 15:11:12
 
 
To
06/11/1997 15:03:55
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00058698
Message ID:
00058699
Views:
28
>>Look at outer-joined cursor. Does it really contains #215 record?
>
>Starting a new thread. I hate it when the thread gets too far
>to the right of the screen.
>
>Yes here's the code.
>
>SELECT &lcFIELDS FROM GLS!LM10, GLS!LM10TRS WHERE ;
> lm10.CDLRNMBR = lm10trs.CDLRNMBR ;
> INTO CURSOR LM10VUE ;
> UNION ;
> SELECT &lcFIELDS FROM GLS!LM10 ;
> WHERE lm10.CDLRNMBR NOT IN ;
> ( SELECT lm10trs.CDLRNMBR FROM lm10trs )
>
>
>Dan

I cannot believe that this UNION will work, it cannot be &lcFiELDS in both Selects. Do you select any fields from lm10trs?
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform