set_item_property [message #86475] |
Mon, 04 October 2004 04:00 |
Roland
Messages: 24 Registered: March 2002
|
Junior Member |
|
|
cant someone help solving this problem with form 6i.thanks in advance.
This is the problem:
i've decided to make not visible and item with set_item_property.
when i now decide (in the same program) to make the item being visible.things are functionning correctly but and cannot insert or this newly visible item.
please a solution
|
|
|
Re: set_item_property [message #86476 is a reply to message #86475] |
Mon, 04 October 2004 05:23 |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Hi,
Set the Enmabled,Insert/Update & Navigable properties of the fields also to TRUE in the Design time if you are not setting the Visibale Property to TRUE in the runtime.
If you are settin the Visibale property at the runtime then also set the above mentioned Properties to TRUE programtically at the runtime even if they are TRUE at the Design time.
HTH
Regards
Himanshu
|
|
|