Hello , could you tell me how to pass the parameter to query object in vb4 ? For example , if I created query in using Access to accept parameter for CustomerID and I want to open it in VB4 togeth...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10008681.html
Zones:
Visual BasicDate Answered: 04/23/1997 Rating: 6.4 Views: 0
Hi,
Is it possible to pass an object of any type as a var parameter of a function?
I am wanting to wrap up the two ideas of:
Object.Free;
Object := nil;
I've tried a few incarnations of this...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10040678.html
When a report is run from Forms (4.5) under Win 95, a
"server" program starts and continues running until the
user shuts it down manually.
How can it be shut down automatically, without user interv...
http://www.experts-exchange.com/Database/Oracle/Q_10046781.html
Zones:
OracleDate Answered: 04/07/1998 Rating: 7.4 Views: 0
I cannot seem to access StoredProcedure parameters from the Stored
Procedures object from DMO object.
I seem to just get a series of default parameters returned every time.
Does anyone know why t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10062742.html
Zones:
Visual BasicDate Answered: 07/31/1998 Rating: 6.6 Views: 0
Hi, can any one tell me if theres a way to know how many processors does the DBM server have using Oracle 7.3 and if so, what the parameter is please?
http://www.experts-exchange.com/Database/Oracle/Q_10068929.html
Zones:
OracleDate Answered: 08/03/1998 Rating: 7.8 Views: 0
Hi,
I'm trying to make a batch file that will open an html file on command.
I want Internet explorer to open the html page.
Right now my batch file looks something like this.
C:\IE\IExplorer.exe...
http://www.experts-exchange.com/Hardware/Misc/Q_10075969.html
Zones:
HardwareDate Answered: 08/27/1998 Rating: 7.8 Views: 0
Hello !
In VB3 this did work fine...
Set QDef = Mydb.OpenQueryDef("MyQ")
QDef!MyPar = 1
Set Sn = QDef.CreateSnapshot()
Now in VB5 I have try this but it dosent work.
Mydb.QueryDefs("MyQ").Param...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10077846.html
Zones:
Visual BasicDate Answered: 09/04/1998 Rating: 7.2 Views: 0
I'm trying to use the Internet Transfer Control (Packaged with VB) in a VC++ program. All I want it to do is download a page into a buffer, given the URL. I can't for the life of me figure out wh...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10098312.html
Zones:
C++Date Answered: 11/23/1998 Rating: 7.6 Views: 0
I want to submit a form and pass his parameters to a CGI in an other window. In order to do this, I use this JavaScript piece of code :
winrecap = window.open("","Paiement","toolbar=no,d...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10099152.html
Zones:
JavaScriptDate Answered: 11/17/1998 Rating: 9.6 Views: 0
I have a crosstab query thats based on some parameters, such as days out from todays date. Therefore the column heading called report date could for example contain 5 date headings from the paramet...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10117788.html
Zones:
MS AccessDate Answered: 01/15/1999 Rating: 8.2 Views: 0