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!

Recent content by wrchto

  1. wrchto

    Start-Parameters

    Hi Srdharan! Yes, but that's exactly my problem!!!! HOW??? Do you know the syntax for passing the parameters? Application.Documents.Item("iGCM").Refresh.......???? I don't know HOW I can pass the parameters in the refresh-command. Tom
  2. wrchto

    Start-Parameters

    No, I start this script from server-scheduler. Then the script fetches the report from the repository (with RECEIVE), so that I have the newest version. Next BO is opened with the report (with OPEN). And then my script starts the report (with REFRESH). After that the input-request-form is on the...
  3. wrchto

    Start-Parameters

    Thank you, it works perfectly!!!! Now I have another question in this way. I do not know, if anyone starts reports with scripts. We do it often. With your help I am able to start reports from the command-line with variables. But I have script-started reports, too. Is it possible to add...
  4. wrchto

    Start-Parameters

    Hmmmm, I think, I am too silly.... I try to start a report which brings data for exact one account. Normally I start the report by hand, then the input-box appears, I fill in an account-number, press enter, and then the report is working. Now I tried this... P:\BUSOBJ.EXE Y:\iGCM.rep -user...
  5. wrchto

    Start-Parameters

    THANK YOU!!!!!! That's it..... But...is it possible to send parameters for the report itself, too? I have a report with a date-parameter. The date is always yesterday (today - 1). Can I send this date in the parameters, too? My wish is to start this report automatically (with -user xxx -pass...
  6. wrchto

    Start-Parameters

    While starting Business Objects I have to fill in my user-id and my password by hand. Is ist possible to start BO on a server with the scheduler by sending this parameters automatically (for example RUN: P:\BUSOBJ.EXE Y:\userdocs\report.rep -user:userid -pwd:xxx). Is it possible to send the...
  7. wrchto

    Jump-Point into dll not found

    I have a selfmade dll with two functions. I want to call one function from my main-program but I always get an error. The error-code is 453. The message is that the point to jump into the dll cannot be found. Can anyone tell me my error? dll (named UserAuth.dll as ActiveX-dll)...
  8. wrchto

    Use dll without registering

    I have heard that I do not have to register a dll to use it from my VB-program. It is possible to use the dll when it is in the same program directory as my VB-program. But that does not work! I have the dll and the program in the same directory on my server. When I start the program from my...
  9. wrchto

    External Subroutine

    Do you have any examples for programming a dll? I tried to use the VB-help but I think I'm too silly. What must I declare in the dll and how must I make my call in my main-prog? Thank you Tom
  10. wrchto

    External Subroutine

    Hi! Maybe this is an idiot's-question but I hope, you can help me! I want to write a subroutine which is useable from any other VB-programs. I want to call it from VB-programs but also from Excel-VBA-programs. I do not know which type of program I have to write. Do I have to write a dll? Or an...
  11. wrchto

    Parameters for Excel-Open

    Hi! I open an excel-member with shell32.dll. Because there are macros in this member, i get the question for activate or inactivate the macros. I want to use parameters that this question is answered automatically with "yes" because if the user will answer with no, the excel-member...
  12. wrchto

    Find an application-path in the registry

    Hi! I need to find the path of an application (excel.exe) in the registry because on each client it could be another path. So I need the code for searching in the registry. If I know the correct path, I can start the application with the Shell-Command. Thomas
  13. wrchto

    dll on the server

    Hi! I have a VB 6.0.1-program, which needs the following files: msdatgrd.ocx, msdatgrd.dep, msdatgrd.oca, msdatgrd.srg. I think I need this files because of the use of a data grid I don't know, if I need really all 4. The files are on my computer because of the VB-installation. But on the...
  14. wrchto

    Refresh DataCombo

    I have a DataCombo which is filled with data from an access 97 database. I also have a Delete-Button to delete the record wich is shown in the text-field of the box. The problem is, that the DataCombo isn't refreshed automatically. I can see an empty line in the data-field for the deleted...

Part and Inventory Search

Back
Top