Hi!
I need a tool able to do wysiwyg editing on an imported XSL:FO document. The only one I know of is XF:Designer(www.ecrion.com). Are there any alternatives?
Thanks,
Hugo.
If I want to add another processor to my system (currently on a single P3), do I need to change any software, or is plugging it in enough to get it supported?
Thanks,
Hugo.
Hi!
When MSWord change tracking is ON, is there a way in VBA to determine if my current cursor position is inside a deleted paragraph?
Thanks in advance,
Hugo.
Is it possible (in VB6) to hardwire the VB treeview to a DOM?
I would like to add/delete/move nodes in a treeview in such a way that the nodes are actual element in a DOM.
The idea is that before doing the actual change in the treeview, the DOMs Validate() method (using a DTD) tells me if the...
Does anybody know if there is a editor control (ActiveX) available that displays rendered XML (XSL), is DTD aware, has a WYSIWYG interface and can handle large XML files (>1MB) with reasonable performance?
Thanks in advance,
Hugo.
Does anybody know if there is a editor control (ActiveX) available that displays rendered XML (XSL), is DTD aware, has a WYSIWYG interface and can handle large XML files (>1MB) with reasonable performance?
Thanks in advance,
Hugo.
Does anybody know how long the exit code of a process exists after a process has terminated?
I want to know the exit code (by calling GetExitCodeProcess() with the process handle), but not right after the process ends.
Thanks in advance,
Hugo
Hi!
I'm using WMI to start several processes on a remote machine, but would like to be nofified by email when a process dies.
I know this should be possible using event filtering, but documentation on this topic is hard to find :-(.
Is there anybody who has more info (or even some sample...
Oops! even this simple and still an error... sorry; here's the update:
CREATE PROCEDURE utlFileExists
@sFullFileName varchar(1000)
AS
--
-- Use the windows scripting filesystem
-- object to determine if a file exists...
-- (note: there's some relaxed error handling in here)
-- Hugo Baake
--...
Hi!
I noted some discussion about how to determine if a file exists (using a undocumented stored procedure that was available in SQLServer 7, but not in 2000).
Below is a way to handle this, using the windows Scripting object (yes... only valid on a windows platform)
Anyway, here it is; have...
Hi!
Is there a way to determine the number of columns (*NOT* the nr. of rows) a cursor will return? I've got a dynamically created cursor and want to know the nr. of columns... Is there something like a @@CURSOR_COLUMNS?
Thanks,
Hugo.
Is there a way in SQLServer2000 to select data via a database name Alias?
I would like to join two tables on different databases (or even different servers), but I don't want to change all the server.databasename.owner table prefixes everytime the script is run on a different server...
So, can...
The problem is that when my app is published on a Citrix server (in a different directory), the reports are created correctly but won't print :-(.
Only after manually setting the position of the .TTX file they'll print...
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.