select it
load the dictionary into a dimensioned array by the LOC field.  Throw away
non-numerics.
Access your array by the field number

> From: johnisr...@daytonsuperior.com
> To: u2-users@listserver.u2ug.org
> Date: Fri, 15 May 2009 16:26:30 -0400
> Subject: RE: [U2]
>
> Is this done from a SB+ screen?  If so, you should be able to pull from one
of their variables.  If not, you would have to do a select on the DICT to find
the one you want.  The problem here is what to do it you get multiple hits or
no hits?
>
> John Israel
> Sr. Programmer/Analyst
> Dayton Superior Corporation
> 721 Richard St.
> Dayton, OH  45342
> 937-866-0711 x44380
> -----Original Message-----
> From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Brutzman, Bill
> Sent: Friday, May 15, 2009 4:16 PM
> To: u2-users@listserver.u2ug.org
> Subject: [U2]
>
> 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/

_________________________________________________________________
Hotmail. goes with you.
http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_
Mobile1_052009
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to