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 gkittelson 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: ajp18
  • Order by date
  1. ajp18

    DLLRegisterServer failed. Return code was: 0x80004005

    Hi, I have a customer who is not willing to give me an admin previllages to register ocx files. They want me to go to their place just to register ocx files. Any other alternatives to register ocx without having administrator previllages. Thanks
  2. ajp18

    Closing Application from VB

    I am using ShellExecuteEx API to launch the application. I just would like to close the open application when I unload the form. Thanks
  3. ajp18

    Closing Application from VB

    Hi, I need to close a specific file or document (*.doc,*.txt,*.ppt) from VB. Thanks in advance
  4. ajp18

    Can't create TCP/IP socket (10038)

    Hi I am getting this "Can't create TCP/IP socket (10038)" error. I do not have a clue what may cause it. Thanks
  5. ajp18

    MYSQL : Nested INNER JOIN query

    Thank you very mcuh
  6. ajp18

    MYSQL : Nested INNER JOIN query

    Thanks for your reply. Table MasterKey contains 8812 records Table Data contains 18259 records Table Tmage contains 17348 records Total # of recordset in 3 Tables are: 44419 I tried executing both of the following queries: SET SQL_BIG_SELECTS=1; SELECT Images.Path...
  7. ajp18

    MYSQL : Nested INNER JOIN query

    I tried dropping prantheses but still it did not get rid of the following error: ERROR 1104: The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok Thanks for your reply
  8. ajp18

    MYSQL : Nested INNER JOIN query

    Hi, I get an error when I try to execute the following query: SELECT DISTINCT Images.Path, MasterKey.MasterKey FROM (MasterKey INNER JOIN Data ON MasterKey.MasterKey=Data.MasterKey) INNER JOIN Images ON MasterKey.MasterKey=Images.MasterKey WHERE Data.SystemCode='AP2' AND...
  9. ajp18

    I am cluless, I need help

    I am new to MySQL. I am unable to figure out this error. Error :" [Inhouse linux box] ERROR 1104: The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok " I have edited the MySQL options...
  10. ajp18

    supress blank report

    Thanks for your reply. I was trying to supress main report without generating a blank page. thank you very muvh
  11. ajp18

    supress blank report

    HI, Is is possible to supress blank report. thanks
  12. ajp18

    for- loop

    thank you very much
  13. ajp18

    for- loop

    I am sorry I made a mistake in the formula; Formula: numbervar i:=1; for i := 1 to count({?EmpNos}) step 1 do ( {?EmpNos}[i] ); Any suggestions?
  14. ajp18

    for- loop

    hi, I am getting True as a value of the following formula instead of numeric value; Formula: numbervar i:=1; for i := 1 to count({?EmpNos}) step 1 do ( {?EmpNos}[i] ); Thanks
  15. ajp18

    Passing Query to the subreport

    Is it possible to pass a query to the subreport.
  16. ajp18

    Passing Query to the subreport

    Any Suggestions? Any one?
  17. ajp18

    Passing Query to the subreport

    Hi, How can I pass a query to the subreport using vb6.0. thanks
  18. ajp18

    Passing range values

    Thank you very much
  19. ajp18

    Passing range values

    Hi, I am trying to pass numeric range vaules using number parameter field and then use them in record selection. The problem is I would like numbers to be from x to x or x to _ or _ to x or _ to _. (_ : denotes any number) Thanks

Part and Inventory Search

Back
Top