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 TouchToneTommy 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: *

  • Users: Lammers
  • Content: Threads
  • Order by date
  1. Lammers

    Access 2003 Reports with TIF Images

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

    Label caption not changing.

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

    TIFF Printing

    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?
  4. Lammers

    Cannot Load DLL: '?????L?', run-time error '3633'

    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)...
  5. Lammers

    Strange IF TEST behaviour for Less than or equal to XSL

    Strange if i have the following in an xsl file: <xsl:if test= &quot;500 >= @numbID&quot;> ... </xsl:if> it works! BUT reverse it: <xsl:if test= &quot;@numbID <= 500&quot;> ... </xsl:if> the XML transformation fails! Go figure.
  6. Lammers

    Printable Area

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

    Retrieving ADODB.Recordset Asynchronously

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

Part and Inventory Search

Back
Top