Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by GAORR

  1. GAORR

    screen problem

    I have a subfile displayed. When the user confirms, the records selected are processed. I want to display a screen over the subfile displaying the 'progress' being made ('order 1 of 35 processed'). Everything works as I want EXCEPT when the display counts up, it displays 'the count' as 1 then 2...
  2. GAORR

    call a subroutine from within a subprocedure

    Thanks all to your answers/suggestions. It is appreciated.
  3. GAORR

    call a subroutine from within a subprocedure

    Is it possible to call a subroutine (exsr xxxxx) from within a subprocedure (callp). I know it won't compile when the subroutine is defined 'outside' of the subprocedure, but it will compile and so far seems to execute ok if the subroutine is defined 'inside' the subprocedure. Assuming it...
  4. GAORR

    which device to which controller ??

    Planning to completely reloading the computer. Anyone's thoughts on device/controller hookups would be appreciated. I was considering the following: Master IDE Primary - 200gb Maxtor (new drive) Slave - cd writer (not used a lot) Secondary IDE Primary - DVD writer Slave -...
  5. GAORR

    2 subfiles - determine which is 'active'

    Suppose I have 2 subfiles on a screen. I need to determine which subfile the cursor is on (active) when a key is pressed by the user. Can this be done ? Thanks in advance for you help.
  6. GAORR

    How to write to many mebers in a RPG prg

    I used the following: Delcared the file name once, usibg EXTMBR with a variable and opened/closed the file after setting the variable for EXTMBR. (Flapeyre) It turns out I have just had an opportunity to use the suggestion by Redimage1967 which worked just fine as well. Again thanks to all...
  7. GAORR

    How to write to many mebers in a RPG prg

    Thanks to all for the quick reponses. I now have it working just fine. I have tested out all the suggestions to ensure I understand them and chose the most appropriate for the app I am working on. A star to you all!!!!
  8. GAORR

    How to write to many mebers in a RPG prg

    Thanks for your response. This is what I would like to do, although you can see I will get a compile error - 'file name already specified'. FKB0405P O E DISK EXTMBR('KB0405ALL') F RENAME(KB0405PR:ALLPR) FKB0405P O E...
  9. GAORR

    How to write to many mebers in a RPG prg

    I have a file with 3 members. ie: File name is KB0405P member 1 is KB0405All member 2 is KB0405CAD member 3 is KB0405OTH record name is KB0405PR I want to be able write to all 3 members in a program at the same time (different data). Is it possible? If so, how would one set up the file specs. A...
  10. GAORR

    How to make MZTools Options dialogbox readwrite?

    I would try deregistering and reregestering the MZTOOLS dll. Good luck.
  11. GAORR

    Problem with Chain read

    Could someone tell me if this will work. A file has 5 keys. I want all recs that match the first 3. Therefore, chain using the first 3 keys. That will locate and read the first one (if it exists). To retrieve the remaining, do a reade in a loop. example of the code below. Thanks for any...
  12. GAORR

    how to delete multiple spool files

    Thanks, just what I needed. A star for you !!!!!
  13. GAORR

    how to delete multiple spool files

    A job creates multiple spool files with the same name ie. OE0800PR in a particular queue. I'm trying to use DLTSPFL to remove all occureneces from the queue. So far, I'm not having any luck. If there is only 1 in the queue, I can get it to work, but not with multiples. I've tried using *SELECT...
  14. GAORR

    Close an App

    The following code will give you what you want. It also queries the user to ensure the user wants to close the app. The third subroutine can be called when the 'close' on a menu is selected or say a command button. Note the code in the 2nd sub - it ensures all forms open are closed. Please ask...
  15. GAORR

    Run An Access Query From VB

    Is this what you are looking for? You have queries set up for an access database that you want to use them via VB. Have a look at my example below. It is part of a DLL (data tier) that uses a query that has been set up in Access. The query 'GetAllCustomers' is set up in access (retrives all...

Part and Inventory Search

Back
Top