Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outputing a report in HTML format
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Outputing a report in HTML format
Divers
Thread ID:
00658743
Message ID:
00658743
Vues:
58
I am trying to output a report to a html type file but need some help, please. I have read everything i can find on subject, even looked at the saple in VFP 6.0 , but cant seem to get it right...

can anyone advise if this is possible and how. The following is my report code....

SELECT Players.totpoints, Players.username;
FROM dspoker!players;
ORDER BY Players.totpoints DESC;
INTO CURSOR Tots_a
REPORT FORM players.frx TO FILE totals.txt NOCONSOLE NOEJECT


TIA....
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform