Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using the correct table format in a report
Message
 
 
To
12/07/2000 16:01:15
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00390809
Message ID:
00391492
Views:
9
>Nadya,
>
>Ah - um - I knew that. Fourty lashes with a wet noodle for me and a gold star for you.
>
>Got any extra brain power lying around? I need some!
>
>Thanks.

Actually, I didn't get the whole idea :( I tried to modify your code, to make it work (for instance, you forgot to select cursor before appending blank), but what do we have at the end of process?
  key1   memo1
  key2   memo1+memo2
  key3   memo1+memo2+memo3
  etc.
Is it what we really want???

BTW, I desperately need an assistance in one problem, but nobody helped me so far and I also tried bunch of ideas unsuccessfully. I need to insert a blank page, if group ends on odd page. CHR(12) works fine in old R&R report, but doesn't work in the report, I designed for VFP6.0 :((





>
>>Ai-Ai-Ai!!!!!!! (it's a Russian expression) :) Do you assign field content with =??????
>>Use Replace instead:
>>

>>local lcMemoString
>>lcMemoString=lcMemoString+lcSeparator+ALLT(TableWithMemoFields.MemoField)
>>replace LargeMemoCursor.LargeMemo with lcMemoString in LargeMemoCursor && in clause is also important to avoid problems with EOF()
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform