Calling same form instance [message #128138] |
Fri, 15 July 2005 06:07 |
nanjundarao
Messages: 1 Registered: July 2005
|
Junior Member |
|
|
I have a form 'A' that contains an text item. On double click on that item a new form has to be opened and the value in the item has to be passed to the other form. The form that is displayed should be the same form has Form 'A'. How can do it?
|
|
|
|
Re: Calling same form instance [message #128215 is a reply to message #128187] |
Fri, 15 July 2005 14:18 |
kiran
Messages: 503 Registered: July 2000
|
Senior Member |
|
|
Hi,
I hope you can call_form() method to activate another form.and either in the dobule_click trigger or in the form activate trigger(for new form) you can write code like
newform.textitem=oldform.textitem.
I dont have currently forms on my pc.I just given info.try you will get a better idea.
--Kiran
|
|
|