Can anyone recommend a "code library" for use with foxpro (v9)

Steve

Re: Code Librarian / Code snippets library (or whatever else you want to call it!) by Dan

Dan
Thu Jan 26 15:21:39 CST 2006

It sounds like you're asking about frameworks.

You could start your search with a features comparison here:

http://fox.wikis.com/wc.dll?Wiki~FrameworkFeatureChart

Dan

steve wrote:
> Can anyone recommend a "code library" for use with foxpro (v9)
>
> Steve



Re: Code Librarian / Code snippets library (or whatever else you want to call it!) by steve

steve
Fri Jan 27 03:34:30 CST 2006

On Thu, 26 Jan 2006 13:21:39 -0800, Dan Freeman wrote:

> It sounds like you're asking about frameworks.
>
> You could start your search with a features comparison here:
>
> http://fox.wikis.com/wc.dll?Wiki~FrameworkFeatureChart
>
> Dan
>
> steve wrote:
>> Can anyone recommend a "code library" for use with foxpro (v9)
>>
>> Steve

No just somewhere to store clips of code taken from various sources (mainly
here!) catagorised for future reference e.g. If I see a snippet of code for
say using blat, I currently copy to keynote for future reference, but I
wondered if there was something I could intergrate into vfp9

Steve

Re: Code Librarian / Code snippets library (or whatever else you want to call it!) by Dan

Dan
Fri Jan 27 10:53:07 CST 2006

I've not seen anything like that, although Text Scraps in the new Toolbox
could be used.

I just store things like that in a directory, in PRG files with descriptive
names and comment blocks that make them easily searchable with the Code
References tool.

Dan

steve wrote:
> On Thu, 26 Jan 2006 13:21:39 -0800, Dan Freeman wrote:
>
>> It sounds like you're asking about frameworks.
>>
>> You could start your search with a features comparison here:
>>
>> http://fox.wikis.com/wc.dll?Wiki~FrameworkFeatureChart
>>
>> Dan
>>
>> steve wrote:
>>> Can anyone recommend a "code library" for use with foxpro (v9)
>>>
>>> Steve
>
> No just somewhere to store clips of code taken from various sources
> (mainly here!) catagorised for future reference e.g. If I see a
> snippet of code for say using blat, I currently copy to keynote for
> future reference, but I wondered if there was something I could
> intergrate into vfp9
>
> Steve



RE: Code Librarian / Code snippets library (or whatever else you want by mmfdb

mmfdb
Sat Jan 28 06:36:26 CST 2006

I use phraseexpress for thid purpose and it fite perfectly.


www.phaseexpress.de

MMFdB

"steve" wrote:

> Can anyone recommend a "code library" for use with foxpro (v9)
>
> Steve
>

Re: Code Librarian / Code snippets library (or whatever else you want by steve

steve
Tue Jan 31 03:21:45 CST 2006

On Sat, 28 Jan 2006 04:36:26 -0800, mmfdb wrote:

> I use phraseexpress for thid purpose and it fite perfectly.
>
>
> www.phaseexpress.de
>
> MMFdB
>
> "steve" wrote:
>
>> Can anyone recommend a "code library" for use with foxpro (v9)
>>
>> Steve
>>

That link is dead. Google brings up pages on siemens railway locos!!!

Steve

Re: Code Librarian / Code snippets library (or whatever else you want by Olaf

Olaf
Thu Feb 02 06:03:36 CST 2006

>> I use phraseexpress
>> www.phaseexpress.de

> That link is dead.
>
> Steve
It's phraseexpress, not phaseexpress. Simple typo...
www.phraseexpress.de
But it's rather for storing text snippets in general,
not only code snippets.

The vfp IDE offers more with the intellisense
manager, enabling you to define makros like the
example DC which you can also make interactive.

Take a look at CEEClone (for VFP7 and higher),
especially the feature macro-expansion:
http://www.dd-tech.de/download/CEEClone.zip

Bye, Olaf.