Search results

  1. A

    Set status to Solved

    How do I update the status of a post Tom”Solved”?
  2. A

    Input in aplication screen gets blanked out when clicking a button

    Solved by spying fields in Accesibility mode.
  3. A

    Input in aplication screen gets blanked out when clicking a button

    Hi, I lose the input in a particular screen after clicking a button ((Stratum toevoegen). The button adds a row on the screen. The first image represents the input on the screen prior to clicking the button). The second image is after clicking the button. The application reacts with a error...
  4. A

    Filter collection based on variable value stored in data item

    Thanks, the given code resulted in an error: The value of the data item was taken for a column. The code put me on the right track though, the following code works like a charm: Thanks again
  5. A

    Filter collection based on variable value stored in data item

    Hi, Is it possible to filter a collection based on a variable value stored in a data item? The data item is populated from given paremeters (1..6) on startup. In below example the data item which holds the value is [filter_wet].
  6. A

    How to remove ENTER keystroke from collections columns

    Hi, finally solved. Remove non characters didn't work for us. All characters succeeding the first Chr(13) enter were removed. The attachments shows the code that did the trick for us.
  7. A

    How to remove ENTER keystroke from collections columns

    ThkX wil try on tuesday and let you know the result.
  8. A

    How to remove ENTER keystroke from collections columns

    Hi all, I have read data from a web page by using Get Table, the data is stored in a collection. I noticed that the columns contain a "enter"keystroke, which I want to remove from the columns I tried writing VBA code, similar to Remove dots from headers in the object: Collection Manipulation...
Top