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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GAORR
  • Order by date
  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...
  16. GAORR

    form design question

    I have a form where the user will enter 'Invoice Data'. I need to allow for up to 12 lines of invoice description, each line being a maximum of say 100 characters each. What would you use ? - 12 text lines ? rich text box control ? Doesn't have to be anything fancy - just be able to capture 1 to...
  17. GAORR

    date picker checkbox question

    I have found the answer - dtpicker.value = Empty will uncheck the checkbox. Since it is not checked, the control is disabled - checking it enables the control.
  18. GAORR

    date picker checkbox question

    No, that doesn't work - setting the 'value' sets the dtpicker to a date ie: '1' sets it to it earliest alowable date. Also, setting the 'checkbox' to true shows the checkbox with the dtpicker, false does not show it. Anyone else?
  19. GAORR

    date picker checkbox question

    I am using a 'dtpicker' control with the checkbox shown (set to true). When the app is run, can the form be shown with the checkbox of the dtpicker 'unchecked'. Thanks for your help.
  20. GAORR

    VB app using Excel and Excel won't quit

    Thanks very much - that done it.

Part and Inventory Search

Back
Top