Hi All,
I have an animated GIF contained within an invisible DIV tag, however, when this tag is made visible the Animation does not play in I.E. but it does in FF and NS.
Does anyone know why and is there a fix for this?
Hi All,
I have the following code:
sub SaveAttachment
{
my $Success = 0 ;
my $fh = $CGI->upload("MyPrint") || undef ;
my $fn = sprintf("%lX.jpg", time()) ;
my $File = sprintf("%s/%s", UPLOAD_DIR, $fn) ;
if ($fh)
{
$Tmp->param(FileName => $fn) ...
Hi all,
I have a stored procedure that returns some 365 rows (one for each day of the coming year). When executed in Query Analyser or Enterprize Manager it works. However when executed via ASP it doesn't return a result set, I'm totally at a loss with this and I was wondering if anyone has...
Hi,
On some records within a database I'm getting the following error, however, on others it works.
Microsoft OLE DB Provider for SQL Server error '80040e14'
SqlDumpExceptionHandler: Process 64 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this...
Hi,
How do I set a column's value within a trigger? For example I have a table with 2 fields A. & B. B's data is user supplied and A's is inserted in a trigger, how do I do it?
I can't find the answer after 30 mins of msdn and googling.
Can anyone tell me please?.
Does Visio support forward engineering a Database Diagram to generate / update the database from the drawing? I'm sure it does but I can't see where it can be done.
Any help would be appreciated.
This very simple trigger :
CREATE TRIGGER Booking_Duration ON Booking FOR INSERT, UPDATE AS
SET DaysStay = (SELECT DATEDIFF(dd, FromDate, ToDate))
Fails with this error:
Server: Msg 170, Level 15, State 1, Procedure Booking_Duration, Line 2
Line 2: Incorrect syntax near '='.
I can't see...
I have a status bar on my application that I would like to display a default message. This of course can be done easily with the Properties. However, once I've replaced this text with output from another process how can I reset the default message?
I assume a logical solution to this would be a...
Hi,
Just thought I'd let you know I've added faq222-5243 to the list. Comments and feedback appreciated (via the appropriate links).
William
Software Engineer
ICQ No. 56047340
I'm using VS Ent v6 (SP6), I also have Visio 2002 installed which provides a Toolbar (TB). This tool bar isn't doing as it's told. When VB loads it puts the Visio TB on a line of it's own, regardless of the docking or toolbar customisations I set.
Can anyone help me fix this? The reason it's so...
I want to add a Toolbar to my application that has a right justifed text box. So, should the User resize the form the text control is always at the right side of the bar.
Oh and just for good measure what about adding Comboboxes as well to the bar.
Is any of this Possible? If so I'd appreciate...
Hi all,
Not being a regular VB user I was wondering if I'm right in my assumption that you can't create the MSComm control at runtime.
It's just that I wanted to use this inside a class and therefore there is no form to put it on, (as ideally it should be private to the class).
If anyone can...
Hi,
I'm creating a class that contains several enumerations. However, some of these are mutually exclusive and since VB doesn't support a (C/C++ type) Union does any one know of a way I can do this?
Thanks,
William
Software Engineer
ICQ No. 56047340
Hi all,
I've created a class the defines an Event. This event is raised when a configuration file cannot be found.
I've declared in the main sdi form:
Dim WithEvents m_Config as Config
In the Class's Initialize event I check to see if this file exists. If it doesn't I raise the event...
Hi all,
I'm writing an application that needs to read data from the Comm port. This data is transmitted to the port 3 times a second, what I'd like to do is to be able to read the data from the port and update the screen with the results.
The "screen" is simply a text control with a custom LCD...
Mmmm. Well I have to admit I'm very very confused, for the life of me I can't trap the OK button being pressed in my Propery Page / Sheet.
According to the docs the PSN_APPLY (IDOK) is sent as a WM_NOTIFY message but neither the loword or hiword of either the lParam or the wParam matches...
Hi,
I have an application that will take some time to complete its process. So I would like to display a dialog box with an edit control (or similar) and post messages to this dialog as the process progress, and ideally be able to save the results to a file.
E.G.
Scanning Donors...
8843...
Hi,
I've been bored and trying to use AnimateWindow, and according to the docs it's declared in winuser.h, which I've #included. Also it says that the import library is user32.lib, which I've also included in the Project.
However when I try to build I get an:
'AnimateWindow' : undeclared...
Hi,
I want to write an application that contains a TreeView (TV) to the left and a ListView (LV) on the right. When the App first loads there will be nothing in the LV. In the TV the user can open the root node to display it's contents. Now what I want to do is when the user clicks a node it...
Hi,
Being a responsible guy I check my logs frequently. In the case of my apache access log I have various entries from errant IIS servers trying to spread the NIMDA worm.
Since I know where these are originating from I intend to notify the ISP. However, this ISP would like the MAC Address of...
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.