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 wOOdy-Soft 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: badukist
  • Content: Threads
  • Order by date
  1. badukist

    VFP compiler for .NET IL

    http://www.etecnologia.net/
  2. badukist

    Taskbar class written in VFP

    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...
  3. badukist

    Report preview with search

    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
  4. badukist

    API for scroll bars

    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
  5. badukist

    New combobox class - with column headers

    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...
  6. badukist

    Some useful (I believe) classes

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

    Transparent compressed file access utility?

    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...
  8. badukist

    VB conversion

    Hi all A simple question, if someone knows How to convert VB &H0 value to VFP numeric? Thanks
  9. badukist

    Fields list for a table?

    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
  10. badukist

    Row by row processing

    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
  11. badukist

    Interbase/Firebird API call

    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...
  12. badukist

    Client - server + Partly static tables - best approach?

    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...
  13. badukist

    Lost ODBC connection (Error 1466,1526,...)

    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...
  14. badukist

    High color bitmaps and disabled buttons

    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?

Part and Inventory Search

Back
Top