64k limit in Form Designer (OpenInsight Specific)
At 07 JUL 1999 12:10:34PM Dean Todd - Computer Resource Team -- Orland, FL wrote:
The OI 3.6 Form Designer tells me I have too many controls and have reached the 64k
limit. The Form_name is Survey_c. I created a second form, Survey_c2. I want to
call the second form from the first with the same @id and record.
How is this done? I saw some code regarding this awhile back, but cannot re-locate
it.
I am on a deadline so any help is greatly appreciated.
Thanks, Dean Todd - Computer Resource Team - Orlando
At 07 JUL 1999 01:18PM Don Bakke wrote:
Dean,
When you launch the second form, pass your ID into the CreateParam parameter of your function (i.e. Start_Window, Dialog_Box, etc.) Then in the CREATE event of your second form, you get this parameter and use it to update the TEXT property of your ID control and then issue a READ event (using Send_Event) to itself.
You will also want to turn on the "Ignore Self-Locks" option for your forms so you can work in both of them at the same time (if this is an option you want to have.)
dbakke@srpcs.com
At 08 JUL 1999 02:46AM Dean Todd wrote:
Thanks, it was the ignore self-locks I had forgotten. (About that deadline, aren't we always on a deadline? )