I am sure that this must have been hit before but looks new to me.
Some SIC (standard industry codes) begin with '0'. But OI does not seem to like that. The POPUP displays correctly but then when returned OI truncs off the leading '0's.
Any ideas how to keep this from happening?
(I have posted this on cis also)
dsig
David Tod Sigafoos ~ SigSoltuions
[email protected] cis: 70302,77 voice: 503-639-8080
Is your datatype set to INTEGER? Try VARCHAR instead. I've been bitten by this when using Social Security numbers as an ID.
dsig,
Some SIC (standard industry codes) begin with '0'. But OI does not seem to like that. The POPUP displays correctly but then when returned OI truncs off the leading '0's.
I don't understand the question. If my popup contains zero-fronted data, it returns it fine into a control on my form. Perhaps the control has formatting (iconv/oconv) on it ….
Cameron Purdy