Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Numbers
Message
From
05/01/2003 23:33:50
 
 
To
05/01/2003 23:18:12
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00738114
Message ID:
00738294
Views:
30
If you uncheck Reset page no to 1, when Start new group on a new page becomes enabled, is it checked? It should be, if not you have corrupt report form. You should not be able to check Reset page no to 1 without Start new group on a new page being checked (even though it appears disabled it should be checked). If you can email me a table (made from your cursor unpaids) with the the report form I will look into it.


>>For group lcl_doc_nm , if you check Start new group on a new page , and Reset page no to 1 for each group should do what you want to do. If not you have something else going on.
>>
>
>Elmer:
>
>The Reset page is check, but when this is checked, the Start new group on new page is disabled. If I deselect Reset, then the Start new group is enabled.
>
>Heres the code that gets the data:
>
>
	select hlth_card,pat_name,;
>		diag_code,date_serv,premium,;
>		bill_date,lcl_doc_nm,lcl_docnam, Invoice_no ;
>		from Services;
>		into cursor unpaids nofilter ;
>		where services.paid <> "YES" .AND. ;
>			services.CloseClaim <> "YES";
>		order by lcl_doc_nm,claim_no, Invoice_no
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform