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
Hello
I have SQL sentence in my forms. And can get from it two results. 'SA' or nothing. When there is 'SA' i can commit my rows and go to the next record. But when there is nothing i can't commit and i allways find myself in the item so i could write something in. But i mustn't. How can i...
Need some help with records
There are 2 blocks in my form.
In first there are all records i have. In the second are records which i can add to first block.
Some records which i want to add are already in the first block.
How can i, when i want to add some record which already exist, display...
Need some help with records
There are 2 blocks in my form.
In first there are all records i have. In the second are records which i can add to first block.
Some records which i want to add are already in the first block.
How can i, when i want to add some record which already exist, display...
Hello
I have one form with many records. And one button. When i press on that button, i want that the report for my form prints out on printer. How can i do that? I always get message invalid ID - how must i write path to my reports?
Hello.
How can i end form_trigger_failure? I raised form_trigger_failure, but when i come to certain item in record i want that form_trigger_failure stops! how?
Hello
Example:
I have 10 records. In front of every record I have checkboxes. Now i check one box. Now i want that i couldnt go with mouse or cursor keys to other items of another record. How can i make, that i stay in this record as long as the checkbox is checked.
Thanks
Hello.
How can i programm that when i check more than one check_box then something else hapens as if i change only one check_box.
Problem:
when i check only one box then i just go to another item and so on
i can check all check_boxes whith a button and then jump to another block...
Hello
I have checkboxes. When i press one button, every one of my checkboxes become checked when there (in a row, record) is one empty item. When all are checked i want to jump to the first checked record. So my current record would be first checked record.
exp:
1 record full_item
2 record...
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.