User Activity

  • Modified a wiki page on RapidASDev for Oracle

    Welcome

  • Posted a comment on discussion Hints and Tips using RASD on RapidASDev for Oracle

    To activate READONLY attribute to DATE field you have to do two thinks. In DATETIME picker global settings (rasd_datepicker.html) add beforeShow code. This setting will imapact to all your forms. Added code: beforeShow: function(i) { if ($(i).attr('readonly')) { return false; } }, Like in rasd_datepicker.html <script> $(function() { $("#:NAME" ).datetimepicker({ beforeShow: function(i) { if ($(i).attr('readonly')) { return false; } }, dateFormat: ':DFORMAT', timeFormat: ':TFORMAT' :PROPERTIES ,showOn:...

  • Modified a comment on discussion Hints and Tips using RASD on RapidASDev for Oracle

    You can add new ACTION (event) to your form on many ways, but here is the best scenario how to do that. 1.Create your new button to trigger new event - ACTION on your form. You can create button in form fields or your own block fields. Importantat is that the button is "Button submit". The name of button is not important. Important is the value of button. This will be stored in ACTION when the event will be triggered. In our case button name is MYNEWACTION and default value is 'New action'. When...

  • Modified a comment on discussion Hints and Tips using RASD on RapidASDev for Oracle

    You can add new ACTION (event) to your form on many ways, but here is the best scenario how to do that. 1.Create your new button to trigger new event - ACTION on your form. You can create button in form fields or your own block fields. Importantat is that the button is "Button submit". The name of button is not important. Important is the value of button. This will be stored in ACTION when the event will be triggered. In our case button name is MYNEWACTION and default value is 'New action'. When...

  • Modified a comment on discussion Hints and Tips using RASD on RapidASDev for Oracle

    You can add new ACTION (event) to your form on many ways, but here is the best scenario how to do that. Create your new button to trigger new event - ACTION on your form. You can create button in form fields or your own block fields. Importantat is that the button is "Button submit". The name of button is not important. Important is the value of button. This will be stored in ACTION when the event will be triggered. In our case button name is MYNEWACTION and default value is 'New action'. When you...

  • Posted a comment on discussion Hints and Tips using RASD on RapidASDev for Oracle

    You can add new ACTION (event) to your form on many ways but here is the best scenario how to do that. Create your new button to trigger new event - ACTION on your form. You can create button in form fields or your own block fields. Importantat is that the button is ggg

  • Modified a wiki page on RapidASDev for Oracle

    RASD_EXECUTE

  • Modified a comment on discussion Hints and Tips using RASD on RapidASDev for Oracle

    More details in How genereted programs execute code Video: Executing code in RASD

View All

Personal Data

Username:
domendolar
Joined:
2006-10-19 17:20:29

Projects

This is a list of open source software projects that Domen Dolar is associated with:

Personal Tools