Re: FORMS 5.0 Problem!

From: John Noronha <johnjn_at_bigfoot.com>
Date: Tue, 29 Jun 1999 23:43:27 +0400
Message-ID: <7lek30$heb1_at_news.emirates.net.ae>


Try using the syntax :
set_item_instance_property( <parameter name> => <parameter value>, ...) instead. You can look-up the parameter names in the standard library (by expanding the 'built-ins' object in Forms designer I think ? or via help)

Regards



John J Noronha
ADNOC FOD
IT Division
Ph: +971 2 7031483
Fax: +971 2 742265

Sean Zhang <sean_at_cnfei.com> wrote in message news:FtCd3.666$Pu4.3869786_at_firenze.visi.net...
> Hello, Marc,
>
> The correct usage of SET_ITEM_INSTANCE_PROPERTY is :
> Set_Item_Instance_Property('Seizure.Button1', 2,
> Visual_Attribute,'Va_Normal);
> NOT:
>
Set_Item_Instance_Property('Seizure.Button1',Visual_Attribute,2,'Va_Normal);
>
> I think Forms5.0 there is a document error with Forms 5.0 about
> Set_item_instance_property.
>
> Hope this helps
>
> Sean Zhang
> mailto:sean_at_cnfei.com
>
>
> mlafonta <mlafonta_at_cyberus.ca> wrote in message
> news:37764D45.F273C9FF_at_cyberus.ca...
> > Hi,
> >
> > I'm trying to use the SET_ITEM_INSTANCE_PROPERTY command in Forms 5.0
> > and I'm getting an error message indicating that the attribute is not
> > valid. This is the format I use to build the command:
> >
> >
> >
> >
>
Set_Item_Instance_Property('Seizure.Button1',Visual_Attribute,2,'Va_Normal);
> >
> >
> >
> > All this because I want to change the visual attribute on a button for a
> > particular record.
> >
> > Can you tell the exact syntax for the above command, or id their is a
> > better way to change the visual attribute on a button for a record!!!
> >
> > Please Help,
> >
> > Marc Lafontaine
> >
> > Marc_Lafontaine_at_yahoo.com
> >
> >
> >
>
>
Received on Tue Jun 29 1999 - 21:43:27 CEST

Original text of this message