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

    Hi, I need to close a specific file or document (*.doc,*.txt,*.ppt) from VB. Thanks in advance
  3. 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
  4. 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...
  5. 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...
  6. ajp18

    supress blank report

    HI, Is is possible to supress blank report. thanks
  7. 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
  8. ajp18

    Passing Query to the subreport

    Hi, How can I pass a query to the subreport using vb6.0. thanks
  9. 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
  10. ajp18

    shift left and shift right

    Hi, I would like to know if there is a way to shift left or shift right characters. Thank you
  11. ajp18

    String variable; Error: "A string can be at most 254 characters long"

    Hi, I am getting error called "A string can be at most 254 characters long". I have a string containing EmpNo(s) in the report that is built as emps' datas are added in the report. I am using that string in subreport that resides in report footer to summarize data. Any other...
  12. ajp18

    Associative array

    Hi, Is there a way to achive functionality of the associative array.
  13. ajp18

    formating a report

    Hi, I am trying to print the supreort till another subreport is finish. I was wondering if there is a wait and release event or something similar that would enable me to control what and when data is printed on the rpeort. detail a detail b <subreport 1 and subreport 2> I want both subreports...
  14. ajp18

    deleteing blank space

    Hi, I am supressing field on the report based on user's selection. I was wondering if it is possible to delete the space that is left by suppressing. Thanks for your time
  15. ajp18

    Crystal produces &quot; *.tmp&quot; files.

    Hi, I am using VB6.0 and crystal report 8.5. When I run the report, crystal generates *.tmp files. Any tips? Thanks
  16. ajp18

    groupin on fromula

    I have tried to group on formula but the formula name does not appear in the aval. list. what could be done regaring this. Thanks
  17. ajp18

    parameter fields

    Hi I am trying to pass a parameter field's value at run time behind cr viewer in vb6.0. Here is the syntax I am using: mUserName = &quot;x&quot; Report.ParameterFields(1).AddCurrentValue mUserName also, I am trying to pass multiple discrete values by: Report.ParameterFields(2).AddCurrentValue...
  18. ajp18

    Sorting Records

    Hi, I am grouping by empNo and I like to sort by location. I am able to sort by name and EmpNo. I am passing order by clause in query. This is a report's format: RH PH GH (Group by EmpNo) DE (Suppresed) GF <EmpNo, Name, SSN, Amount> RF <Total: Amount> PF I need help. Thanks
  19. ajp18

    Setting field values from Behind the CR Viewer

    Hi, (1) I have a recordset, whose column names are aliases. I would like to set values from behind the CR Viewer so I do not have to create a dummay table. If (1) is possible then - is there a way to display summary information - is there a way to group on any of the value Any...
  20. ajp18

    Setting field values from Behind the CR Viewer

    Hi, (1) I have a recordset, whose column names are aliases. I would like to set values from behind the CR Viewer so I do not have to create a dummay table. If (1) is possible then - is there a way to display summary information - is there a way to group on any of the value Any...

Part and Inventory Search

Back
Top