Home » Developer & Programmer » Forms » Calling same form instance
Calling same form instance [message #128138] Fri, 15 July 2005 06:07 Go to next message
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 #128187 is a reply to message #128138] Fri, 15 July 2005 10:50 Go to previous messageGo to next message
Another Arbitrary Name
Messages: 23
Registered: July 2005
Junior Member
Use a parameter list and pass it to the calling form.

Forms doesn't care what you open or how many timse.
Re: Calling same form instance [message #128215 is a reply to message #128187] Fri, 15 July 2005 14:18 Go to previous message
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

Previous Topic: sending mail through forms 6i
Next Topic: Oracel ActiveX
Goto Forum:
  


Current Time: Thu Sep 19 11:36:39 CDT 2024