jbailey268
Programmer
The graphical stuff works on my developmnet machine but not on a another workstation.
Code is someting like this. I borrowed much of it from the "exporting to graphs" which shows sales per quarter etc.
USE tmpgrph3
INSERT INTO <table>VALUES(curSales0.cDescript,tmpgrph3.GRAPH,m.cDetails) && similar to the sample
APPEND GENERAL prodsales.Sales DATA m.cData && again similar to the sample
THISFORM.oleGraph.VISIBLE = .T.
THISFORM.oleGraph.REFRESH()
This, I know is very general but it works great on one computer. Why not another. The one where it fails just shows the old stagnent graphical image in the general field every time - it does not seem to get updated. Again on my development computer it works. Perhaps the install shield didn't load everything the application executable needs on the remote computers. It that possible? Does it need a 3rd party graphical tool I'm unaware of?
Code is someting like this. I borrowed much of it from the "exporting to graphs" which shows sales per quarter etc.
USE tmpgrph3
INSERT INTO <table>VALUES(curSales0.cDescript,tmpgrph3.GRAPH,m.cDetails) && similar to the sample
APPEND GENERAL prodsales.Sales DATA m.cData && again similar to the sample
THISFORM.oleGraph.VISIBLE = .T.
THISFORM.oleGraph.REFRESH()
This, I know is very general but it works great on one computer. Why not another. The one where it fails just shows the old stagnent graphical image in the general field every time - it does not seem to get updated. Again on my development computer it works. Perhaps the install shield didn't load everything the application executable needs on the remote computers. It that possible? Does it need a 3rd party graphical tool I'm unaware of?