SuperGrover
Programmer
I am learning to create reuseable graphs, following an article (
The following steps are listed. I have done steps 1-3, but can't figure out how to do 4.
1. Create your graph template table: CREATE TABLE GRPHTMPL (NAME C(20), TEMPLATE G)
2. Open the table to be graphed, or create the cursor to be graphed
3. Invoke the graph wizard with "DO (_GENGRAPH)"
4. After going through the steps, save your graph in the grphtmpl table. It'll automatically be in a newly appended record.
5. Browse the grphtmpl table. Add a name to the new graph.
6. Open the graph's general field, then double-click on the graph to edit it in MS Graph. Pretty it up, then close it to save your changes.
Thanks
The following steps are listed. I have done steps 1-3, but can't figure out how to do 4.
1. Create your graph template table: CREATE TABLE GRPHTMPL (NAME C(20), TEMPLATE G)
2. Open the table to be graphed, or create the cursor to be graphed
3. Invoke the graph wizard with "DO (_GENGRAPH)"
4. After going through the steps, save your graph in the grphtmpl table. It'll automatically be in a newly appended record.
5. Browse the grphtmpl table. Add a name to the new graph.
6. Open the graph's general field, then double-click on the graph to edit it in MS Graph. Pretty it up, then close it to save your changes.
Thanks