Search results

  1. F

    Preload data from SQL Server

    JC, If you can export data from your SQL Server instance into a text file, you can import that into TracerPlus.
  2. F

    Posting to different field on subsequent scan

    Andrew, Add two fields to your session, set them both to Date Time type. Check in the Afterscan settings for both fields, make sure one of them has "Refresh before submit" turned on and the other off. The one where the refresh is turned on will have the date updated before the submit takes...
  3. F

    Bluetooth Printing

    You must pair the Bluetooth printer to the Android device first before TracerPlus will see it. TracerPlus has no facility to establish the pairing itself, that is done through the Android operating system. Once you have your Bluetooth printer paired, you can pair any additional printers you...
  4. F

    Use Motorola MC9190-z RFID HHT

    If I am I understanding you correctly, you can use TracerPlus in live mode alongside TracerPlus Connect to get the "always on" functionality that you require. The device will connect as it needs to but it is all automatic. When the device loses connection, like I have stated above it will store...
  5. F

    Use Motorola MC9190-z RFID HHT

    Hi Nabeel, 1) Yes, TracerPlus works with the Motorola MC9190Z. 2) Yes, TracerPlus does work with SAP systems. You will need to use text file exports and imports to transfer data back and forth. 3) No, TracerPlus does not currently integrate with CrossTalk Device Management by Nofilis. 4) Yes...
  6. F

    Aligning text in a Field

    Tom, Unfortunately, it is not currently possible to center-align text within the field. I will open up a new feature request on our feature tracking system for further consideration by the development team. Thank you.
  7. F

    Unable to access 2D scanner (Gen2Wave)

    Tom, There might be a Scanner Wedge application on your device. You will need to access the settings specified above in said app. Please look around in your app drawer until you see something that might resemble such an app, and then the rest of the instructions should be easy to follow...
  8. F

    Trying to download TracerPlus Connect 9

    Not to worry, someone will be in contact with you regarding this case. Thank you.
  9. F

    Trying to download TracerPlus Connect 9

    FBISD, This sounds like a support issue. The forum is not intended for in-depth technical support. Please create a ticket at the following location, describing your issue and your environment with as much detail as possible: https://support.tracerplus.com/conversation/new Thank you...
  10. F

    Bluetooth Printing

    That's correct. To enable this functionality make sure to use print buttons on your form which can be assigned to your different reports.
  11. F

    SQL Select INTO OUTFILE

    Hi Tim, SELECT INTO OUTFILE is a special command only available in MySQL. It is not possible to use in TracerPlus.
  12. F

    Image Control/LaunchCam

    Karl, Please send us your new project in the same manner as before, as a .TPE in an email to support@tracerplus.com. Thank you.
  13. F

    Testing for a successful DoSync

    Karl, I will bring this up with the development team to consider an else action for SyncComplete / a SyncFailed event. For now, maybe you can try this. If you have a field that has a default value (or even blank should work fine), which you then populate with some sort of validation data of...
  14. F

    Image Control/LaunchCam

    Karl, I would suggest you remove your secondary OnClick logic item, as it is adding complication where it is not needed. The Else branch will always be executed if the If condition fails, that is how the branching works. If you want to ensure the button is white or whatever color you need to...
  15. F

    Bluetooth Printing

    Tim, You should be able to pair the printer to multiple devices, and print from those devices at will. I don't think you can queue up print jobs like a normal printer, as when the printing process takes place the pairing is re-established, but after that point and before the next print, the...
  16. F

    Image Control/LaunchCam

    Karl, Please acquire a TracerPlus Desktop export file of your project. To do this, open your project in TracerPlus Desktop and then choose File > Export in the top menu bar. You will get a resulting .tpe file placed where you specified. Please attach this file in an email addressed to...
  17. F

    Image Control/LaunchCam

    Karl, Unfortunately, it's not possible to view the picture you've taken for the current record until the record is saved/submitted, and you reopen the record for editing from the data view (or retrieve it via a previous record/next record button action). However, it is possible to set the...
  18. F

    Using SQL command to insert static values

    Oliver, I believe there is a syntax error with your statement. Instead of using double quotes, use single quotes. Your statement should look like the following: INSERT INTO Session1 (Field1) VALUES ('*****END OF FILE*****') You can see the changes as the red marks above.
  19. F

    Using SQL command to sum decimal values

    Hi Oliver, The following should be the correct expression to SUM decimal values: SELECT CAST(SUM(CONVERT(FLOAT, Field8)) AS NVARCHAR(255)) FROM Session1 WHERE Field1='[*0*]';
  20. F

    Scanning usernames in the Login form

    Hi Oliver, Unfortunately there is no way to turn off afterscan functionality on the username login field currently. I can log this is a feature request in our issue tracking system. I apologize for any inconvenience. Alternatively, can you enter your password first and then scan into the...
Top