Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress Bar
Message
From
26/01/1999 06:52:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
26/01/1999 03:59:12
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonesia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00180159
Message ID:
00180181
Views:
21
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform