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

    Background faded with words ?

    I am a newbie, so excuse my ignorance or amateur question. I am trying to create a web page with a faded backgroud of company name. I do not know how to do this. Please help if you can. Thank you. Dré
  2. dreman

    Favorite: Need to add a line separator ???

    Using IE 6.0, I am trying to add line separator when organizing favorite so I can differentiate between sections. Right now, I am adding dashes ('----') but it creates a folder. Does anyone has any suggestion ? Please advice, Thank you Dré
  3. dreman

    MsgBox to disappear automatically after session done.

    I am trying to use msgbox to display a message while processing a small job. Then I want the message to disappear automatically.... Is there a function....? Please advice, Thank you. Dré
  4. dreman

    How to export hotmail contact to outlook ????

    Need to find a way to export hotmail contacts to outlook, please help Thank you Dré
  5. dreman

    Problem with HP Office Jet 7110 to fax and scann via network.

    I have an HP officeJet 7110 all in one (Print Fax and Scanner) It is set up via network Server 2003. It is set up on the server and it prints ok from all the workstations. However I am having the following problems: - How can I set it up so it will be used as a fax from all the workstations. -...
  6. dreman

    Internet explorer delay in keystrokes/Response time delay 5-10 secs

    I am using Windows Me with IE 5.5. It is kind of weird, when I log into the internet It goes on a slow mode and the response is a delay of about 5 to 10 seconds. (example: filling in names or zip code... I type then 5 second later you will see the actual typing...) But if I go to type the...
  7. dreman

    Windows XP, Internet explorer popup auto start

    Using Windows XP with internet explorer 6.0 It is getting very annoying that every time I start my IExplorer a popup window is downloaded automatically at the bottom of my browser. I need to un-installed but I cannot find out how. I know it is going to www.ecpm.com Is there a way to find out...
  8. dreman

    Trying to downlad IE but i get an error URLMON.DLL

    Using Windows ME, IE 5.5 I am trying to download IE 6 but i am constantly getting this error: Iexplorer has caused an error in URLMON.DLL. Iexplorer will now close. Please advise. thank you. dré
  9. dreman

    Internet Explorer, does not allolw me to download images ???

    Using Windows Me with IE 5.5: This is weird, it happened overnight. I was using the internet and everything seemd fine except that now it will not allow me to download graphs or pictures, instead on the web page it will display X instead of the picture. I tried to look under tools, internet...
  10. dreman

    Strange error when opening Word or Excel, Please help

    I reloaded Window Me on top of the existing Windows. I re-installed Office XP. When opening Word or Excel I get this error: Microsoft Visual Basic (Header) Compile error in hidden module: AutoExecNew OK Help i hit ok then it is normal. When closing same...
  11. dreman

    Access 2002: Moving data.mdb to another computer not working !!!!!

    I have a data.mdb Access file that consists of tables, forms, reports, macro and modules. I copy the file into a seperate computer by using cut and paste to a CD burner. On the New computer when I open Access it show the data.mdb, once opened I do not see the forms, nor the tables, reports.... I...
  12. dreman

    Sort By is not working, Please help!!!

    I have a form using several tab Controls One of tab Control is used to display All data using a tabular subform. In this Tab control I want to allow the user to sort by LastName, City, State... I wrote this routine described below, But it is not working. Please advise, Thank you. Dré Private...
  13. dreman

    File Exists problem ???

    I have a form that has a key to backup a table called Clients I created a function: Private Function FileExists(ByVal FileName As String) As Boolean FileExists = Len(Dir(FileName)) > 0 End Function Public Backup_click() Dim StrFile as String StrFile = "Clients" if...
  14. dreman

    Access 2002: Macro condition

    Macro: I am using sendkey to copyobject table, how can I know if user clicked Yes/No to overwrite it. Also I would like if user cliked Yes to go to a specific point in the macro else goto another section. Please advise. Thank you. dré
  15. dreman

    Access 2002: What is the command to find table...

    I have a form, within this form I have a button to backup a specific file. But I would like to rename the existing backup to backup.daytime then do the backup. I am trying to find the command of finding the table before renaming it. (In case it does not exists) I know how to use...
  16. dreman

    Access 2002: How to import text file into predefined database

    I have an application that I would like the user to import text file into a predifined database. The text file has about 40 fields per records, delimited by a comma. the database file has about 30 fields. (Need to ignore the rest) I was able to complete a form with a view to open and select the...
  17. dreman

    Access 2002: How to Backup Files (Docmd.CopyDatabaseFile)

    I have an application that I would like to have a click command to backup database file. I am using Docmd.CopyDatabaseFile but I keep on getting an error that this command is not available (error 2022)! Please advise. Thank you. dré
  18. dreman

    Access 2002: Condition applied before executing the report

    I have an entry form to select all kinds of conditions. What I do is accumulate the conditions in a string (WhereCondition) and then invoke it into a report using DOcmd.Openreport "reportname",,WhereCondition. What I want to do is get the count of records returned based on the...
  19. dreman

    Access 2002: Setfocus problem.

    I have a date range entry into a form: Enter Date From: 99/99/99 To: 99/99/99 An On Exit Event procedure is set for to date: Private Sub On_exit_click() If fromDate>toDate then MsgBox "Date range Incorrect", vbCritical, "Entry" Me!ToDate.SetFocus...
  20. dreman

    CR 8.5 simple question to print form without view mode

    Is there a way to have crystala reports print a form without going to Crystal report view area ? What we are trying to do is ask some kind of an invoice # and print the invoice automatically from Crystal reports, then go back to ask the next invoice #. I know that this if it can't be done...

Part and Inventory Search

Back
Top