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)...
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...
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...
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
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...
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...
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...
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?
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.