Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hbaake

    Alternative to XF:Designer?

    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.
  2. hbaake

    Adding a processor (Suse/Fedora)

    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.
  3. hbaake

    VBA + Word: Is my current paragraph deleted?

    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.
  4. hbaake

    NT EventLog: delete single event?

    Hi! Is it possible to delete a single event (by event ID) from a NT event log? Anybody knows an API for this? Thanks, Hugo.
  5. hbaake

    hardwire DOM to VB Treeview?

    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...
  6. hbaake

    Rendered XML Editor ?

    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.
  7. hbaake

    How to edit rendered XML

    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.
  8. hbaake

    Exit code lifecycle?

    Registry... fine idea; thanks!
  9. hbaake

    Exit code lifecycle?

    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
  10. hbaake

    WMI win32_process events end email

    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...
  11. hbaake

    TIP: How to do a FileExists in SQLServer2000

    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 --...
  12. hbaake

    TIP: How to do a FileExists in SQLServer2000

    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...
  13. hbaake

    Detemine nr. of columns of a cursor

    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.
  14. hbaake

    select via database name alias?

    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...
  15. hbaake

    Variable use in sql where statement

    If it's text you'll have to add quotes by hand... Can you post a code snippet?
  16. hbaake

    Inserting Sub Report

    Yes, you can. But to do it runtime you'll have to pay extra license fees :-( See CR's dev. help file. Hugo.
  17. hbaake

    Specifying a new line in the formula editor

    Try: "hello" + chr(13) + "world" Hugo.
  18. hbaake

    How to set the location of a .TTX file at runtime in VB6

    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...
  19. hbaake

    How to set the location of a .TTX file at runtime in VB6

    Does anybody out there know how to set the physical location of a .TTX file for a CR report at runtime (Visual Basic 6) ? Thanks, Hugo.

Part and Inventory Search

Back
Top