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
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...
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...
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...
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...
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...
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)...
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...
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
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.