Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LimonaM
  • Content: Threads
  • Order by date
  1. LimonaM

    replace function

    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
  2. LimonaM

    Problem with items

    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!
  3. LimonaM

    How can i get rid of messages in runtime

    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?
  4. LimonaM

    how to put 0,001 into item and not .001

    how to put 0,001 into item and not .001? Where can i and how describe mask for numbers so the first zero won't be erased?
  5. LimonaM

    on runtime message

    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.
  6. LimonaM

    next tab page

    Which trigger would respond when i go to next tab page with mouse? I click on next tab page and something would have to happened. Which trigger?
  7. LimonaM

    Form parameters to reports

    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
  8. LimonaM

    How can i change cursor color

    ?
  9. LimonaM

    why does my form closes when i just press on mouse or keyboard key

    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
  10. LimonaM

    execute_query

    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
  11. LimonaM

    execute_query

    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
  12. LimonaM

    no-data-found problem

    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...
  13. LimonaM

    duplicated records

    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...
  14. LimonaM

    How to print reports on forms

    when i press one button.
  15. LimonaM

    duplicated records

    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...
  16. LimonaM

    Reports in froms

    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?
  17. LimonaM

    form_trigger_failure problem

    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?
  18. LimonaM

    link between checkbox and records

    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
  19. LimonaM

    check_box problem

    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...
  20. LimonaM

    How to jump to the first checked record

    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...

Part and Inventory Search

Back
Top