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 SkipVought 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: compcad
  • Order by date
  1. compcad

    help with crystal info 7.0

    I do not know if I am at the correct forum or not, but if not could you dirrect me to the place I need to go. I have a copy of Crystal Info on my computer and I had found that I had lost the key code you use to install the program. I am wondering if since I have the program on my computer at...
  2. compcad

    I NEED SOME HELP WITH THIS CODE (VB6)

    part A I am designing a back end to a program a client has on his computer. I have completed the back end and it works fine but(not with the front end thow.) The area that I need the help is to get my back end to work with the code he has provided to me. Here is the code he has provided me...
  3. compcad

    parsing double quotes

    My client has a program that has arguments with double quotes around them and then he has code that is to be used to pass the arguments with double quotes to the back end i developed here is that code: Sub ParseCommandLine(CmdLine, RaffleID, Password, FirstTicketNo, LastTicketNo) ' There...
  4. compcad

    ARGUMENTS, COMMAND$

    I am trying to understand how to go about passing arguments from one program to a second program i have been reading up on command$ and I just do not know how to get started. I know that the calling program has the code in it at this time (ex.) in program one I have two variables (arguments)...
  5. compcad

    API HELP

    i have designed a print program that i have found that it now needs to be called by an API that is found on another program. it is to call some paramiters from my program such as PASSWORD AND RAFFLEID what do i need to do to get this to work. here is the code used to call my program: at this...
  6. compcad

    1 option button + 2 textboxs + 1 command button = help

    is what my problem is, when i click on the radio button (option2) i dont want the cmdPrint_Singles.Enabled = True to be enabled until after i enter values in both the textboxs called (txtValue and Text2) how would i do this without clicking on (option1) and then going back to (option2) Private...
  7. compcad

    hi my name is stephen mentzer i

    hi my name is stephen mentzer i have been sending out several post this last couple of months and i have finally finished the program and know i am trying to package the program. when i tried to run the program from within vb6 it works fine but when i packaged the code with the wizard and...
  8. compcad

    command button

    i have got a problem with a command button. when i am searching for a certain RAFFLEID the command button seems to work ok except when it does not find the RAFFLEID it goes to the first record or if the text1.text is " " and you press the command button it goes to the first record...
  9. compcad

    app.path and shell help

    i am trying to start a program from within an other program and the code i am using is: DataPath = Mid(App.Path, 1, 17) & "rafflemaker\TB - LITE\TB - LITE.EXE" DataPath1a = Right(DataPath, 14) retval = Shell(DataPath1a, 1) the path to the main program is: c:\program...
  10. compcad

    for - next help

    i have posted under this subject before except it is different than the last time and i am trying to use the caps in this post to distinguish the code i am trying to get accross hi i have a picturebox with a picture image in it the image name is: PICADDRESS.BMP. this is the code i am using...
  11. compcad

    PRINTING PROBLEM

    i need some help i am designing a program that prints some tickets it worked fine about 2 weeks ago. it would print perfectly. after coming back to it after 2 weeks such as yesterday it would not print any more. it would send out a blank sheet and then the print document icon in the taskbar...
  12. compcad

    counter

    thread222-719249 thank you stephen mentzer compcad@aol.com
  13. compcad

    counter

    thread 222-719249 javascript:openindex(450,350,'http://www.tipmaster.com/includes/refinfo.cfm?w=450&h=350') i am sory but i am still kind of new to the forum i have never linked a thread before i had waited 5 days before writing a new thread because i had thought no one was looking or reading...
  14. compcad

    counter

    i think my problem as stated in (HELP WITH CODE) coud be a counter problem. as stated in the next paragraph below: i tried creating a sample program of the code i am using in the thread HELP WITH CODE and tookout a=200 and a=a+3800 and then created a single for next loop such as: nIndex=z to o...
  15. compcad

    help with code

    i tried creating a sample program of the code i am using above and i had taken out a=200 and a=a+3800 and then created a single for next loop such as: nIndex=z to o and i tried to print and it works the way i want it to except some of the information is not included in the printout such as the...
  16. compcad

    help with code

    i think i found the problem it might be dealing with the: a=200 and a=a+3800 i need to use this counter a=200 needs to be in its own loop and a=a+3800 needs to be in a nested loop here is a sample of the code that i know works For X = 1 To pages a = 200 For nIndex = X To tickets Step...
  17. compcad

    help with code

    do you think that i could get what i want if i were to get rid of some of the code you are talking about in the above post and replacing it maybe with just nIndex = Z to O if so how would i do it. z=from=text1 o=to=text2 i have tried it and it does not seem to work. when a=200 is outside the...
  18. compcad

    help with code

    i just noticed that as you had posted before me i do need every 4 to be printed per sheet such as: 120-123, 124-127, 128-131, 132-135 and if it were 136 instead of 135 i would need that odd page printed i hope this makes since. thank you stephen mentzer compcad@aol.com
  19. compcad

    help with code

    can you explain to me little bit more about what you are trying to get across to me. i see were you are talking about but i need it explained little bit more. thank you stephen mentzer
  20. compcad

    help with code

    i have 2 textboxs the first one is captioned FROM: the second is captioned TO: i want to enter values into these textboxs. and print out the results such as FROM: 100 TO: 135 and then have the results print out four per sheet of paper such as result 100-104, 105-109, 110-114, 115-119...

Part and Inventory Search

Back
Top