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

    I was trying to use the TracerPlus Connect software itself. Since then I spoke to one of your support reps and he said that using the Sync option in TracerPlus Connect software is not supported when you are using TP Publisher. For TP Publisher apps you must use buttons with the DoSync action. If...
  3. 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...
  4. 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.
  5. T

    Bluetooth Printing

    Does TP require that you first have a Bluetooth printer paired to the Android device? I'm having trouble getting my RS30 paired to a Zebra GX420BT printer but anyway if this is required can an Android device pair to more than one printer at a time so if you want to print to more than one printer...
  6. T

    Bluetooth Printing

    Thanks, it also looks like you can assign a different Bluetooth printer to each of the reports under TP 9.1 so you can print to multiple printers with a single Android or Windows Mobile TP application?
  7. 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.
  8. 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.
  9. T

    Button Action Scan

    We are reviewing all of the options available with the customer. One of those is the Kiosk product however these are not portable and most of the time the customer needs it to be portable. It is just a special situation when they are working with some chemicals that they want a presentation...
  10. T

    Button Action Scan

    That is correct.
  11. T

    Button Action Scan

    Thanks. What the customer wants is to emulate a presentation scanner with a TP form. So I would set up a button action to trigger the scanner and then use the timer on a 1 second or so loop to move focus to the button and then an OnFocus button event to Click the button. I don't have a Motorola...
  12. 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.
  13. T

    TracerPlus needs temporary fields/variables

    Yes, I thought about that but then if the user hits done and the form has been changed it prompts them to save and if they hit yes then it would perform the standard Submit. Unless there is a way to emulate the Done functionality - something like if FormChange then display dialog box with save...
  14. 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...
  15. T

    Form Logic: Execute SQL Select Statement

    After some more test I found that you can do this but there are limitations. Set Action to: ExecuteSQL Set Action Control to the ID of the text field you want to write to: For example: 200 Action Value: The Select Statement example: Select...
  16. 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...
  17. 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...
  18. T

    Empty Field in Form Logic

    Hi Dan, I'm using version 9. To reproduce: 1. Create on OnSubmit event in Form Logic - under If/Condition insert control ID (mine is 48 which is a text box), set the Comparison Type (I set mine to != but I don't think it matters) then leave the Value blank and close. 2. The If/Condition...
  19. 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...
Top