Bernie:
You will get the value of the column using GETPROPERTY after the GETPROPERTY
command executes, not before; and, if the value of your column changes, the
change will not reflect on your value until you issue another GETPROPERTY
command; it is a snapshot in time of the value of the variable at the time
the command is executed. If you need to have the value immediately
available, just set up a variable in the form equal to your column.
Javier,

Javier Valencia, PE
President
Valencia Technology Group, L.L.C.
14315 S. Twilight Ln, Suite #14
Olathe, Kansas 66062-4578
Office (913)829-0888
Fax (913)649-2904
Cell (913)915-3137
================================================
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from all system and destroy all copies.
======================================================

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Bernard Lis
Sent: Thursday, June 23, 2005 1:03 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Getproperty bug #72083

apparently the problem lies elswhere.

the getproperty works after I enter data into the row, not before.
But the table is pre-populated with an order number and an autonumbered
sequence no.
As soon as I enter the 1st row, a right click brings up a listbox and I
select an item, then I want to insert this item number into the table using
the sequence number as the key.  but getproperty won't give it to me at this
point.

If I manually type the item number, then on exit from that field getproperty
will return the seq no.

So shouldn't it be available as soon as I enter that row?

Bernie Lis

Reply via email to