Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Start preview-report showing by default the last page
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01252038
Message ID:
01252277
Vues:
15
Something like this:

1. Create a program that supposed to be called by the report:
*ShowLastPage.prg
IF WEXIST("PRINT PREVIEW")
  MOUSE CLICK AT 1,25 WINDOW "PRINT PREVIEW" LEFT 
  && you may need to adjust column#
ENDIF
2. Add a field to the report and with expression
ShowlastPage()


Good Luck

>Hello :How can I to start the windows-preview-report showing by default the last page of the report.
>I use the Report Form command with preview parameter but this start showing the first page of the all pages
>Thanks.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform