Greetings to the solvers of paradoxes!
I have a very irksome little problem...
Here is the senario:
Several of my forms have a TableFrame which I use to view a detail
table. In order to control (and log) updates to that table, I
set the readOnly property of the TableFrame to TRUE in the page's
Arrive method. Then, only after the user has jumped through the
appropriate hoops, do I set the readOnly property back to FALSE,
allowing them to make edits.
Now for the problem:
After successfully using one of these forms for weeks, suddenly the
readOnly property of the TableFrame is stuck on TRUE! I can bind
the following code to a button:
MY_FRAME.readOnly = FALSE
msgInfo("ReadOnly = " + strVal(MY_FRAME.readOnly) )
and the message will display ReadOnly = TRUE every time!!
(and, most importantly, I really CAN'T edit the table either)
Something is forcing the property to TRUE, but I have no idea
what and I get no messages when I try to change it!?!?
Help! Help! Help! (Thank you! Thank you! Thank you!)
---Ken
--
+---------------------+-------------------------------------+--------------
|Ken Sizer, II | 800 Merrie Road, Raleigh, NC 27606 | My old dorm |
+---------------------+-------------------------------------+--------------