Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress Bar
Message
De
26/01/1999 06:52:59
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
26/01/1999 03:59:12
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonésie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00180159
Message ID:
00180181
Vues:
20
>Hi Cetin,
>I put this in command window
>
>set talk off
>SELECT myfield1, myfield2,myfield3 ;
>FROM myTable ;
>GROUP BY 1, 2;
>ORDER BY 1, 2;
>INTO CURSOR mycursor1
>
>DO ('Vfpxtab.prg') WITH 'mycursor'
>
>
>And progress bar still comes out.........
>
>Regards,
Senna,
No matter what "set talk" is vfpxtab's fourth parameter determines if a thermometer is shown or not (default .t.). Try like :
do (_genxtab) with "mycursor",.t.,.t.,.f. && Do not show thermometer
And here is parameters section of vfpxtab.prg :
* Parameters:
*
* Parm1 - output file/cursor name (default "xtab.dbf")
* Parm2 - cursor only (default .F.)
* Parm3 - close input table after (default .T.)
* Parm4 - show thermometer (default .T.)
* Parm5 - row field (default 1)
* Parm6 - column field (default 2)
* Parm7 - data field (default 3)
* Parm8 - total rows (default .F.)
* Parm9 - totaling options (0-sum, 1-count, 2-% of total)
* Parm10 - display Null values
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform