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

  • Users: benman
  • Order by date
  1. benman

    Page Class and Mouse Control

    Dear Scott : When I have a programming problem stucking there, here is a nice place to get some new ideas so that we can base on those input to think about a breakthrough solution to work on top of it. Looking into the code might provide an incite, or at least another perspective to the same...
  2. benman

    Page Class and Mouse Control

    Scott : Could you use class brower to open the form and the pageframe class to go through the codes.... Smarty
  3. benman

    simplfiing programming - visual or code

    Dear All : Thanks for the input. I have created a pageframe class of 36 pages, using bindevents in its init to define pages' activepage coding, in which table filtering is applied with few code sentences. After all, it is pointing to single grid adhered to the form. Many thanks. Smarty
  4. 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.
  5. 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
  6. benman

    Display logical field and character field in listbox

    Dear Scott : I took you advice No.2 and that is ok. Many thanks. Smarty
  7. 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...
  8. benman

    Display logical field and character field in listbox

    Dear Scott : thanks for kind response. I want to let me check and uncheck the logical field inside the listbox. Character field is for display and shall have no amendment. Happy assistance in advance. Smarty
  9. 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...
  10. benman

    Display Form without ICON

    ah
  11. benman

    Display Form without ICON

    Dear Andy : This form looks dull now without the cross. I want to keep the cross without that icon. Smarty
  12. 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
  13. 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
  14. benman

    GetsysColor() parameter for hot tracking

    Hi MikeLewis : I have no idea with GetSysColor(). Anyway, if you want to determine transfer the color displayed in monitor into RGB code, here is the link for the tool I am using. http://www.iconico.com/colorpic/ Best regards, Smarty
  15. benman

    Column Moved or Header Clicked - VFP Error ??

    Dear TamarGranor : It is confirmed that you understand the problem it is pointing to: the first time a column is dragged, the Moved event fires. If the same column is dragged again, all you get is a Click event for the header. That's what you're seeing and EXPERIENCING? Your approach to try to...
  16. benman

    Column Moved or Header Clicked - VFP Error ??

    Hi All : Any feedback to resolve or avoid the error posted here ? Smarty
  17. benman

    Column Moved or Header Clicked - VFP Error ??

    Please copy & paste below code for testing. Many thanks. oForm = CREATEOBJECT("form1") oGrid = oForm.ADDOBJECT("newgrid", "grid01") oForm.show(1) &&READ events DEFINE CLASS form1 AS form Top = 13 Left = 4 Height = 250 Width = 482 DoCreate = .T. Caption = "Form1" Name = "Form1"...
  18. 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...
  19. benman

    Outsider Project - Generic Print for a Grid

    HI Mike : IF lnI > 1 * New record APPEND BLANK GATHER MEMO NAME loRecord ELSE * Re-use model record LOCATE FOR "FIELD" $ UPPER(ALLTRIM(comment)) ENDIF * Point the new record to the field in the cursor m.cField = laWidths(lnI,1) m.cField1 = &lcAlias..&cField IF...

Part and Inventory Search

Back
Top