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 Mike Lewis 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. diemtranrms

    How to search case insensitive for values in combobox in vfp 8.0?

    Yes, I have removed the code from your InteractiveChange and DropDown events. And search result as previous attached image. As requested, I must set the style to dropdown Combo and search an item which is typed textbox part of the combo box and click down arrow , the result will search to item...
  2. diemtranrms

    How to search case insensitive for values in combobox in vfp 8.0?

    It seems that the issue does not depend in _INCSEEK variables. My expected can search a value in list combobox after I click dropdown. (when user types lowercase characters and then click dropdown, the result search will highlight to uppercase characters which exist in list of combobox, not...
  3. diemtranrms

    How to search case insensitive for values in combobox in vfp 8.0?

    Hi Everyone, I have a issue about search characters in combobox in vfp 8.0 and need support to solve this. The description as following: Place a combobox on the form. Store values from field in a table into array arrTemp. Set its RowSource property to arrTemp and its RowSourceType property to 5...
  4. diemtranrms

    Page footer prints incorrectly when memo field has long text in group footer.

    Thanks all. The group footer is setting 'Start each group in new page'. It seems that the VFP does not support to print all pages in footer when group footer has additional pages. (The report only print data for the last page in page footer) As structure of report is requested, I can not move...
  5. diemtranrms

    Page footer prints incorrectly when memo field has long text in group footer.

    Hi everyone, Could you please help me how to display data correct in the page footer when the group footer has record with memo field more than a page?. Currently,I’m working in report visual foxpro 8.0. The report has a group which is grouped by CAT_ID field (CATEGORY. CAT_ID) designed as...
  6. diemtranrms

    Printed report with record more than a page (memo field)

    Hi GriffMG, I created cursor which save data of Memo field, but the problem still occur. "CREATE CURSOR cCaseNarr(IDNarr C(5),NarrCaseRep M(4)) from Memotable ...." And I don't understand your instruction "break the memos up into individual lines and put them into the cursor as records." Could...
  7. diemtranrms

    Printed report with record more than a page (memo field)

    Hi, I have some problems when printed report (Visual Foxpro 8.0 Which I am using) The Report has 2 groups (Group A,B) is order on layout as below: ===== Page Header GroupHeader IndexA GroupFooter IndexA GroupFooter IndexB (Field:Narrative (memo field) and rectangle for this field, and I check...

Part and Inventory Search

Back
Top