Opening a canvas/windows [message #141458] |
Mon, 10 October 2005 06:26 |
orahugo
Messages: 32 Registered: October 2005 Location: England
|
Member |
|
|
Hello,
I've got a canvas in which a user can edit general information about a customer. The client needs to double click on the field and a box should appear where they can edit the information. They then close this box and the field gets updated.
I've set up another window/canvas that I would like to appear as the box when the field is double clicked. I understand that you'd set a doubleclick trigger on the field to be edited, and that this needs to open up the box/canvas/window. What code would you write to open this?
I'm then going to put a "when opened" command on the new box so that current information is put into it, then they can edit it and pass the information back out, to the original field. Does anyone have any suggestions?
Many thanks.
|
|
|
|
|
Re: Opening a canvas/windows [message #141609 is a reply to message #141557] |
Tue, 11 October 2005 04:22 |
orahugo
Messages: 32 Registered: October 2005 Location: England
|
Member |
|
|
I ended up doing something similar to djmartin where I passed information out of canvas.field into another canvas.field, and then opened the new editing window. You edit the information in the window, then hit the close button and the information gets passed back, which is all fine.
When I then close down the form the prompt comes up to save before exiting. I do, but then it seems to open my editing window back up and I can't get out without closing it down without saving.
Any ideas?
|
|
|
|
|