Search results

  1. A

    What's going on with this process?

    I've got 2 processes in a single profile in TPC9 that were working fine a few months ago. Now process #2 is not putting any data in the records it is sending (output attached) <rec> <updatefields> <fld f_idx="0">11422</fld> </updatefields> </rec> It's only putting the Id field in...
  2. A

    Browsing TP90_Data.tpd

    Is it possible to browse this file with a SQL CE tool? I'd like to see the structure so I know what I can do with ExecuteSQL events. When I tried to open it, it wanted a password for the file.
  3. A

    Dynamic Dropdowns

    My session has rows that looks roughly like this: ID, ShipmentNumber, ScanDate, etc I want to make a dropdown on the form that is populated by the unique ShipmentNumbers in the table. I won't know what they are at design time. How can I do this? I know the SQL syntax to determine it, just...
Top