Value of field from other frame. by BC
BC
Thu Jul 31 12:51:33 CDT 2003
Norm,
It did not work.
x=parent.field.value
x=parent.frames.field.value
x=window.parent.frames("frameName").field.value
All the above did not work. What else is there or did I
miss something. By the way, I assume this works for you.
Thank you,
>-----Original Message-----
>Brandon,
>
>Assumin the name of the differentframe is "MyFrame" and
>the field name is "MyField", the way to get the value of
>the field is as follows:
>
>Dim x
>x = parent.MyFrame.value
>
>Norm
>
>>-----Original Message-----
>>Hi,
>>
>>How do you get the value of a field from a different
>>frame. I want to set up a menu bar on the left and have
>it
>>navigate to a different screen based on the values from
>>some another field in a different frame from the menu
>>frame.
>>
>>Thank you,
>>
>>Brandon H. Campbell
>>Database Administrator
>>------------------------------------
>>.
>>
>.
>