Bryan - Gendev
Programmer
I have a 'coded' grid on a form in my app based on a table I have created in my program.
One cell contains a filename say 'myexhibit.jpg', with a command coded in to operate on a mouse click.
I wish to 'click' on this filename and open another form containing an image editing control.
After editing using this control there is an option to save the 'modified' image to a new filename.
This is all working correctly.
I want that new filename to replace the original contents in the cell.
When opened by a 'click' event the editing form is opened correctly but returning the new filename when closing does not replace the original contents.
So I tried
*!* PROCEDURE Click
PROCEDURE interactivechange
however this does not 'fire' when clicking on the cell.
So my question is - how can I return the new filename to the cell on the grid to replace the original entry?
Thanks
GenDev
One cell contains a filename say 'myexhibit.jpg', with a command coded in to operate on a mouse click.
I wish to 'click' on this filename and open another form containing an image editing control.
After editing using this control there is an option to save the 'modified' image to a new filename.
This is all working correctly.
I want that new filename to replace the original contents in the cell.
When opened by a 'click' event the editing form is opened correctly but returning the new filename when closing does not replace the original contents.
So I tried
*!* PROCEDURE Click
PROCEDURE interactivechange
however this does not 'fire' when clicking on the cell.
So my question is - how can I return the new filename to the cell on the grid to replace the original entry?
Thanks
GenDev