Search results

  1. OliverR

    Connect says 'no records found' even though there are records

    Hi guys, This is doing my head in. I want to set up a sync profile that syncs from an Access query to a TracerPlus session. The query works fine in Access, and I can also see the data fine in the Data Viewer in Connect Management Studio. However, when I hit the sync button, it says 'no records...
  2. OliverR

    Check out form that copies repeated data to next record

    Hi Dan, This sounds like you would just want to clear the "clear on submit" checkbox for the WO number field (and any other fields that you want to stay filled in). That way the WO number would stay filled in after each submit. Unless I misunderstood your question, in which case feel free to...
  3. OliverR

    Not advancing to next field

    Hi Howard, We recently had the same problem at a customer of ours who use Intermec devices. We figured this out ourselves and added a Carriage Return in the postamble, that fixed the problem of the cursor not advancing to the next field. However, I also noticed that variable fields set to...
  4. OliverR

    Sync via service on cradle connection

    Okay, it's working now. Manually restarting the sync service did the trick. Awesome, this is really a super handy feature :)
  5. OliverR

    Sync via service on cradle connection

    Hi Dan, thanks for the confirmation. I'm glad to hear that it should work. It does work without problems with the Management Studio open via port 4403. But when trying it via the service (after changing the port), the device does start a sync upon cradling, but it "completes" instantly saying...
  6. OliverR

    Sync via service on cradle connection

    Hi guys, This article in the Knowledgebase describes how to set up an application to start a sync automatically when the device is cradled. However, it says at the bottom "with TracerPlus Connect open (...)". Does that mean this doesn't work with the Sync Service? I've tried to get it to work...
  7. OliverR

    SUM SQL Query In Same Session

    What type of values are you trying to sum? Are they integers or decimal values? I had a similar "problem" a while back where I wanted to calculate the sum of a field that contained decimal values. The trick then was to cast it as another datatype. You can find the thread here. Maybe that helps...
  8. OliverR

    Problems with live data grid

    Okay, I did some testing and can confirm that there's definitely something strange going on, but I've no idea what might be causing it. I deleted the configurations for the live connection to the SQL databases, as obviously I don't have those. I also deleted all the filters of the grid to rule...
  9. OliverR

    Problems with live data grid

    Hi gpern83, I haven't been able to do any real testing yet with your project because I've been out of the office for most of the day. One thing I noticed, though, was that you have "Auto find on scan" checked for the SKU field in the Scanform session. As far as I can tell this isn't needed for...
  10. OliverR

    Problems with live data grid

    Hi gpern83, welcome to the forum. That seems like a very strange problem. Would you mind uploading a .tpe file (via File -> Export in TracerPlus Deskop menu) of your project so that I can have a look? I'm a bit intrigued by this.
  11. OliverR

    Button Becomes Visible On Multiple Tabs

    Thanks for the feedback, Dan. That workaround should do the trick nicely in the meantime, I hadn't thought of that. Thanks a bunch!
  12. OliverR

    Button Becomes Visible On Multiple Tabs

    Hi Dan, I've finally had some time to do some more testing with this. The buttons in my application are, in fact, child controls of the tab control. I've made a simple app to try and reproduce this behaviour. I've attached a .tpe file to this post. Tab 1 contains 2 fields. Tabs 2 and 3 both...
  13. OliverR

    Create a custom login screen

    The easiest way I can think of to achieve this in TracerPlus is just to have 2 seperate sessions for the incoming and outgoing units, and have the user "log in" (ie. scan a username and warehouse number) in each session as he/she uses them. I've attached a sample project that you can import to...
  14. OliverR

    Button Becomes Visible On Multiple Tabs

    Hi, I noticed this exact same problem last week. I was going to make a post about it here, but you saved me the trouble. This looks like a bug to me. To clarify for the devs: if you use form logic to make a button visible, the button will become visible on whichever tab you are currently on...
  15. OliverR

    Forum suggestion

    As a user I do check this forum regularly (multiple times per week) whenever I'm in the office, and always try to offer a solution to problems or questions of other users. When I can't think of one, I don't reply to the topic and hope that someone else will come up with something. It's true...
  16. OliverR

    If Login Fails

    Dan, would it also not be a good idea to add a "SyncFailed" event to the FormLogic options? That way you could make a rule that performs certain actions if a sync fails. I thought this already existed, and was surprised to see that it's not there :-)
  17. OliverR

    Displaying the number of items scanned in session data

    If I understand your question correctly, I think you could achieve this by just adding a grid on your form (possibly on a hidden tab, if you don't need it for anything else), and set the grid to display the session data, with a filter that only shows records where the scanner_device_id = 'self'...
  18. OliverR

    Launch Session on TracerPlus startup

    Hi Russel. I have done a very quick test and managed to accomplish what you're asking. In your Login session, under the Advanced tab, you want to set the 'Start on screen' field to 'Entry'. Then on the form for the Login session, assuming there is some button the user presses to exit the session...
  19. OliverR

    Grid filtering on calculated time field

    Hi Howie, That seems to do the job, thanks a lot! I hadn't thought of doing it like that. So I guess it's not possible to work with the '<=>' operands for calculated time fields?
  20. OliverR

    Grid filtering on calculated time field

    Hi guys, I'm trying to create a simple timing app but am struggling with something. Basically there are 2 date/time fields that contain a start time and stop time, and then a calculated field that contains the duration (ie. stoptime minus starttime). I want to have a grid that shows only those...
Top