Search results

  1. OliverR

    Running TracerPlus Connect as a Service

    Hi Tom, One really important thing here is that if you want to sync over the service, you have to change the host IP in your mobile app configuration. If you don't do this, you will get a login failed error message. This is because the service listens on a different port than the Management...
  2. OliverR

    Running TracerPlus Connect as a Service

    Hi Tom, TracerPlus Connect should run as a service after you've installed it. You should see a little TracerPlus icon in the system tray that monitors the service; clicking on it allows you to stop and start the service. You can check by running services.msc and looking for the TracerPlus...
  3. OliverR

    Include Device ID in File (Content or Name)

    Hi Tom, in your Field Settings set the field type to Variable. Then in the Variable Options tab set the Variable type to Device.
  4. OliverR

    Sum in Android

    Hi, I did some testing and it seems Leo Lobo is right. The SUM field in a cached grid doesn't seem to work in Android, or at least not with the settings that work in Windows Mobile. I'm also curious to know if there is a solution for this.
  5. OliverR

    Licensing with multiple mobile client licenses and multiple connect seats

    Hi Racon. Maybe this link to a TracerPlus Knowledgebase article is helpful for you. A mobile client can sync (unlimited) if: TracerPlus Connect on the PC (whether that be a Primary or a Satellite) is registered TracerPlus on the mobile client is registered (you need a seperate Mobile license...
  6. OliverR

    Validating a substring

    Normally it should work that way. Have you tried checking the 'Trigger field' checkbox and specifying a trigger field? It should work without it checked (it does here, anyway), but you never know that might make a difference. Keep in mind that the trigger field is probably not your sourcefield...
  7. OliverR

    Validating a substring

    Yep, that's exactly how you would do it.
  8. OliverR

    Using SQL command to sum decimal values

    Yep, that seems to work. Thanks a bunch!
  9. OliverR

    Using SQL command to insert static values

    Thanks Fahim, that did the trick!
  10. OliverR

    Using SQL command to insert static values

    Hi, I'm trying to insert static values into a session by pressing a button. The idea is that the last line of the exported csv file will contain a line like for example: *****END OF FILE***** So I added a button to my form and used the form logic to have it execute the following SQL when it's...
  11. OliverR

    Using SQL command to sum decimal values

    Hi guys, I'm trying to get a field to display the SUM of a column in a session, but running into problems. The problem being that the values stored in the column are DECIMAL values (they're weights of boxes). I tried to convert the values to decimal using the following code: SELECT...
  12. OliverR

    Scanning usernames in the Login form

    Hi guys, A customer of ours would want their users to scan a username (eg. printed as a barcode or QR code on their badge) and then enter a 6-digit numeric password to log into their TracerPlus application. This to prevent their users having to type in their usernames, because they are quite...
  13. OliverR

    Escape key function on Devices

    Can you not just exit TracerPlus on the device?
  14. OliverR

    This project was created using a newer version. Except... it wasn't

    Hi guys, Whenever I open a project in TracerPlus Desktop v9.0 (build 1167), it gives me a warning saying that the project was created using a newer version, see screenshot below. This isn't the case, though. It seems to do this every time, with any project I create. Not a huge problem, but kind...
  15. OliverR

    Can specify the Export Filename on the fly, in the Scanner?

    Hi, I thought I'd clarify things for ScanCode5000 with a couple of screenshots. In the main screen you just click on the 'File' menu option at the bottom and then select 'Export Data' - 'Custom' You can then select the session for which you would like to export the data After selecting your...
  16. OliverR

    how to use a button to read tags

    Hi Adeyinka, Like Corey said, if you wish to scan RFID tags with an Android device you will need to use a Bluetooth Wedge scanner. This is a seperate device that can scan RFID tags. You connect this to your Android device via Bluetooth. You can then configure your TracerPlus application to...
  17. OliverR

    Working with RFID Reader

    Hi Adeyinka, Yes, it's perfectly possible to sync data between your handheld and your MySQL database. It's not very different from using an MS Access database. You need to create a system DSN for the MySQL Database. There's an article in the TracerPlus Knowledgebase on how to set up a DSN. You...
  18. OliverR

    Sync at TP Start

    That's a good suggestion. Me, in cases where a sync needs to happen before you start the scanning process, I just configure the session so that it starts on a tab where there is only 1 button that says "Click to start", for example. This button will trigger the sync, and afterwards move to the...
  19. OliverR

    Triggering a stored procedure from the mobile device

    Thanks guys, that might be a workable solution. I'll experiment a bit with that and see how it goes, thanks again.
  20. OliverR

    Triggering a stored procedure from the mobile device

    Hi all, I figured I'd post my question here instead of sending an e-mail :-) A lead of ours is looking to implement a TracerPlus solution in their production environment. One thing he would very much like to be able to do is trigger a Stored Procedure on their ODBC database from the mobile...
Top