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...
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 all
Anyone knows some API sample code of drawing native windows scroll bars ( no ActiveX ) on forms?
Documentation exists on MSDN, but I don't want to reinvent the wheel.
Thanks
Hi all
I've created a special combobox class with possible column headers and incremental searching capabilities.
You can download it from here:
http://www.universalthread.com/Downloads/SpecialCombo.zip
It can be improved, any suggestions welcome.
Note:
The comment line in...
Some useful classes, if someone are interested, created by me and posted in UT download area.
I've tried to convert them to code, but was too long.
Some messages that I've received states that the auto resize with main screen sample for Outlook listbar doesn't work in VFP 8 because I use the...
Hi all
I want to add auto update feature to one of our app that will be deployed to remote sites.
I'm thinking to pack forms, reports and application code/class libraries into separate package archives, check for a new version on main site and download new version of the package if needed. Is...
Hi all
I want to do a code generator for triggers and I need to have all columns list for a table.
How can I get fields list for a table as in DBWorkbench or IbExpert?
I only need :
column_name,column_type,Length,Scale,Sub_type
Thanks
It possible something like this in stored procedures?
DECLARE CURSOR -> OPEN -> FETCH doesn't work
I've read that UPDATE CURRENT OF CURSOR ... works in stored procedures, but how to implement this?
http://www.ibphoenix.com/a558.htm
Anyone know how to call this API function in Foxpro?
I need to call this to be able to create a Firebird database "on the fly" (ODBC/OLE DB doesn't support CREATE DATABASE command)
ISC_STATUS isc_dsql_execute_immediate(
ISC_STATUS *status_vector,
isc_db_handle *db_handle...
Hi all!
I've started a new client-server project, for our sales department (truck parts sales), and I need to chose the best approach regarding lookup tables. We have huge lookup tables, with thousands of records(products table, cross reference table), 2000 customers all over the country and...
Hi.
I'm in process of converting an inhouse application to client-server, using remote views.
Seems that, if something is wrong with the ODBC connection ( TABLEUPDATE() fail because lost connection ), the only way to close the view and reopen it is TABLEREVERT() and all changes are lost. Anyone...
Anyone succesfully use high/true color bitmaps for command/toolbar buttons?. Because buttons look very bad when disabled (only some gray shadow), doesn't matter if has a .msk file with black areas or not.
Am I doing something wrong ? Or is there a SET command or something?
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.