Home » Developer & Programmer » Forms » problem in item visibilty
problem in item visibilty [message #176022] Tue, 06 June 2006 07:20 Go to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

Hii all

i have a trigger of 'when-validate-item' and i inserted in it this code

Quote:

SET_ITEM_PROPERTY ('GBRCH_CODE',visible,PROPERTY_TRUE);







when i run the form i see the field 'GBRCH_CODE' visible but is locked (i cannot updated or insert in it)

is it right to use 'visible' in my case??


Thanks for every on helped and helping me
Re: problem in item visibilty [message #176023 is a reply to message #176022] Tue, 06 June 2006 07:22 Go to previous messageGo to next message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
1. Is the block updatable, insertable?
2. Is the item enabled?
3. Is the item updatable, insertable?

MHE
Re: problem in item visibilty [message #176027 is a reply to message #176022] Tue, 06 June 2006 07:51 Go to previous messageGo to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

block update ='yes'
block insert ='yes'
item enabled ='yes'
item update = 'yes'
item insert ='yes'

I update inside my form code the property of the block

Quote:


SET_BLOCK_PROPERTY ('GIMCAXXXX',INSERT_ALLOWED,PROPERTY_TRUE);
SET_BLOCK_PROPERTY ('GIMCAXXXX',UPDATE_ALLOWED,PROPERTY_TRUE);

[Updated on: Tue, 06 June 2006 08:02]

Report message to a moderator

Re: problem in item visibilty [message #176588 is a reply to message #176022] Thu, 08 June 2006 19:26 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Against which field do you have this 'When-Validate-Item'?

David
Re: problem in item visibilty [message #176894 is a reply to message #176588] Sun, 11 June 2006 07:03 Go to previous message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

Add this line of code.
SET_ITEM_PROPERTY ('GBRCH_CODE',navigable,PROPERTY_TRUE);

This should solve your problem.


regards

[Updated on: Sun, 11 June 2006 07:06]

Report message to a moderator

Previous Topic: exporting & importing from oracle forms
Next Topic: Slow mapviewer within a form
Goto Forum:
  


Current Time: Fri Sep 20 08:22:48 CDT 2024