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!

Search results for query: *

  • Users: GAORR
  • Content: Threads
  • 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

    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...
  3. 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 -...
  4. 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.
  5. 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...
  6. 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...
  7. 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...
  8. 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.
  9. GAORR

    VB app using Excel and Excel won't quit

    I have a Vb app that uses Excel to fill in a few cells and print. I am releasing the resources (set to nothing) but Excel continues to run. How do I shut down Excel when done printing. On my computer at home (XP Pro), I can actually seel that Excel is still running (task manager), on my computer...
  10. GAORR

    Can't set focus to a text box !!!!

    I just can't figure it out. I load a form with a number of fields to be entered. I am attempting to 'set focus' to the first text box I want the user to enter data into by: txtCustLastName.setFocus I get the following error: error 5 - 'Invalid procedure call or arguement' I know I could solve...
  11. GAORR

    listview

    After removing an item from a listview, I would like to select (hilite) the first (or any other) item that remains in the listview. Can anyone help with the syntax.
  12. GAORR

    Subfile Control Keywords

    Can anyone tell me what the subfile control keyword - SFLINZ is used for. This is in an existing program I'm modifying but can't be found in any of the books I have. Thanks for your time.
  13. GAORR

    service pack help

    I having been using vb6 for the last year (mostly for the vb6 courses I've been taking) and I thought it would be a good idea to install the latest service pack (5). I am currently running service pack 3 which came with the vb6 I purchased. I have located and downloaded the latest pack. I ran...
  14. GAORR

    What is the preferred method of determining a file exists.

    I'm looking for the preferred method of determining if a file (data base) exists before running an app. I have seen different methods, such as dir, opening a file, and I suspect there are API's that will accomplish this also. Any thoughts ? Thanks
  15. GAORR

    keeping user settings - form placement

    Assume an app had 5 forms, 1 being the main form and when closed would close all the others. Also assume the user had all forms opened and each moved to a position of their prefernece on the screen. How would one 'remember' where these forms were last placed such that the next time the app is...
  16. GAORR

    Is it possible to right align in a listview ?

    I'd like to be able to right align data in a listview. Is this possible ? Thanks
  17. GAORR

    Does a function exist to get difference of 2 dates ?

    Does anyone know if a function exists that will give the difference of 2 dates. Thanks
  18. GAORR

    Comments please, on the proper way of handling this

    I'm having a problem that I hope someone can comment on (if you can follow what I am trying to say here). I will try to explain. I want to provide a search feature in my project (similiar to 'Word' or 'Excel') and although it is working fine,I suspect it is not the proper way to do it. 1. I...
  19. GAORR

    any recommendations to display a list of data ??

    Anyone have a recommendation on the best way to simply display a 'list' of data to a user. The form would have a number of labels and textboxes filled in at the top portion of the form and the remainder of the form would contain a 'list' of related data. There could 0, 1 or many lines. This is...
  20. GAORR

    Max entries in a combo box ?

    When loading a combo box, I get the following error - Run-time error '5'. I displayed a counter to determine how many gets loaded and the error occurs after the 32767 entry is loaded. Any comments would be appreciated.

Part and Inventory Search

Back
Top