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 Mike Lewis 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: *

  1. rajeessh

    Unable to Edit Code

    Hi experts I am trying to edit the wise installer script I am having to change code for my new version. Whenever i try to edit a variable or any dialog box, Wise closes down. This has been tried on other machines also. Pl let me know how to resolve this.
  2. rajeessh

    ATL COM DLL REGISTER ERROR

    Hi I am getting an error 0x80070716 when regsvr32 is done] with the ATL Dll. Pl let me know if anyone could help me This is highly urgent as we need to fix it tonight
  3. rajeessh

    Issue in using setApplicationId in ImqMessage Usage

    Hi Experts I am a begineer of MQSeries Programming We have two applications which reads and writes to Q. We have the applications to communicate extra info which is specific to our application to remove duplicate processing. We were adviced to use applicationIdData and...
  4. rajeessh

    ShowHTMLDialog Sample

    I am looking for samples of how to use the ShowHTMLDialog function. I have searched the MSDN and CodeProject sites, but have been unable to find anything that helps. I would like to use it and print the file being loaded to be printed without print dialog.
  5. rajeessh

    Printing HTML files - C++ code

    Hi experts We have advice files generated as HTML by out software We need to print this files on to selected printeres based on criteria without manual intervention Initially this was text file and hence copyFile command worked straight forward But now as it is html I am not able to...
  6. rajeessh

    When FixUps are called in CRecordSets

    I have got two classes inherited from CRecordSet Both of them are bound to different read only views in Oracle Both have been used in the same manner But Open Call to RecordSet1 calls the internal function FixUps but the other does not. Microsoft says that FixUps function will be called in some...
  7. rajeessh

    Using REF Cursors between Oracle and VC++

    Hi, We have developed a COM based application with backend in VC++. We have used classes inherited from CRecordSet to query the table and views and used DoDataExchange to exchange the values. When we use Sproc and return REF Cursors what is the way by which we can do that. Pl advise
  8. rajeessh

    Disable put on local queue

    Can you enlighten still more. If I want only my application to put message and not any other application/user how can I do it. Pl enlighten
  9. rajeessh

    Disable put on local queue

    Hi Experts, I have two QMgrs Q1 and Q2. Q1 has a remote queue Q1.toQ2 talking to Q1.toQ2 outgoing local queue in Q2. Now I want only the messages being put in Q1's remote Queue to reach Q2 local queue. I just want to prevent the user from directly connecting to the local queue of Q2 and just...
  10. rajeessh

    Tab to next record

    Actually this will be a subform in your mainform. The cycle through property you need to set to the subform itself and then you wont have this issue
  11. rajeessh

    String to Date

    Create a COleDateTime with the values by spluiiting them If the object of the coledatetime says date is valid proceed to update.
  12. rajeessh

    password/authentication with IIS

    You need to make the authentication policy as windows in IIS -> WebSite Properrties and add the necessary domain users there.
  13. rajeessh

    We are using COM dlls to be called

    We are using COM dlls to be called from ASP to perform backend operations. We pass the outoput to ASP throught [out] VARIANT * so to pass the values we do pVariant->BSTR = szRetVal.SysallocString() The return value is being used by ASP to write results to clinet How to free the allocated...
  14. rajeessh

    ASP Excel Automation for Exporting Reports

    It fails for Excel Object Creation. Says Access is denied
  15. rajeessh

    ASP Excel Automation for Exporting Reports

    We have a Web Application developed in ASP and deployed on Win2000 server. We have given interactive user setting and IUSR_SERVERNAME all privileges for dcomcfg We have also given necessary privieleges for folders Now we get a error Server.CreateObject Access is denied. Will it be anything...
  16. rajeessh

    ASP Excel Automation for Exporting Reports

    We have a Web Application developed in ASP and deployed on Win2000 server. We have given interactive user setting and IUSR_SERVERNAME all privileges for dcomcfg We have also given necessary privieleges for folders Now we get a error Server.CreateObject Access is denied. Will it be anything...
  17. rajeessh

    Posting Binary Data from OCX to DataBase URGENT!!!!!

    I have an activex control that has a method that returns binary data.I try bto fetch thru javascript and it works out ok. When i try to place it in hidden control and post thru a form to ASP and do a request.Form in that the content is different. Am i missing somethings. I need to post the data...
  18. rajeessh

    SQL Server Job Stops. Please Take a look

    Thanx for faster response. Sorry that i have confused you We are developing a software to track service industries and they concentrate on preventive maintainance of the equipments. So we have a job that runs and schedule the PM calls necessary for equipments.This job runs in customer site...
  19. rajeessh

    SQL Server Job Stops. Please Take a look

    I have a job that runs for every minute in SQL Server. It runs a stored procedure from my database. When i try to change the system time so that the job will produce me the desired results the job stops for a period of time which is uncertain for my knowledge. Then i tried changing the...
  20. rajeessh

    SQL Server Locks Down Pl help

    We have got a DB in SQL Server with access mdb to enter down data. Sometimes the SQLServer locks the DB saying wait type CXPAcket and says Rollback problem We are able to get rid of this by Stopping and Starting SQL Server We learnt from MICROSOFT that this was a bug and he asked to i) Install...

Part and Inventory Search

Back
Top