Hello.
How must i use function replace so i can in one item in my form replace ',' with '.' ?
Users are writeing nubmers and some write ',' and some '.' It has to be '.'
Now i want that every time someone write ',' it would be replaced by '.'. Help please
Thanks
I have one item on my form, which is presented 15 times. How can i change color of just one item?
Example:
table users:
users
------
a
b
c
d
e
f
Now i want to change the color of d - how?
I used set_item_property, but then the color of all those items is changed!
I'm anoyed of one message in runtime. What can i do so the message wouldn't appear? I use on-message trigger:
DECLARE
errnum NUMBER := ERROR_CODE;
BEGIN
IF errnum = 40401 THEN
:GLOBAL.chk := 'y';
END IF;
END;
but it doesn't help in this case! Is there some other solution?
hello.
How can i disable message FRM-40401: No changes to save?
I have many records and some of them are changed some not. Now i don't want to press enter every time there is no change.
I have trigger on_message and on_error but i stil get this message.
Help, please.
Hello.
I have a form with a button. When i press it, i want that something can be printed out.
How can i some parameters (from form items) put into report (i have one report form when i press the button before i print) from forms?
Thanx
Hello.
Sometimes when i just click with mouse or press some keyboard key in my form the form closes. It just ends!!! It looks like some bug.
Are there some problems with some triggers. Tell me please.
Thanks
Hello.
I would like to know, when i jump to one block and put into one item something through trigger, that then execute_query would execute?
And how can i ger rid of the message: would u like to save ...
Yes/No/Cancel
Thanks
Hello.
I would like to know, when i jump to one block and put into one item something through trigger, that then execute_query would execute?
And how can i ger rid of the message: would u like to save ...
Yes/No/Cancel
Thanks
There is no error, no constraint. It just allways puts me into the item where 'SA' or nothing (null) should be. SQL sentence is in trigger - When-button-pressed. SQL sentence looks if record has 'SA' approved. If it has it writes it in item and then copy this 'SA' to another item and commit. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.