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 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
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 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)...
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.
...
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)...
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...
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.