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...
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
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.
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
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...
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
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...
Dear All :
Kindly enlighten me to display Form without FOX ICON.
Sample Form is displayed for reference.
Thanks in advance and happy programming.
Smarty
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
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
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...
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...
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...
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.