Search results

  1. D

    Form Logic and Lookups

    Hi, TracerPlus is likely doing the defined lookups first and then firing off the ExecuteSQL. Some of this will be dictated by which event is firing the ExecuteSQL but that is my bet. Why they are not firing consistently is not as clear. Lookups generally fire based on the defined "Trigger...
  2. D

    auto refresh

    Hi, I don't think auto-refresh would work for what you want to do but I would like some clarification. When you say the users leave and go to the View Data form, do you mean they are exiting the Entry form and going to the View Data form with the default data grid and the delete/edit/new...
  3. D

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

    Hmm. I am sorry you experienced that. If you can duplicate the steps, we would love to hear about it and then hopefully be able to find and fix it. The JITDebugging wont be very useful for you but I wonder if you can just click "Continue" to allow you to keep moving forward in TP Desktop.
  4. D

    Checkbox Afterscan

    I am not sure afterscan on a checkbox would make sense as something to use in Form Logic. While I think it could work, it would be unusual in that you would need to be 'focused' on the checkbox and then 'tab' out of it which is not really a natural event on a mobile device. A better option for...
  5. D

    Pull/Export Program off Mobile Device for Import into Desktop

    Hi, This is a reasonable request and we actually had support for this when we first developed TracerPlus Desktop. Over time, it became less popular and harder to maintain between versions so we disabled it. This does basically come up for review to re-enable this but it is not currently...
  6. D

    Control ID/Index ID Dictionary

    Yes!!!. We are working on some improvements in this area; one of which is to allow naming of controls to make it easier to identify. Allowing a full viewable list of current IDs is a good one also.
  7. D

    Use of Markup to Format Popups and Messages

    Thanks for the feedback. I agree. I will add to our features request list. Also...In case you didn't know. You can create custom dialogs with custom text via Form Logic as well. This doesn't allow for markup either but figured I would mention it.
  8. D

    Live session connect slow

    Hi, If you have an active support agreement with us, you could send over the log info. Two other things to consider. 1. What is the data source for your 12k skus? If it is something like Excel and/or Text, the responses may be significantly slower than if you were using a typical ODBC data...
  9. D

    View Data toolbar

    Hi, This is not currently possible but I have added it as a feature request. I agree this could be useful. On a side note, you can configure password prompting to block people from performing some of these actions when they shouldn't. This setting is available via the TracerPlus Project...
  10. D

    Live Dropdown Data

    Great news. Let us know if you need anything else.
  11. D

    Ticket Numer

    Great news. Let us know if you need anything else.
  12. D

    Live Dropdown Data

    It sounds like you want the contents of a dropdown to update dynamically. While you *can* update a drop down contents via a data sync, it will not update to the screen without exiting the entry form and going back in. I assume that is not what you are looking for though. As an alternative, I...
  13. D

    Ticket Numer

    Hi, You could do this through our Custom SQL variable (or form logic) options. If you create a SELECT statement that retrieves the last number used, you could then use a TracerPlus calculated field to add 1 to it. If you just need to use an incremental field, you can also look at some of the...
  14. D

    Scanned data

    Ahh ok. What you describe sounds correct then but I am surprised it is affecting the scanning. There may be something in your project that is inefficiently designed...maybe? If you have a support agreement with us, you can create a ticket and send your project over to us and we can take a...
  15. D

    Scanned data

    From your description, it sounds like a live data entry grid might be the best option. I am surprised that it would be slowing down scanning that much but I imagine, it might be noticeable if you are doing relatively quick scanning. Have you considered doing the scanning in a batch (non-live)...
  16. D

    Apk

    Hola, Su mejor opción puede ser crear un ticket de soporte con nosotros. La captura de pantalla que proporcionó no parece indicar el mismo error que está describiendo. ---English---- Hi, Your best option may be to create a support ticket with us. The screenshot you supplied does not seem to...
  17. D

    Sync single session

    Hi, Yes. In TracerPlus Connect, you could seperate those 5 different sync *processes* into their own individual *profile*. Each "DoSync" button would then be configured to use the specific profile to that session. In summary, the 2 changes to make are as follows: 1. In TP Desktop, change...
  18. D

    Recorded Webinar - Create a Simple Inventory App with Bar Code and RFID

    Hi, There are websites out there that can allow you to create/print barcodes but the most common method is to print via barcode label printer. RFID is generally purchased as pre-printed *or* you can also generate your own using a specific RFID label printer. Let me know if that helps.
  19. D

    Hi, I don't think there has been any big change for the custom launcher but you should be able...

    Hi, I don't think there has been any big change for the custom launcher but you should be able to still modify the launcher.tac file and Joe's response to your original post demonstrates how to customize the icon by using a session image in TP Desktop. Did that last comment from Joe not...
  20. D

    Example of Comparing Two Barcodes

    Hi, One option for Android is to UNcheck the "Show View Data Tab" in the Launcher section. This will hide the Data View icons on the launcher screen for any sessions. The other option is to manually modify the Launcher page directly and manually move that file over to your device. This...
Top