Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Graph
Message
From
04/11/1998 16:04:35
 
 
To
04/11/1998 01:03:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00154251
Message ID:
00154551
Views:
19
>When building a graph from a table, Microsoft Graph forces me to redefine the data elements and labels each time. Is there a way to save that layout so that the end user does not have to define the graph each time?
>
>jd

Before I got into automating MS-Graph, I used to create the graph layout using test data, when finished delete data and save on a utility table with just this one general field. In code, I use APPEND FROM this table and APPEND GENERAL the new data. It worked until I took this approach into another project that required a large number of APPEND FROM(s) and APPEND GENERAL(s). That forced me to look into MS-Graph's object model. HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform