Now that Access 2003 doesn't support tif images, does anyone have any ideas on what to use/do in order to include tif images in an Access 2003 Report?
Under 2000 tif images were supported by Office 2000 if you also installed the extra graphics packages, not so for 2003.
Any ideas? ActiveX...
Simple and yet frustrating.
I've got a form (FORM1) which opens amodal form via a button.
User enters some value into the modal form and clicks OK, which calls a sub on FORM1 and changes a label on FORM1.
However, this label on FORM1 never changes.
I've seen this before, but can't remember how...
Does anyone know why if I print a TIFF image in a report, it varies in size depending upon the DPI of the image?
eg. 100x100 92DPI tiff is bigger than
100x100 72DPI
And yet if you print out the images in say Paintshop, it's the same size?
Has anyone come across this before in Access 2k under Win2k?
run-time error '3633'
Cannot Load DLL: '?????L?'
It was very easy to produce this via a module.
Public Sub test()
Dim abc As Workspace
Set abc = CreateWorkspace("abcdef", "test", "test", 1)...
Strange if i have the following in an xsl file:
<xsl:if test= "500 >= @numbID">
...
</xsl:if>
it works!
BUT reverse it:
<xsl:if test= "@numbID <= 500">
...
</xsl:if>
the XML transformation fails!
Go figure.
Does anyone know how to obtain the printable area of a page via code?
I know that you can set the reports margin to be zero, but when you preview or print the report, the printer will set it's minimum values.
Peter.
I know from VB (and via the MSDN library) that you can retrieve ADODB.Recordset asynchronously via the properties and using adUseClient and adAsynchFetch.
Having done various test .asp files, I can only assume that it's not possible in ASP? Is this right?
If so, has anyone come up with a nice...
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.