S
suresh j
Guest
Hi all,
In a normal case where I will store the form as a global varible, I do,
myForm = hiCreateAppForm(
?name 'myForm
...
)
But what should I pass to the ?name parameter if I want to store the
form as a property of a disembodied list.
myList = list(nil)
myList->form = hiCreateAppForm(
?name WhatShouldComeHere
...
)
Thanks.
regards,
Suresh J
In a normal case where I will store the form as a global varible, I do,
myForm = hiCreateAppForm(
?name 'myForm
...
)
But what should I pass to the ?name parameter if I want to store the
form as a property of a disembodied list.
myList = list(nil)
myList->form = hiCreateAppForm(
?name WhatShouldComeHere
...
)
Thanks.
regards,
Suresh J