Home » Developer & Programmer » Forms » How can i Change effect of font to Strikeout? (Form Builder 6i)  () 1 Vote
How can i Change effect of font to Strikeout? [message #447645] Wed, 17 March 2010 01:20 Go to next message
MAHOOR
Messages: 12
Registered: April 2008
Junior Member
Hi, I have question about the change effect of font the field, specialy for strikeout of font (for field in form builder 6i)!!
I want to change effect of font a field to strickeout effect when i change the check box.
Please , find the attach file.
please help me how??
Thanks & Regards
Re: How can i Change effect of font to Strikeout? [message #448298 is a reply to message #447645] Mon, 22 March 2010 11:38 Go to previous messageGo to next message
gregor
Messages: 86
Registered: March 2010
Location: Germany
Member
Hi MAHOOR ,

- Create a two VISUAL_ATTRIBUTs in the Objectnavigator,
containing the Properties you like.
for example: - va_strikethis -va_normal.

- In the WHEN-BUTTON_PRESSED Trigger write
IF ...THEN
set_item_property
('BLOCKXX.ITEMXXX',VISUALE_ATTRIBUT,va_strikethis);
else ....... va_normal);

----------------------
( perhaps in im Multirecordblock you will use SET_ITEM_INSTANCE_PROPERTY ( .. )), the change only one item.
Re: How can i Change effect of font to Strikeout? [message #449999 is a reply to message #448298] Sat, 03 April 2010 02:24 Go to previous message
MAHOOR
Messages: 12
Registered: April 2008
Junior Member
hi gregor,
thanks a lot. that's very nice solution.
thanks again
good luck
Previous Topic: After logon trigger
Next Topic: Error Ora-01578 (Data block corrupted)
Goto Forum:
  


Current Time: Fri Sep 20 05:35:21 CDT 2024