Search results

  1. P

    Assign Variable = Self:Screen-Value

    Is there a way to assign a variable the screen-value the user inputs without explicitly making the assignment to the underlying variable. In other words, I have a screen with several fill-in fields and I wonder if there some type of code similiar to: on leave anywhere do: if self:type =...
  2. P

    Lock Release

    I have a problem with getting exclusive locks released. I am updating a record in the table that stores my sales order numbers. The table (param-file) stores all kinds of different numbers that we use for various purposes and each record has a unique indentifier field. For example the sales...
Top