Hi all.
I have a 3-frame web site (left,top,main) and i insterted a "print" function in the top frame.The print function only prints the main frame, calling the following easy code:
function PrintPage()
{
parent.main.focus();
parent.main.print();
}
Everything works fine as long as...
Hi all..that's my problem and i really hope some of you can help me.
I have to create a view selecting all fields from a table; plus, i'd like to insert an addictional column defined as an identity (or a random numeric value) so that i can create a sort of unique field for that view.
To explain...
Hi everyone.
I've developed a web site that uses the Integrated Windows Authentication as Authentication method.
When I try to write a file on a LAN disk (on which the user certainly has proper writing grants) i receive the followin' error:
[code]
Error Type:
Microsoft VBScript runtime...
Hi everybody.
I'd like that, everytime an user creates a new report based on a given universe, a certain VB Macro were automatically added to that report....is that possible?
Every help is greatly appreciated
Thanks in advance
David
Hi everybody.
We have a BO system based on a ZABO architecture that access an IBM DB2 database.
We would like that queries launched against the DB could be managed in order to avoid queries that last too long.
What we look for is to re-create the behaviour of pressing the ESC key during query...
Hi everybody
We got an Access procedure that fills an Excel sheet (.xlt) with a recordset from an access table.
The Excel sheet has particular formats for specific cells/columns.
Everything goes well with Excel 97, whereas, using excel 2000, formats are completely lost.
Here's the code we...
Hi everybody.
I use to open MS SQL Tables via ADO (using the recordset object).
I'm facin' this problem: I open the recordset using a stored procedure as object source:
MyRec.Open "exec sp_spaceused",MyConn
This SP returns two different sets of record...but my recorset object only...
Hi everybody
I would like to install Business Objects (using a master installation on a server), but I don't want the setup wizard to install the links to the application under the start menu...i.e.: I don't want the "C:\Programmi\Business Objects\BusinessObjects 5.0\BUSOBJ.EXE" link...
Hi, everybody.
I'm a newbie to Webi, but quite expertised to ASP programming.
I've installed webi on my web server and now I would like to know how to show BO reports (.rep) via asp.
I know that I can use an AcitveX or an Applet Java, but I just cannot find any help or example on the BO web...
Hi everyone.
Is there a way to find out how many records are contained in a specific DB2 table without using SELECT COUNT...FROM the table?
For example, is there a SYS table which contain this (or a similar) information?
I cannot use the SELECT COUNT...FROM because I show a list of DB2 table in...
Hi everybody,
I have been using Visual Interdev from a quite a long time and I feel very good with it but i find difficulty in building a good, smart and nice web site diagram...
Is it possible to activate a wizard that builds the diagram reading the links in the page code? (href...)
Is there...
Hy everybody
I've one problem in executing DTS packages via Stored Procedure.
I try executing the followin' in Query Analizer:
EXEC master..xp_cmdshell 'dtsrun /S <servername> /U <username> /P <userpassword> /N <dtspackagename> /M <dtspackagepassword>'
The previous script work properly on a...
Hi everybody.
I would like to execute DTS packages (stored in msdb database of a SQL Server 7) via SP and I was given some advice in this Forum.
Unfortunetly I still find some problems:
1)I launch the followin' SP from Query Analizer (after having properly connected):
exec master..xp_cmdshell...
Hy all.
I have created a lot of SQL DTS packages (saved on server msdb) and I would like to know how I can retrieve their names using a VB application.
That means:
1) are the DTS names saved in some DB table?
or
2) can I retrieve them from a stored procedure?
or
3) some other way?
Any help...
Hy everybody
Does anybody know if, VB 6.0, it's possible to change the captions of standard MsgBox buttons?
I mean, I would like to change the captions from the standard "OK/CANCEL" or "YES/NO" to a custom string (e.g. "PRINT/SHOW").
Thank you in advance for your...
Hy everybody
Does anybody know if, in MS Access 97, it's possible to change the captions of standard MsgBox buttons?
I mean, I would like to change the captions from the standard "OK/CANCEL" or "YES/NO" to a custom string (e.g. "PRINT/SHOW").
Thank you in advance...
Hy everyobody
I'm not very used with SQL Enterprise Manager, and I've got some questions:
1) How can I include views in database diagrams? Enterprise manager seems to show only tables.
2)How can I create a foreign key in a table referencing a column in a view? (I can't reference the table the...
Hy everyone.
How can I get to know which component or reference I have to use in my application to include a given control?
For example, if I want to use the xxxyyyzzz control, what check I have to select in the Project->Components or in the Project->References dialog box?
I use MSDN library...
Hy, we are planning to develop an application (VB Client) that manages (mainly read/write) an IBM DB2 database running on MVS OS.
I've read on the Microsoft web site that you can connect a client application to a DB2 database through the Microsoft ODBC driver for DB2 (Msdb2ole.dll).
The...
Hi everybody.
I'm developing a VB system that requires an Italian dictionary (in an electronic format, of course).
I mean: I just need a LIST of Italian words and not their meaning or translation. I just want to know if a certain word exsists in that language or not.
I know that something like...
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.