07-14-2009 10:21 PM
hi bro i need help how i can make some medical track record information or patient information like name, age, sex, address and disease information then save it to excel or word.
How to make a graph save it to image like jpeg?
tanx before
07-14-2009 11:37 PM
Please don't shout and use a more descriptive topic.
You can use a table to enter the data and use the Write to Spreadsheet File to save it.
To save an image, you use the Get Image method and the Write JPEG function.
07-15-2009 11:18 PM
07-15-2009 11:34 PM - edited 07-15-2009 11:35 PM
On the diagram, right click on the graph indicator and select Create>Invoke Node>Get Image.
For the Write JPEG File, you do know that you can search for functions don't you? You could also start with the Graphics & Sound palette and go from there.
07-15-2009 11:38 PM
07-16-2009 02:00 AM
07-16-2009 03:06 AM
marp84 wrote:
why when i run programm it's still want to save it as jpeg image why i cant stop when i sabe the image?
The program does not "want" to do anything, it is forced to execute exactly as you have coded it 😉
Show us some code!
( if you use a button inside a loop to initiate an image save, make sure the button is latch action. You should also use the file dialog and bypass saving when the dialog is canceled.)
07-16-2009 03:12 AM
07-16-2009 09:21 AM
samuel James wrote:
Do you want me to modify the code with button action..........................
No, simply show us some code and we tell you what the problem is.
You don't really give us enough information to pinpoint the problem.
07-16-2009 09:56 PM