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

    simplfiing programming - visual or code

    Dear All : Below listed a page frame of 36 pages each should have identical grid of different filtering of same table. How to avoid page by page visual addin to simplify programming and coding.
  2. benman

    Which method of form activated when "Close" cross is pressed

    Dear All : Just want to know which method of form is activated when "Close Cross" of Top Left corner of form is pressed. (shall use to simulate actions of cancel button) Thanks and happy programming. Smarty
  3. benman

    Grid's AutoFit - Hope it is a little contribution here

    Dear All: I reviewed part of the thread here mentioning Grid's AutoFit function. To my understanding, that grid.autofit would fit column's width accordingly to current displaying records..... It is hard to explain. anyway, here is little coding for your reference in grid.init for your...
  4. benman

    Display logical field and character field in listbox

    Dear All : Is it possible to display 2 fields inside lisbox: 1st column being logical field displaying in checkbox, 2nd column being character field display as usual character. Below list Listbox.Init for your correction. Many thanks and happy programming. Smarty SELECT Button6 zap GO TOP...
  5. benman

    Display Form without ICON

    Dear All : Kindly enlighten me to display Form without FOX ICON. Sample Form is displayed for reference. Thanks in advance and happy programming. Smarty
  6. benman

    Display Special Characters on Grid Header

    Dear All : Kindly enlighten me to display special characters [arrow up] and [arrow down] on Grid Header. Below is a copy sample. Thanks in advance and happy programming. Smarty
  7. benman

    Column Moved or Header Clicked - VFP Error ??

    Is it internal error on VFP on firing between Column Moved Event and Header Click Event when someone move a column (say column1) to the 2nd column; then from 2nd column to 3rd column ? Any Tips please. DEFINE CLASS form1 AS form Top = 13 Left = 4 Height = 250 Width = 482 DoCreate = .T...
  8. benman

    Outsider Project - Generic Print for a Grid

    Hi All: Currently I am developing a VFP system on my own from scratch, with a layout familiar to everyone. What has been developed are: 1) selector 6 sections x 6 subsections, selecting 36 pages of view/filter combinations. 2) a grid control displaying database for browsing. 3)...
  9. benman

    Which Header1 of the grid I have clicked

    1) I have creatd a new Method of oHeaderClick in object Grid 2) In Grid.INIT, add-in: FOR m.nCount = 1 TO this.ColumnCount BINDEVENT(this.Columns(m.nCount).header1, "Click", this, "oHeaderClick") NEXT 3) I have tested it with ??Chr(7) code inside oHeaderClick and works. ...
  10. benman

    Outsider Project - Generic Find for a Grid

    Hi All: Currently I am developing a VFP system on my own from scratch, with a layout familiar to everyone. What has been developed are: 1) selector 6 sections x 6 subsections, selecting 36 pages of view/filter combinations. 2) a grid control displaying database for browsing. 3)...
  11. benman

    New Development Project - Outsider

    Hello All : Currently I am developing a VFP system on my own from scratch, with a layout familiar to everyone. What has been developed are: 1) selector 6 sections x 6 subsections, selecting 36 pages of view/filter combinations. 2) a grid control displaying database for browsing...

Part and Inventory Search

Back
Top