I put a sequence no (autonumbered) into the contact table in Concomp.
in the OneToManyScrolling form, I located this sequence no.
set a component id vSeqNo
getproperty vseqno textvalue 'tSqNo'

I get an erroneous number when I display tSqNo

Is it proper to use this getproperty on an integer number field? Or must the field be text in order to retrieve it?

Bernie Lis

----- Original Message ----- From: "Bernard Lis" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Wednesday, June 22, 2005 6:16 PM
Subject: [RBG7-L] - getproperty question


in a temporary table, I have an autonum sequence No. (integer No.)
initially, 20 rows are generated that contain the order no. and the seq no.
in the first row in the (edit using) form, in an eep, I do

getproperty vSeqNo textvalue 'tSqNo'

The value returned in tSqNo is blank
Is it because it's a temp table? or what could I be doing wrong?

Bernie Lis



Reply via email to