User Profile
Collapse
-
Does it make any difference that the 2003 Server is also a VMware environment? -
Still Nothing on my end - anyone else?
I get no errors, but nothing is sent to the Printer Queue (I have it paused so I'm sure).
I did disable Enhanced Security, but no change. I have had an issue in the past with this code getting errors and fixed it by reinstalling IE 6 using method 3 in this MS article:
How to reinstall or repair Internet Explorer in Windows Vista and Windows XP
I just...Leave a comment:
-
Various VB 6 programs are running fine on the server. I put the code in VB 6 because there seemed to be more examples of working WebBrowser code. I could try doing it in .NET, but I still think the problem isn't the code but some configuration on the Windows 2003 Server...Leave a comment:
-
VB 6/.NET Code on 2003 Server won't print html file from WebBrowser or axDHTMLEDLib
I have code that works fine on my XP machine. It loads an HTML document into the VB 6 WebBrowser control and then uses the following command to print the document without any print dialog box:
mfrmPrint.WebBr owser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_D ONTPROMPTUSER, PRINT_DONTBOTHE RUSER_WAITFORCO MPLETION
I have also just implemented a .NET C# DLL that uses the axDHTMLEDLib. It also works fine on my XP computer.... -
Thanks. I'll look into giving a DIV a set height. Does anyone know how I can programmaticall y insert blank lines in a recursively called template? If I manually place the <BR/> into the XSL, they work in the resulting HTML file, but not in the xsl:template I have.Leave a comment:
-
The key is to initialize the string to something with its exact length
strWork = String(lByteLen , " ")
Here's a sample from what I've done:
Code:If fs.FileExists(sfile) Then 'get an available file handle iFile = FreeFile 'open the file for access Open sfile For Binary As iFile 'get current len
Leave a comment:
-
Any ideas on how to get a blank line into the HTML so that my page # footer can be moved further down the page?Leave a comment:
-
Mainly print, though we will also be viewing inside a browser control in a .NET application. Eventually, we want to convert XHTML to PDF, but no time now to create an XSL-FO. Thanks!Leave a comment:
-
XSL - Dynamically enter blank lines in XHTML
I am creating a 5 page document HTML document with variable table sizes. I am hard coding page breaks after the <DIV> for each page. To assure that all of my page numbers at the bottom of each page is in approximately the same location, I have created a recursive template to enter a certain number of <BR/> elements before the page # footer. However, the <BR/> isn't doing the trick. I've searched high and low for the right character... -
When I have multiple rows that I need in a worksheet, I usually send them to a separate function as a recordset or dictionary item (you could use a collection also), and write them to the workbook.
I'm a little confused. Are you trying to write each type of data to a different Worksheet within the same Workbook or does each type of data go into a separate Workbook?Leave a comment:
-
That's it !!!
I had an extra '' added to the end of the line without realizing it! Much thanks!!!Leave a comment:
-
xsl count of matching attributes returns number plus " or NaN....
I can't get this count to return a number without an empty quote at the end ( " ) or getting NaN. Does anyone know why? I've searched and don't see any other postings on this issue. I'm using VS 2008. Thanks for any and all pointers!!!
XML file:
Code:<?xml version="1.0" encoding="utf-8"?> <CFF xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
No activity results to display
Show More
Leave a comment: