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

    Help Displaying Rich Text Stored in SQL on a report.

    I have a memo feild in SQL that stores rich text, so that it looks like *{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 MS Sans Serif;}}*. I need to display the text so that it keeps all its formatting when displayed on a report. Can anyone help in doing this without...
  2. EarS

    Programmatically store rtf file.

    Does anyone know how I can get the text out of an rtf file? when I open it in word all I see is the text itself. I want to be see all the formatting rich text code so I can store it in sql. For example in I Word I see: Written in Red. (text appears red) What I want to store in my database is...
  3. EarS

    How do I protect my code from being seen?

    I have an app that is going to be distributed to users shortly. I have used the microsoft access security wizard to secure all my forms queries ect... but should my program ever error it always brings up the option to debug it, thus leaving my code visible. We have written a lot of custom...
  4. EarS

    Security in Connecting to a SQL Database.

    Is there anyway that I can refresh the links in my .mdb so that a user name is passed to SQL so that the permissions for that user name can be determined??? I am very new to this subject so any value info would be appreciated. Thanks in Advance, Matt
  5. EarS

    Help moving and copying files

    Does anyone know where I can find information to move and copy files programatically in VBA? I have found lots of information on the net but none of the VB code seems to want to compile in VBA. Any help is greatly appreciated! Thanks Matt
  6. EarS

    Moving and Copying files Help

    Does anyone know where I can find information to move and copy files programatically in VBA? I have found lots of information on the net but none of the VB code seems to want to compile in VBA. Any help is greatly appreciated! Thanks Matt
  7. EarS

    Best way to remove items from list box.

    What is the best way to remove selected items from a list box in VBA??? I think from what I can gather that you cannot use the listbox.RemoveItem in VBA. Or is this a problem with my access setup??? Any help is greatly appreciated! Thanks in Advance, Matt When asked what he thought about...
  8. EarS

    ListBox AddItem Control error

    I am trying to use the .AddItem control to put items into a list box. When I try to complile I get the error "method or data member not found". In the object browser I can see that there are 2 listbox's listed. One has this method the other does not. How can I use this control...
  9. EarS

    Cancel the form close event

    I have a method of checking to see if data on a form has been saved. If not then when the form closes it prompt the user to save. When the save routine is entered extensive error checking is done. If there is an error I don't want to save, nor do I want to close the form. How can I cancel...

Part and Inventory Search

Back
Top