You can use my Combobox class from UniversalThread.
It has support for asyncronous client server fetching, search in any column, search only after _incseek time elapsed (after fast type a sequence of chars )
Look for other useful downloads there...
The trouble is that DoStatus() method of UpdateListener is called very often for an alias with many records. The result is that the thermometer window is updated many times per session and this causes the slowness.
You can subclass the UpdateListener and modifiy DoStatus() method to update the...
Hi Craig. Thanks for your feedback.
There is no need for oTb.Show(), because it watch forms activation (WM_CREATE windows messages) and activates itself. Also it hides itself if there are no active forms. A NODEFAULT command for the case if there are no buttons can be useful, though, point...
Hi all
I've designed a class which mimics windows taskbar behavior, but for VFP active forms
It needs VFP 9
Link:
http://193.231.249.174/Download/taskbarcontrol.zip
Usage:
SET CLASSLIB TO taskbar.vcx
oTb = CREATEOBJECT('taskbar')
Screenshot:
http://193.231.249.174/Download/taskbar.jpg
Any...
This is a modified code used to transfer tables to Firebird
PROCEDURE dbf2MySQL
PARAMETERS tcTable, tnConnHnd, tlAddData
*parameters: tcTable table name or full path
* tnConnHnd valid connection handle to MySQL database returned by SQLConnect()
* tlAddData transfer table data...
store recno() to act_rec
set order to xxx
thisform.lockscreen = .t.
this.Parent.Parent.Visible = .f. &&hide grid
GOTO act_rec
this.Parent.Parent.Visible = .t.
this.Parent.Parent.SetFocus()
thisform.lockscreen = .f.
Hi, thank you for your feeback
There is a timer on form that watch lHighlightText property of the form. If this is set to .T. by a successfull search, it draw a rectangle 5 times in .5 second and then deactivates itself. The count can be increased.
For page rendering, I'm sure that there is a...
OK, I believe is my English that makes me hard to be understood.
The new report preview application will have search enabled only if a new report output application is used, with cursorlistener as the default class which is instantiated.
To achieve this, you must:
- unpack ReportOutputEx folder...
The new preview class looks at the reportlistener reference passed if it has lOutputToCursor = .T. and if the alias is set and used. If is not OK, disable search button.
If you use the standard ReportOutput, updatelistener class is used, without new properties.
You need to add cursorlistener...
I've designed a report preview container with text search forward/backward ability.
You can download the package from here
More info in Readme.txt
http://193.231.249.174/Download/SearchReportPreview.zip
Hi
Sems that I need some vitamins :)
I remember now.
It is on my list too, bu I didn't had time for it.
I think about using VFP9 bindings to windows events and common controls native windows scroll bar in place of a container.
If you have VFP9, check PNGs image libraries from Linux world. You can find a lot which are free, specially themes (KDE,Gnome).
PNG graphics are nice on buttons, because built in transparency.
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.