Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Repeating 1 field all over the rpt
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00806672
Message ID:
00807409
Views:
15
David not sure what you're trying to do...maybe fill a dummy table or soemthing. Is this for a report?

>Timothy,
>
>
create cursor x1 ( f1 c(10), f2 c(10), f3 c(10), f4 c(10), f5 c(10) )
>select TheRealTable
>i = 1
>scatter name ox blank
>scan
>   store TheRealField to ("ox.f" + str(i,1))
>   if ( i = 6 )
>      select x1
>      append blank
>      gather name ox
>      i = 1
>   else
>      i = i + 1
>   endif
>endscan
>
>if ( i != 1 )
>   select x1
>   append blank
>   gather name ox
>endif
>
>>I want to print one field on a Rpt and use least amt of paper. Is there a way to have it print across the page, say 6 per line and go to next record each time. Does this make sense?
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform