I have a Folder ( oFld ) that is laying on top of a mdichild .. in that folder is a dialog ( oPersonal ) with buttons and Txbrowse ... I am trying to get the array of controls on the dialog oPersonal.
I used to be able to use xbrowse( oPersonal:aControls ) .. and with FWH 1707 ( kinda old ) I do not see the array list of all the controls .. I am looking for the array element for txbrowse within the oPersonal dialog .. so I can use it to manually move the xBrowse opbect on a resize event .. I have tried several possible oPersonal:acontrols[2],[3] .. with no joy.
- Code: Select all Expand view
oPersonal:aControls[ 1 ]:SetSize( nWidth - 20, nHeight - 50 ) // folder
oFld:aDialogs[1]:aControls[1]:SetSize( nWidth - 28 , nHeight - 300 ) // window frame
Any help would be appreciated ..
Rick Lipkin