Enter Keywords:
1 - 10 of 4755(0.011 seconds)
Sort By:
 
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...
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...
Zones: Delphi ProgrammingDate Answered: 03/19/1998 Rating: 6.2 Views: 0
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...
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...
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?
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...
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...
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...
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...
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...
Zones: MS AccessDate Answered: 01/15/1999 Rating: 8.2 Views: 0