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

  1. AWilliams

    Integrating ContactWise with Novell GroupWise

    Our organization is looking at getting a CRM package to use with GroupWise and I have been assigned the task of doing some investigative work to determine what packages maybe available for integrating with GroupWise. We're investigating a product from GroupLink called ContactWise (Version 7.1)...
  2. AWilliams

    Queries and Primary Key Fields

    I have a search form (main from) containing a combo box from which a user can select one of two service request types to do seraches on. Each service request type calls its own query to populate a subform with five fields of data captured from the appropriate table. The queries work fine and...
  3. AWilliams

    Form/Subform Error - You have cancelled the previous operation

    I have a main form (Form A) displaying a combo box , a command button (Find), and a subform control. When a user selects one value selected from the combo box, the subform will be populated with associated values from one of two queries. This works fine. Also, on the main form is a command...
  4. AWilliams

    Form,Subform, And Query

    Thanks Hap007, that code snippet was a big help and now the form enables the user to dynamically select one of two queries to populate textboxes on the subform. AWilliams
  5. AWilliams

    Form,Subform, And Query

    I have a main form (Form A) displaying a combo box , a command button (Find), and a subform control. The combo box as two values to select from. Based on the value selected from the combo box, when the user presses the command button the fields on the subform will be populated with...
  6. AWilliams

    Combo Boxes

    I have two combo boxes (cboMainCategory & cboCategoryEntry) on a form. What I am trying to do is limit the contents of the second combo box based on the selection from the first combo box. I populate the values of the first combo box using a query. Any idea how to proceed to populate the...
  7. AWilliams

    Passing ComboBox Object to a Function

    The code below (Code Example 1) is used to populate a combo box with institution names from an institution table. This works fine. What I was trying to do was throw this code in a function in the module and pass this function the query statement, combo box name, institution name and...
  8. AWilliams

    Removing ASCII characters from memo field

    Scott Appreciate your help with the code. I tried incorporating it in my code but it when executed none of the memo field is copied to the text file. Any suggstions?
  9. AWilliams

    Removing ASCII characters from memo field

    I am copying data from a foxpro table to a text file along with the memo fields data in the table. The problem I have is there are several ASCII characters within the memo field which I want to remove, such as a Capital A Tilde - Ã, Small a Tilde - ã, Capital AE ligature - Æ. It appears that...
  10. AWilliams

    Copying FoxPro 6.0 data to text files with memo fields

    I'm moving data from foxpro 6.0 tables to a text file but the contents of the memo fields are not copied. Is there anyway to take the all contents of the table (.dbf) and their associated memo fields in the .fpt file into the same text delimited file?

Part and Inventory Search

Back
Top