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 SkipVought 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: DaveL
  • Order by date
  1. DaveL

    Listbox Positioning

    Thanks Lonnie! I used your idea with a minor change and it works great. I added a text box to the form and then in the OnChange event for the text box I modify the RowSource and Requery the ListBox. Works exactly the way I need it to. Thanks again for the nudge in the right direction!
  2. DaveL

    Listbox Positioning

    Is there a way to position in a listbox using more than one character... in other words, I would like to start typing out a word and have the listbox positioned based on ALL of the characters that have been typed, not just the first character... similar to the way it works for a combo box.
  3. DaveL

    E-mail Updated Word Document as Attachment

    Thanks Zion7! I will start researching those topics. Does anyone have any examples of how they have accomplished similar tasks?
  4. DaveL

    E-mail Updated Word Document as Attachment

    After having the user populate fields on a form, I would like to allow the user to click on a button that would merge the data from the fields on the form with a Microsoft Word Template, save the updated Word document to a predetermined path and name, then open up a new e-mail (email address is...
  5. DaveL

    Is Outlook Open?

    Bill, Thank you so much for the help! The module you provided works great! I have a quick follow-up questions on this topic... if Outlook is closed, is there any way to add a task from Access without opening Outlook first, or somehow making the process transparent to the user? Thanks again...
  6. DaveL

    Is Outlook Open?

    Using Access 2000 and Outlook 2000 I am trying to create a new task in Outlook from within Access. I have it working if Outlook is already open. Can anyone share with me the code that will check to see if Outlook is open, and if not, open Outlook in order to create the new task? Thanks!
  7. DaveL

    Form List with Numbers?

    Tek, Thanks for the tip! It led me in the right direction and I figured it out. DaveL
  8. DaveL

    Form List with Numbers?

    I have four products on a form where the user will enter the prices for products. If they input a comma with the price (when the price > 999.99), the resulting form list sees the extra comma as a delimeter and my results are messed up: My list entries look like the following: PRICE equals...
  9. DaveL

    Run-time error ‘3211’

    thwingr, That did the trick. Thanks for the tip! DaveL
  10. DaveL

    Run-time error ‘3211’

    I am trying to populate a subform in my form using a make-query based on the value selected in a combo box on the form. When the value selected in the combo box changes, I want to change the data in the subform. I am then allowing the user to select or deselect individual records on the...
  11. DaveL

    TextArea Formatting

    Can anyone give me ideas on editing tools I can use to allow users to enter content in one or more textareas on a form and give them the ability to apply a nice format to the content? I know about ewebeditpro and activedit. Are there others? Thanks!
  12. DaveL

    Simple Search String Stored Procedure?

    I have a simple search string being passed from a form that can contain multiple words separated by spaces.... "word1 word2 word3". Can anyone give me ideas on the simplest way to create a stored procedure that will select any records in a table (table1) where a specific column...
  13. DaveL

    i need to perform a calculation on

    Hi WebGodiva, It looks like your problem is a simple math problem. When you divide 60,000 by 20,000, the answer IS 3. If you want that to be represented in the form of a percentage, just multiply by 100, and in this case you get 300%. The amount 60,000 IS 300% of 20,000! Dave.
  14. DaveL

    Popup help?

    Can anybody tell me what I am doing wrong here? I am trying to create a simple popup. It works fine in IE, but not in Netscape 4.72. In Netscape it is giving me the error &quot;The parameter is incorrect&quot;. Following is the code I am using: Code for the driver: <html> <head>...
  15. DaveL

    CF_Counter_Image Custom Tag

    Can anybody who has used the CF_Counter_Image Custom Tag tell me if it works for them?
  16. DaveL

    Passing Variables?

    I agree with you on initialization of the variables. I will figure this out as I figure out how I want to organize the application. As far as locking on the session variables, I am using cflock on all my updates to the session variables and I have automatic read locking set on in the Cold...
  17. DaveL

    Passing Variables?

    Thanks for the response Calista! Over the last couple of days I have had to do much research. My conclusion was that session variables are the way to go for this problem. It seems to be working fine. I am still working through a couple of issues, such as initialization (where is the best...
  18. DaveL

    Passing Variables?

    I have a shopping cart checkout form with multiple image submit buttons on it including &quot;update count&quot;, &quot;calculate shipping&quot; and &quot;finalize order&quot;. My problem is... what is the best way to hold onto the checkout form values such as name, address, email address...
  19. DaveL

    Reattach CDX files?

    I am not &quot;trying&quot; to start in the middle, I have been &quot;thrown&quot; in the middle. And you are right, I have no formal training in VFP. All I am working with is 17 years of programming experience, none of which is in VFP. The main problem for me has been learning the syntax...
  20. DaveL

    Reattach CDX files?

    csr, I agree with your assessment of the situation. Can you give me an example of the code used to recreate the indexes? Thanks!

Part and Inventory Search

Back
Top