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

    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...
  13. 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...
  14. compcad

    looping help

    i have a need for some help on a project i am working on for a client i have finally got everything in the project completed except for one thing and i am un sure about how to go about get it done. is what i have done was to create a loop that when it accesss information from the database it...
  15. compcad

    help - link

    i have 2 tables one called prize and the other called raffles. and i am creating a program in vb6 using these tables from ms access 2000. the person i am building this vb program for wants these 2 tables to be linked. the problem is none of the feilds in either tables match for linking...
  16. compcad

    apppath , shell or both need help. thank you

    could you give some samples or ideas of how this should work thanks i have a program i created from vb6 the default path to this program is as follows: C:\RaffleMaker\TBLITE\Tblite.EXE i also have a database that is used by the Tblite.EXE this database is located in a default path...
  17. compcad

    SORRY FROM COMPCAD

    to all that have given me a responses to my posts thank you very much for all your help and i am very sorry if i am not useing this forum correctly. for the most part i try to say thank you after i state my question i have just been pressed for time here lately. i will try to start doing it...
  18. compcad

    clipboard

    1. i have a program that has several feilds in it but i am only concerned about one of the textboxs in this program. A. the user will highlight this text in the textbox B. the program all ready has the copy feature but it will not do what i want 2. the user will then activate a small...
  19. compcad

    COMMAND$

    i am still unsure about the command$ and how it works if you could help out a little more on that feature it would be great, but i had thought of a way that may work but i am un sure about it. 1 the main program opens and then you highlight the textbox you want to pass to the end program which...
  20. compcad

    COMMAND$

    i am able to use the shell to open a program from within an other program RTVAL = Shell("C:\RAFFLEMAKER\TBLITE\TBLITE.EXE") but i am still having a problem with using the COMMAND$ to insert the word THESECRETPASSWORD into the TEXTBOX (Text1) and press the command button. AND i am...

Part and Inventory Search

Back
Top