DownloadBus - full of software and shareware for download
Site Map | New Releases | FAQs | Help Desk | Articles | Bookmark
HotCool | Advertise | Top Rated | Most Popular | Featured | Editor Pick
Audio MP3 Software Top Download
 
    Video Converter
    DVD Software Download
    System Utility Software
    Computer Games
    Audio MP3 Software
    Internet Services Tools
    Multimedia & Design
    Business & Finance
    Desktop Enhancements
    Website Authoring Tools
    Home & Education
    Software Development

Software Development Categories
ActiveX Control Download
ActiveX OCX Download
Compilers Interpreters
Components Libraries
Databases Networks
Debugging Tools
Development Tools & Editors
Java Tools
Reference Tutorials
Source Code Download

Software Development New Releases

SmartVB6
Code VBA
SannySoft Perl Editor
CODE-VB6
SmartVBA
Edraw Flowchart ActiveX
Office Viewer ActiveX Control
Image to PDF Dynamic Link
CRC .NET control
PVL- Print Preview Library
Smart Code Component
DC Binding Recordset
Quick Batch File Compiler
Ibasic Standard
Ibasic Gold CD
SSC to Java/JSP version
Sferyx Jsyndrome HTMLEditor
Sferyx Jsyndrome HTMLEditor
Sferyx Jsyndrome HTMLEditor
Bug Tracking/Defect Tracking
SANKHYA Debugger
Smart Trace
SOAP Spector
Dbi-Desktop
DBF-Desktop
NDB-Dscript
Dbi Dscript
Nester Soft Request
Print Preview ActiveX
Dalmaker
Advanced Tree Explorer
Fax Viewer ActiveX Control
Capturix GPS SDK
learn visual basic net
JAVA FOR KIDS
FAQ Organizer Deluxe
Microsoft Access
Look RS232
RS232 Monitor
Palm Debugger
Virtual Null Modem
3D Line Graph Software
ESF Database Convert
SQL Documentation Tool
Classic Mustang Analyzer
Macros IDE
Single User License for Fly
Classify98
Professional Bartender
MyDB Engine
X360 Tiff Image Processing
Scheduler Pro Ocx
POP3 OCX
Word OCX

   More New Release ...
compilers interpreters | 2 | 3 |     DownloadBus.Com

DC Binding Recordset
DC Binding Recordset DC Binding Recordset
Few Lines to add in your Form_Load event and you will get full control over your form and all included (TextBox - Lables-Buttons-Grid-Recordset) and all related events (Leave-paint-Keypress-AfterColEdit-OnAddNew-Click-MouseEnter-MouseLeave-MouseDown-Enter) You can: Navigate first ,previous , next and last Add new records ,edit it ,save it , or delete it Retrieve related names to your fields code Trigger sensitive DataHelp to select from by pressing F1 Trigger sensitive Help by pressing F12 Validate your entry by restrict it to predefined type(Numeric-Alphabetic-AlphaNumeric-Date-Decimal) or to your defined characters Notify you with red forecolor if your entry is not proper Format data by define decimal places for numeric entry , or define letter case for charactes entry Change button image according to mouse movement or focus change Support MultiLanguage Application , by populate form labels with predefined translation automatically Support Eastern Language , we support right to left application by changing alignment to right and orientation by flip form horizontally 180 Enable you navigate through controls with Return key as with tab key .
Buy Now $199     Download Now [ 1.4MB ]    Screen Shot

Requirement: Windows98 Me NT 2000 XP, 32M RAM, 1G free HD.  
Award:
DownloadBus.Com Award

    Features:
  • DC.BindingRecordset is a high-performance COM-based environments such as Visual Basic, Visual C++ , it is only 80 KB DLL , so enjoy speed performance.
  • DC.BindingRecordset covers all aspects required with data form(single form-master details form) so, it is the best solution for business application
  • DC.BindingRecordsetis an enhanced class that set relation between tables so, you can navigate through master & detail tables , edit , delete , save data records.
  • DC.BindingRecordsetis enables you to get related values and names for related fields automatically
  • DC.BindingRecordsetclass handles all the events required that you rarely need few lines of additional programming code.
  • DC.BindingRecordsetclass is the best decision for software companies which needs programming on no time or companies depends on novice programmers .

    Need Database Management ? Use Dc Binding Recordset Now
    You can: Navigate first ,previous , next and last Add new records ,edit it ,save it , or delete it Set relation between master and details files Retrieve related names to your fields code search data for specific formula Trigger sensitive DataHelp to select from by pressing F1 Define required Fields to accept input Populate your form with data automatically after focus change
    Note: if you develop multi language application or eastern language application , it is recommended to use both of DC.FormTranslator and DC.FormFlipper

    Example:
    Dim BR As New DynamicComponents.BindingRecordset()
    'establish DSN
    oAccess.DBEngine.RegisterDatabase("DCDM_Nwind", "Microsoft Access Driver (*.mdb)", True, "DBQ=" & VB6.GetPath & "\Nwind.mdb")
    CN.Open("DSN=DCDM_NWind")
    oOrders.Open("Orders", CN, oOrders.CursorType.adOpenKeyset, oOrders.LockType.adLockOptimistic)
    oOrderDetails.Open("OrderDetails", CN, oOrderDetails.CursorType.adOpenKeyset, oOrderDetails.LockType.adLockOptimistic)
    Me.AxDataGrid1.DataSource = oOrderDetails
    BR.InitForm(CN, Me, oOrders, AxDataGrid1, oOrderDetails) 'Must Be your first declaration
    BR.NavigationButtons("FirstButton", "PrevButton", "NextButton", "LastButton")
    BR.ManipulationButtons("OkButton", "NewButton", "DeleteButton", "ExitButton", "SearchButton")
    BR.KeyFields("OrderId")
    BR.SetLink("OrderId", "OrderId")
    BR.AddRelatedValue("Customers", "CustomerID", "CustomerID", "CustomerName", "xCustomerName", 3)
    BR.AddRelatedValue("Shippers", "ShipperId", "ShipVia", "CompanyName", "xCompanyName", 2)
    BR.AddGridRelatedValue("Products", "ProductID", "ProductID", "ProductName", "ProductName", 2)
    BR.KeyLeaveField(oOrders, "OrderId", 5)
    BR.RequiredFields("OrderId+OrderDate+CustomerId")
    BR.PopulateForm(Me, oOrders, AxDataGrid1, oOrderDetails) 'Must be your last declaration
    after this few lines you will get full automated controling on your form without any additional code to write , it is incredible !
