|  | 
| FoxPro examples | 
| Post Reply   | 
| Author | |
| WillieVS   Newbie     Joined: 02 February 2008 Location: South Africa Status: Offline Points: 8 |  Post Options  Thanks(0)  Quote  Reply  Topic: FoxPro examples Posted: 02 February 2008 at 4:10am | 
| 
   Hi
 Does anybody have some examples in FoxPro to share. Thanks in advance | |
| 
     Willie van Schalkwyk
 http://www.cyberprop.com | |
|  | |
| wlcabral   Groupie     Joined: 25 April 2007 Location: Brazil Status: Offline Points: 72 |  Post Options  Thanks(0)  Quote  Reply  Posted: 06 February 2008 at 10:14pm | 
| Since Microsoft stopped the Foxpro evolution, I have been looking for a component to give my application a better look and more facilities to user.    Codejock can do!!!   And work very, very, well with Foxpro. Unfortunately you’ll not find Foxpro's examples in this forum, only VB and C   - If you know how to work with OCX, it’ll be easy.  - You’ll need VFP 9 to work with collections. - Many examples in VB are easy to rewrite in Foxpro. - The components are HUGE, they do a lot of things, be prepared ! - The suport works very well   To resume : The best Toolbar (forget _screen). It’s very cool to have a RibbonBar in a Foxpro’s form. The best shortcut Bar The best Calendar The best ReportControl (a grid like Outlook 2007) And I believe that others controls are very good too, I just don’t use (Yet ) This is a 'code piece' to load a calendar from a table : 
 Thisform.xtremecalendar.dataprovider.removeallevents() Thisform.xtremecalendar.populate() Select (ccursor) Scan       oevent = Thisform.xtremecalendar.Object.dataprovider.createevent()       with oevent             .starttime        = starttime             .endtime          = endtime             .subject          = Alltrim(subject)             .body             = body             .Label          = Label             .busystatus     = busystatus             .importance     = importance             .privateflag    = Private             .meetingflag    = meeting             .customproperties.property('ukey') = ukey       endwith       Thisform.xtremecalendar.Object.dataprovider.addevent( oevent ) Endscan | |
| 
     wlcabral
     | |
|  | |
| WillieVS   Newbie     Joined: 02 February 2008 Location: South Africa Status: Offline Points: 8 |  Post Options  Thanks(0)  Quote  Reply  Posted: 07 February 2008 at 3:38am | 
| 
   Thanks. I will look into the other stuff too.
    | |
| 
     Willie van Schalkwyk
 http://www.cyberprop.com | |
|  | |
| roka   Newbie   Joined: 20 December 2008 Location: Costa Rica Status: Offline Points: 2 |  Post Options  Thanks(0)  Quote  Reply  Posted: 20 December 2008 at 12:50pm | 
| 
   and how could i do for save data in visual fox? 
    | |
|  | |
| vicos   Groupie   Joined: 23 November 2009 Location: Romania Status: Offline Points: 14 |  Post Options  Thanks(0)  Quote  Reply  Posted: 01 February 2013 at 3:03pm | 
| 
   Can share complex example in VFP?
    | |
|  | |
| vicos   Groupie   Joined: 23 November 2009 Location: Romania Status: Offline Points: 14 |  Post Options  Thanks(0)  Quote  Reply  Posted: 01 February 2013 at 4:17pm | 
| Here are some examples: http://expertsoftwarecompany.wordpress.com/2012/06/05/codejock-samples/ http://expertsoftwarecompany.wordpress.com/2012/06/07/codejock-sample-update-taskpanel-example/ | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |