Search results

  1. davidYsmael

    Resolved ProDataSets and record IDs

    In my case, I'm creating a RESTful service to perform CRUD operations on the DB from the web. When a record is locked, I return an HTTP status code of 423 and in the response body I would indicate the record is locked and provide the username and terminal session where the record is locked. The...
  2. davidYsmael

    Resolved ProDataSets and record IDs

    Tom, Thanks for the advice. The reason I am trying to retrieve the record ID is to retrieve lock information (user name, terminal name) when save-row-changes fails because of an active record lock. Previously I found that the record ID was an easy way to find the record pertaining to the lock in...
  3. davidYsmael

    Resolved ProDataSets and record IDs

    I am trying to find a way to return the data-source's record ID of a specific record in the ProDataSet. When I use the recID() function on the record within the ProDataSet's temp-table, it returns a record ID that is specific to the ProDataSet (afaik) and not the data-source. Is there a way to...
Top