Search results

  1. T

    Running a TracerPlus app in Windows

    Does anyone have any experiences running a TracerPlus application in Windows? We develop our applications around Windows Mobile and Android terminals but often our clients want to be able to run the app under Windows too. Normally it is to add an additional user using a laptop or Windows tablet...
  2. T

    Connect Support for TP Publisher with Multiple Apps

    With the TracerPlus Publisher version I am able to create multiple apps that one on one device. The question is how do I setup TP Connect to sync with multiple apps at the same time? For example: I recently had 3 apps developed with TP Publisher deployed to a Windows Mobile device. One of them...
  3. T

    Enable / Disable a Session with an Event or Button

    I don't think there is a way to do this but it would be a good enhancement to be able to Enable or Disable a session from within the application. Maybe with an event or button action.
  4. T

    SQL Select INTO OUTFILE

    Has anyone successfully tried doing an SQL SELECT INTO OUTFILE statement in the Form Logic Events? It would be a great enhancement over the current Export / Import feature.
  5. T

    Bluetooth Printing

    When printing to a Bluetooth printer a Pair name is established to pair the devices. Is it possible to have more than one Windows Mobile or Android device print to the same Bluetooth printer? Or do you have to set the printer up as a network device.
  6. T

    Button Action Scan

    Are there only certain devices that the Button Action Behavior Scan works with? I've tried it with a Honeywell 70e Windows Mobile device but I can't get the button action to trigger the barcode scanner.
  7. T

    Form Logic ShowMessage with Variable Information

    Does anyone know how to use the ShowMessage Action with variable information? When you set the ShowMessage Action the system allows you to enter an ID in the Action Controls box but it doesn't seem to do anything. I thought it would put the text value of the ID in the message content but it...
  8. T

    TracerPlus needs temporary fields/variables

    The only way to currently retrieve and store data in a session is to create a permanent field in your session. As an application gets more and more complicated with many sessions the developer is constantly having to lookup information in other sessions. The problem is that to store this...
  9. T

    Form Logic: Execute SQL Select Statement

    Is there a way to Execute an SQL Select statement in the Form Logic control and assign that to a Control ID? I want to Select multiple fields from a single record in a different session and assign these to text field Control Id in this form. I understand that if the select statement returned...
  10. T

    Empty Field in Form Logic

    In the Form Logic section how do you check if a Control ID is empty or not? I’ve tried putting nothing in the Value section of the If/Condition (you get an error) and I’ve tried to hand code – if (ControlID 48 != '') but the system automatically changes this to if (ControlId 48 != '''') which...
  11. T

    Form Logic Events and Radio Buttons

    Form logic and the events manager does not work well with Radio buttons. See attached project. If you have the same ID for all of the options and you use a if condition to identify the value it sort of works ( I only tested with two radio buttons) but then you can't move them around with...
  12. T

    Date Values with Excel

    Does anyone know the a way to upload a date value from Excel to TracerPlus? If I create a Date or DateTime field in TracerPlus and then download this data to an Excel spreadsheet with TP Connect I can set the formatting for the column in Excel to Date or custom formatting like mm/dd/yy h:mm:ss...
  13. T

    Form Logic Events - Update values when using Lookup Append if not found

    Is there a technique to update the values in another session for a record that is appended when not found during a lookup? Lookup options setting "Append if not found" will create an new record in the Source session if it does not exist when Submitting the current form. But I cannot find an...
Top