Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Get_Property
I use Get_Property ARRAY property to get a data from an Edit Table. It's a large Edit Table and returning the data takes some time.
I then a few lines of code later call Get_Property again to get the VALUE of a radio button on a different window. The data returned is the same as the first call, a large string of @FM, @VM delimited date. If I call the Get_Property again with the exact same parameters I get a return value of 1, which is correct.
Anyone ever seen anything like this?
BTW I know the best solution is to use SRP Edit Table, I just don't have the time right now to do that.
Jim R Vaughan
www.waterloo-software.com
I then a few lines of code later call Get_Property again to get the VALUE of a radio button on a different window. The data returned is the same as the first call, a large string of @FM, @VM delimited date. If I call the Get_Property again with the exact same parameters I get a return value of 1, which is correct.
Anyone ever seen anything like this?
BTW I know the best solution is to use SRP Edit Table, I just don't have the time right now to do that.
Jim R Vaughan
www.waterloo-software.com
Comments
Calling the Get_Property twice as I mentioned also fixes the problem.
Bizarre.
Our work-around was to test get_property() for a known value in a loop before continuing on in the code, where susceptible.