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: ElGuapo
  • Content: Threads
  • Order by date
  1. ElGuapo

    Global scope

    Hi! I am relatively new with php. I have created a page, where users have to register in order to have access to all the forums. The server has PHP 4.2 installed and I cannot find a way to store a variable that I could call from different subpages. I would like to store the UserID. The only...
  2. ElGuapo

    Calling OpenFile dialog from MSAccess modules

    Does anybody know how to use an OpenFile dialog in MSAccess. I know it has sometnih to do with using dll files, but do not know how to do it. Thanks in advance for your help! Rok
  3. ElGuapo

    Outlook 98 Automation problem

    I have a program that uses Outlook automation to send e-mails generated from a Access database. It works fine with Outlook 97, but a problem appears when using Outlook 98. The programs brings up a dialog, where it promts the user that another program is trying to send an email through VB and...
  4. ElGuapo

    How to display hex data?

    Is there a function in VBA, that would display hex code of a certain character in a binary file (e.g. character A has 41 for hex code, how could I get that 41 out?)
  5. ElGuapo

    Charts from MS Access data

    I would like to create a page that uses MS Access to create charts and graphs on an ASP page. Can anyone suggest me how to that an which of the softwares available on the web to use. 10x in advance. ElGuapo
  6. ElGuapo

    palette source property

    Does anybody know how to use the palette source property in forms and what does it apply to. Thanx, ElGuapo
  7. ElGuapo

    Align center verticaly

    Does anybody konw how I could make a table to be in the center of the screen verticaly? ElGuapo
  8. ElGuapo

    Printing access reports into pdf

    Hello! I have an access report that I am outputing to pdf for use on a web page. I do this by using the Pdf writer. That works fine. However I have multiple reports that need to be saved as pdf files, so I have automated the process by using the VB. I now control the pdf writer dialogs by...
  9. ElGuapo

    Opening Internet Explorer

    I have written a procedure that generates a HTML page cointaining data from a database. The user inputs the data to be written to the page usig a form. Now I would like to create a button that opens the created web page for preview in IE. I know how to do it using the shell function, however I...
  10. ElGuapo

    Using Automation

    I have been trying to automate output to pdf files for quite some time now. So far the best way I have figured to do so, was to use the sendkeys dunction to control the dialogs. However this does not work well, so I would like to inprove it's preformance. Today, thanks to JoeMiller, I have been...
  11. ElGuapo

    Select profile window after the docmd.sendobject

    I have written a module that sends emails that are generated from a database once a week. The proggie runs on a locked workstation. When I use the sendobject command it prompts me to choose the profile in MS Outlook (97). This prompt window stops the execution of the module. I have solved this...
  12. ElGuapo

    Spell checker

    Does anybody know the procedure to install a spell chechecker of a different then English language to Microsoft Office? Is there a site, where I could get spell checkers in different languages? ElGuapo
  13. ElGuapo

    Password to enter parts of the site

    Does anybody know how to create a page, parts of which can be accessed only if the right password is provided. ElGuapo
  14. ElGuapo

    Controling the print dialog window with VBA

    I use a database to create a web page with a lot of graphs that I create with Access. For I have figured another way to export graphs from Access to a file suitable for the web I use the Acrobat Distiler to print the reports into pdf files and then publish them. There are multiple graphs on the...
  15. ElGuapo

    Exporting parts of reports as pictures

    Does anybody know, how I can export a report to a .gif or .jpg file? ElGuapo

Part and Inventory Search

Back
Top