Search results

  1. M

    search inside the .p .w and .i files possible?

    What do you mean by search the files for fields internally. If you're just looking to see if a .p or .i calls a field could you not do a search on your directory for files containing the field you're looking for?
  2. M

    User Name

    I've never used Syteline but when I was testing userID I logged into our software under a few different names and each time it displayed the used ID of the software login and not the windows login. Wish I could be of more help but liek i said no Syteline experience and the experience I have...
  3. M

    User Name

    How are you using UserID because like Tom mentioned it's how i pull user id's. userID("DatabaseName")
  4. M

    Message Boxes "activate" the code?

    I ran into a similar issue with Oracle Form Builder when I was co-oping in University. The message fix worked, never figured out why but it was a pain at times, trying to figure out what was wrong and suddenly it runs fine with no code change but the messages added.
  5. M

    Print setup

    You should be able to do this using PCL. /027&l#H where the # sign is replaced with a digit. 4 is Tray 1, 1 is Tray 2, 5 is Tray 3, 8 is Tray 4. I remember doing this on a task I had to print to a predetermined tray because each tray held a different pre-printed form and instead of making...
  6. M

    String Manipulation - URGENT

    Not sure how you're getting your original string but once you get it something like this should work. orig_string = Replace(orig_string, '656', '789')
  7. M

    What does iclotr02.p do?

    Hello talkers, I know what iclotr02.p is supposed to do, I also know the inputs that it takes in, I am more looking for what the file does. What steps does it go through to complete it's process, does it search for other information outside of that given to it or does it use the...
  8. M

    MS Excel Version

    Thanks, I tried it and it worked great :) It was exactly what I was looking for. Roy
  9. M

    MS Excel Version

    Hello all, I was wondering if there was a way to capture the version of Excel an employee was using after opening Excel in progress before outputting data to the worksheet? We're using progress 9.1E if that makes any difference. Roy
  10. M

    Get Selected Printer

    Hello, I am working in Progress 9.1E in a Windows XP environment and I am trying to update a report, basically the original report gathered all of the transactions from an employees history. I was tasked with adding the ability for the user to generate a summary or detailed report. I...
  11. M

    Combo-Box Return Capture

    Hey Joey, Thanks alot for the Apply "Go" to Widget it worked like a charm, in all of the documentation I read it didn't give a good example of how to use GO and nothing I saw used 'Apply "Go"'. I have a couple of manuals here that I have been looking through to understand the table...
  12. M

    Combo-Box Return Capture

    Hello, I am pretty new to Progress, and have been trying to learn by getting my hands dirty. I have been basically taking some old code and modifying it to understand what it is doing. I have taken a program and modified it slightly to incorporate a combo box. I hard coded in the option at...
Back
Top