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:
00806697
Views:
22
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?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform