Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Graph
Message
 
To
06/08/1998 09:09:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00124436
Message ID:
00125000
Views:
20
Hello Aftab,

You can try the following to prevent graph wizard appearing.

DO (_GENGRAPH) WITH 'AUTOGRAPH',1,1,'OFFICES',.F.,.T.,.F.
* parm1 - "AUTOGRAPH" &&required
* parm2 - chart type (number)
* parm3 - chart subtype (number)
* parm4 - title (if not empty)
* parm5 - series by row (.T.), by column (.F.)
* parm6 - has legend (.T.)
* parm7 - use autoformat (.F.)
* parm8 - name of output DBF for graph
* parm9 - don't open graph when done
* parm10 - show nulls

Bye
Jayesh


>I have created a SQL graph in which Step 3 ask me the X,Y Fields, graph style and in last the table name & preview etc. I want to ask that is there a method by which I have not run these steps. If I just save these thing once and when I run the query it show me the graph without asking me these steps.
>
>Regards.
>Aftab Ahmad
>tabi5@hotmail.com
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform