Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New CA VCX Builder Available
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
New CA VCX Builder Available
Miscellaneous
Thread ID:
00803799
Message ID:
00803799
Views:
36
I have a revised version of my CursorAdapter VCX Builder available from the UT Downloads. Here is What's New:
*!*   Added an option on the builder form to use DATE data types
*!*   in the CursorSchema for any field/column that is a DATETIME
*!*   data type in the source table.
*!* 
*!*   Added 2 public properties to the CA Base Class --
*!* 
*!*      cSelectOrderBy
*!*         Optional ORDER BY clause to be added to the SelectCmd.
*!*         Do NOT include the words ORDER BY in your list.
*!* 
*!*      cSelectOtherClauses
*!*         Optional clause(s) to be added to the SelectCmd AFTER
*!*         the ORDER BY clause (e.g., GROUP BY and HAVING). You
*!*         will need to include those key phrases in your string.
*!* 
*!*   Added public method to the CA Base Class --
*!*   
*!*      _AfterCursorFillRefresh
*!*         Fired by the AfterCursorFill and AfterCursorRefresh events
*!*         using BINDEVENT. This method is useful for placing code
*!*         to create indexes on the cursor after the cursor is
*!*         created by the CursorAdapter.
Mark McCasland
Midlothian, TX USA
Reply
Map
View

Click here to load this message in the networking platform