>From within UniBasic, I need to determine the name of a DICTionary
field, given the dict field number.

While I have the beginnings of some code, some help is needed.  

                    This.Field.Nbr = R.Change<14>
                    This.File      = R.Change<11>

       open "DICT", This.File to Dict.This.File  else  null

       read R.This from Dict.This.File, WHAT.DO.I.USE.HERE  else  null
         Field.Name = R.This<This.Field.Nbr>

--Bill
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to