Print Page | Close Window

FoxPro examples

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=9473
Printed Date: 19 May 2024 at 3:09am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: FoxPro examples
Posted By: WillieVS
Subject: FoxPro examples
Date 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



Replies:
Posted By: wlcabral
Date 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


Posted By: WillieVS
Date Posted: 07 February 2008 at 3:38am
Thanks. I will look into the other stuff too.

-------------
Willie van Schalkwyk
http://www.cyberprop.com


Posted By: roka
Date Posted: 20 December 2008 at 12:50pm
and how could i do for save data in visual fox?


Posted By: vicos
Date Posted: 01 February 2013 at 3:03pm
Can share complex example in VFP?


Posted By: vicos
Date 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/




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net