Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Having booklet start in second column
Message
De
02/06/2001 19:08:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Having booklet start in second column
Divers
Thread ID:
00514260
Message ID:
00514260
Vues:
37
I am creating a two-column landscape report (booklet) and on the first page, I want to start the report in the second column. In Word, you would simply issue a column break on the blank first column to start the report on the second column.

I added a field to my table called nsection, then I set all the data to have a value of 1 in nsection. I thought if I could insert a blank record with a value of 0 for the nsection, I could group first by this field, and start a new column after the first blank record (Data Grouping, Start Grouping on New Column).

I created a cursor in the Data Environment that joins tables in a one to many relationship into a cursor T1.

What I am trying to do is to APPEND a blank record into the T1 cursor. When I try:

INSERT INTO T1 (nsection) VALUES (0)

It tells me that it "Cannot update the cursor".

I gave all the initial information in case there is another way to achieve this. I know this will work if I can append a record to my cursor with a single field value.

Can anyone help me?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform