Search results

  1. D

    Sync data by cellular network

    Hi, Yes this is possible and relatively common for our customers. Depending on your network architecture and your specific role, this may require some IT assistance in configuration. The basic idea is that you would use the "outside" facing IP address assigned by your internet provider for...
  2. D

    NFC tag identification (UID)

    Hi, This should be as simple as enabling NFC reading in your TracerPlus Desktop project. This setting is available in the Projects-->Session-->Data Capture area of your project. Of course, this all requires that your mobile device is able to capture NFC tags. TracerPlus supports this option...
  3. D

    UID of NFC card

    Hola, Esto debería ser tan simple como habilitar la lectura NFC en su proyecto de TracerPlus Desktop. Esta configuración está disponible en el área Project--->Session-> Data Capture de su proyecto. Por supuesto, todo esto requiere que su dispositivo móvil sea capaz de capturar etiquetas NFC...
  4. D

    Live Lookups against SQL Database

    This should be possible in either live mode or a batch mode grid. As a first step, I always recommend setting up the Scan Session and the source lookup session as both batch files with some test data. Once that is confirmed as working, you can simply turn ON the live mode for each session as...
  5. D

    live sync double posting.

    Hi, That seems a reasonable solution. In the meantime, I have logged a tech request/bug to investigate if this is an open/known/new issue. Thanks for the reply.
  6. D

    live sync double posting.

    Hi, I just want to confirm that you are indicating clicking submit multiple times before the live sync posts is sending multiple submits of the same data. I would not expect that only because once the submit happens, it should block on any new input until the submit happens. I wonder if there...
  7. D

    ERROR DURING DEPLOY: Object reference not set to an instance of an object

    Yikes. I am so sorry this happened again. I still don't have a good answer on why this would be happening. When I was able to reproduce it, I was able to tie it to the undo (maybe). I wasn't quite sure it was related to Undo but seemed that it was at least on some level.
  8. D

    Change Field Settings of Multiple Fields at Once,

    Hi, Unfortunately, there is no way to do that. You would need to do them one at a time. That would be a nice feature but the way the UI is setup would make it kind of tough to add as an option.
  9. D

    field not retaining data

    Great news. I am glad you were able to resolve it.
  10. D

    field not retaining data

    Hi, It is hard to say what might be happening but at a first glance, I would zoom in on the Refresh in form logic idea. If you set a field to refresh and the default value is blank, this would likely clear the field (depending on some other settings but generally so). As a test, you could try...
  11. D

    Add Qty

    Hi, I am not sure what might be causing that but it may make sense to create a ticket with our support group. This is accessible via www.tracerplus.com under the Support section.
  12. D

    Add Qty

    As part of the lookup definition, you would use the Update Source option to write back the SUM value of the previous total quantity and the newly added/entered qty. In the Lookup settings tab, there is the option to Update Source and Append if not found. Both of these options would need to be...
  13. D

    Add Qty

    Ahh ok. So that is a wrinkle in my suggestion. The other thing I recommend for this type of scenario is to use calc fields and lookups to allow for either qty 1 or some other qty. In that case, you would be using a seperate session to maintain the counts. A summarized description of this is...
  14. D

    Add Qty

    Hi, That type of solution might be a good fit for the AutoFind Feature turned ON for the barcode field and then something along the lines of an increment VARIABLE field for the qty. The AutoFind setting is in the After Scan field settings and the Increment Variable field can be configured by...
  15. D

    LIVE Sync profile with Microsoft SQL Server will not allow mappings

    Hi, I don't think you need to do anything special but the log may indicate if there is some user/privilege issue requring use of the dbo string in the schema name. You can see the log via the View-->Event log menu option. Is there a reason you cannot specify dbo for your schema name?
  16. D

    Live Lookups against SQL Database

    Hi, I believe you also asked about this via our support channel. For the benefit of the group here, I will answer here as well. When you set up a live session in TracerPlus to connect to a data table in TracerPlus Connect, there is not much you need to do on the TP Desktop side aside from...
  17. D

    Capitalization

    Hi, Yes. You can set the force uppercase property in the Form Designer for the given control on the form. Let me know if that helps.
  18. D

    back button

    Hi, Sorry this is so late in reply. Unfortunately, we use the "-1" attribute for Control IDs to indicate disabled/not configured. Honestly, I can't think of a way to do this but do like the feature idea so I am going to promote it as a feature request for a future version. Thanks. I...
  19. D

    Form Logic and ShowMessage problem

    Hi, I feel like the best way to do this would involve the actual validation settings themselves. There is a setting in the Field Validation area called "Goto Field on Error". Settings this should set focus to whichever field you assign regardless of which field caused the validation error to...
  20. D

    ERROR DURING DEPLOY: Object reference not set to an instance of an object

    Thanks. I was able to replicate part of what you were seeing so I will write that up as a bug to address for a later release. What I was able to reproduce was the JIT Exception. Since I was getting this exception on anything I touched on teh form, what I did was immediately save the project...
Top