Expand my Community achievements bar.

ra_be
ra_be
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hello,I have a listbox with several items. I would like to make it easier for the user: when they are within the listbox (mouseover event or similar) and then moving the mousewheel, then the list should be scrolling. At the moment the complete form is scrolling.Does anyone have an idea?Thanks.Regard...

    Type

    Questions

    Views

    781

    Likes

    0

    Replies

    0
  • The code is "Listbox.rawValue = 1;" or "Listbox.rawValue = 27;".But you have to define the "element values" before. Click on your listbox, then object, then connection. Just tick the "Define elements value" and the code should work. (I am not quite sure with names and captions as I am not using an E...

    Type

    Questions

    Views

    759

    Likes

    0

    Replies

    0
  • Thanks. Actually it is too easy...

    Type

    Questions

    Views

    753

    Likes

    0

    Replies

    0
  • Hello,I have a listbox with a lot of item to choose. Now I have to implement a button that the listbox will scroll down to a particular item of the listbox.E.g. click on button1 -> the listbox scrolls automatically to item no. 20 (and select it)click on button 2 -> the listbox scroll automatically t...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    5
  • Hello,I am trying to transfer the selected value of a listbox-item into a textfield. I only figured out on the "exit" event of the listbox (Textfield.rawValue = this.rawValue).But I need this transfer already when the user is clicking on an item within the listbox. But in the "click" event it won't ...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    1
  • Hello,I am trying to connect a Listbox on a static PDF form to a XLS file. The user should be able to select on the PDF form an item of the listbox which is has been feeded by the xternal Excel file. I need to insert one row of two columns (e.g. cell A1 and cell B1) into the on line of the listbox.A...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • First one is working. Thanks.ra_be

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hello,I am using the below script (which I have found in this forum) in order to get a date from datefield1, add one year and give the date to datefield2.It works fine.var oDate = util.scand("yyyy-mm-dd", this.rawValue); var sFullYear = oDate.getFullYear(); var sMonth = oDate.getMonth(); var sDate =...

    Type

    Questions

    Views

    3.4K

    Likes

    0

    Replies

    2
  • Got it!just had to change the following line:var oDate = util.scand("yyyy-mm-dd", page1.dateField1.rawValue);Thanks.ra_be

    Type

    Questions

    Views

    677

    Likes

    0

    Replies

    0
  • Dear Paul,thanks for the link, but it has not worked out.I have tried below code:if (this.rawValue != null ){ var oDate = util.scand("mm/dd/yyyy", page1.dateField1.formattedValue); var sFullYear = oDate.getFullYear(); var sMonth = oDate.getMonth(); var sDate = oDate.getDate();dateField2.formattedval...

    Type

    Questions

    Views

    684

    Likes

    0

    Replies

    0
Top badges earned by ra_be
Customize the badges you want to showcase on your profile