Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Repeating 1 field all over the rpt
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00806672
Message ID:
00806697
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform