Get Blogged by JoKi

"The only frontiers are in your mind"
06 | 02 | 2012
Navigation
Syndication
Latest Tweets
Most Read Articles
Related Resources
Article Time Line
About me
Microsoft MVP - Visual Developer for Visual FoxPro 2006 & 2007

Microsoft Certified Professional

Get in contact

Sharing is caring

Recent books

  • MCTS 70-536 - .NET Framework 2.0 Application Development Foundation
  • Code-Centric: T-SQL Programming with Stored Procedures and Triggers
  • Microsoft .NET Framework-Programmierung in C#

Community

deutschsprachige FoxPro User Group

Microsoft Community Leader/Insider Program

International .NET Association

O'Reilly Verlag
Sponsoring
If you like the information on these pages, your support is highly appreciated.
Thank you very much!
Validation

Valid XHTML 1.0 Transitional
Valid CSS!
Valid RSS
Valid Atom 1.0

Spacer for layout formatting
AfpWiki Core Engine available PDF Version
User Rating:rating indicator blankrating indicator blankrating indicator blankrating indicator blankrating indicator blank / 0
PoorBest 
Development
Thursday, 06 April 2006 14:57
Hi,

just published the core engine of AfpWiki. The code is reuseable for own purposes - whether it is web development or desktop development...

Message from news://news.prolib.de/prolib.public.afp.english

Hello AFP coderz,

I'd like to share my code fragments of the AfpWiki core engine with you
all. Attached to this message you'll receive a ZIP archive with a sample
and procedure file to run AfpWiki comparable solutions.

It's a standalone sample and will be a sample of future releases of AFP.
Just drop it into a web folder and call afpwiki.afp in your browser. This
sample requires HTML Plugin for Active FoxPro Pages.

If you're going to integrate the code in your existing AFP applications
you have to do these steps:

- Include the procedure file into your AFP application ([xxx.afpa.code]
or [xxx.afp.code]):
*!<[INCLUDE: "afpwiki.code"]>

- Call the function wikinize:
m.lcValue = Wikinize(m.lcValue)

The core engine is just the break down core engine of AfpWiki. It has no
storage or versioning capabilities as AfpWiki provides.

I would be very nice if you send in any questions and improvements on the
code. Either send replies to this thread, or drop me a mail at
This e-mail address is being protected from spambots. You need JavaScript enabled to view it / This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Disclaimer: The code is provided "as-is" and you are using it at your own
risk. ;-)

Kind regards, JoKi

blog comments powered by Disqus
 
Spacer for layout formatting