Software Development Top10 Download :

Nester Soft Request Commander Source Code is fully customizable and has smart interface.     Download   learn visual basic net LEARN VISUAL BASIC .NET is a ten week course covering object-oriented programming concepts, the Visual Basic .NET integrated development environment.. Download
 
SSC to Java/JSP version It generates a JavaServer Page and a JavaBeans for each Excel spreadsheet that it converts.     Download   SmartVB6 Project Explorer is intended to expand standard Visual Basic Explorer functionality. Easy to use and navigate diagram-tree helps to manage objects and elements.     Download
   
Bug Tracking/Defect Tracking Single User License is a high-performance bug tracking, defect tracking, issue tracking tool for project managemnet during software development and software testing stage.     Download   DBi-Desktop is designed to make working with DBISAM a breeze!     Download
   
Image to PDF Dynamic Link Library API interfaces are provided for C, C++, Visual Basic 6 and for .net using Interop Services for C#, C++, J# and Visual Basic.     Download   DC Binding Recordset is a high-performance COM-based environments such as Visual Basic, Visual C++ , it is only 80 KB DLL , so enjoy speed performance.     Download
   
X360 Tiff Image Processing ActiveX OCX It helps application developers and programmers create applications with image viewing and TIFF image processing capabilities.     Download   Smart Code Component is a barcode component that allows you to easily add professional quality bar codes to Windows documents like those from Word and Excel..Download


compilers interpreters Related software:
  1. SmartVB6 - Project Explorer is intended to expand standard Visual Basic Explorer functionality. Easy to use and navigate diagram-tree helps to manage objects and elements.
  2. Code VBA - With Code-VBA coding tools added to your Visual Basic development environment you create better VBA code faster.
  3. SannySoft Perl Editor Professional - SannySoft Perl Editor is a fully integrated developer environment for Perl programmer.
  4. CODE-VB6 - CODE-VB6--more productive with our Visual Basic and VBA coding tools
  5. SmartVBA - Useful Visual Basic for Application development tools to build fast and robust VBA code. It includes intuitively understandable modules that help in programming such as powerful project explorer.
  6. Edraw Flowchart ActiveX Control - Edraw flowchart software Creates flowcharts, organizational charts, network diagrams and other business diagrams rapidly. Provide abundant flowchart examples, templates, tutorial for free download!
  7. Office Viewer ActiveX Control - Office Viewer ActiveX Control enables you to open Microsoft Office files such as Word, Excel and PowerPoint easily. Integrate with Word OCX, Excel OCX, PowerPoint OCX and other Office ActiveX Controls.
  8. Image to PDF Dynamic Link Library - API interfaces are provided for C, C++, Visual Basic 6 and for .net using Interop Services for C#, C++, J# and Visual Basic.
  9. CRC .NET control - It is the checksum library for .NET developers.
  10. PVL- Print Preview Library - PVL is an easy to use graphics library primarily intended for C++ and .NET developers who need to build the print preview for their applications in a one-touch.
  11. Smart Code Component - It is a barcode component that allows you to easily add professional quality bar codes to Windows documents like those from Word and Excel.
  12. DC Binding Recordset - DC.BindingRecordset is a high-performance COM-based environments such as Visual Basic, Visual C++ , it is only 80 KB DLL , so enjoy speed performance.
  13. Quick Batch File Compiler - Quick Batch File compiler convert batch files into actual program (EXE format) in one click.
  14. Ibasic Standard - Ibasic Standard is an all-in-one, easy-to-use programming language that has the power to create any type of application or utility that you can imagine.
  15. Ibasic Gold CD - This is the ultimate development suite for writing programs with the Ibasic language.

Copyright © 2006 Downloadbus.COM All rights reserved - full of software and shareware for download.
New Release2 | Submit Software | SiteMap | Contact | Links to us | SiteNews | SitePick | Resources | Privacy | Glossary
Audio | Video | DVD | Desktop | Business | Games | Education | Internet | Multimedia | Development | Website Build | System Utilities