FAQ: Very Frequently Asked Questions (with answers) v1.33 #352038 (9/25/2012 4:20:07 PM) comp.lang.clipper VERY FREQUENTLY ASKED QUESTIONS Compiled by Dave Pearson
$Revision: 1.33 $
In no particular order, here are some of the questions that are most
frequently asked in comp.lang.clipper. In many cases the... davep
FAQ: Very Frequently Asked Questions (with answers) v1.33 #351026 (9/18/2012 4:20:10 PM) comp.lang.clipper VERY FREQUENTLY ASKED QUESTIONS Compiled by Dave Pearson
$Revision: 1.33 $
In no particular order, here are some of the questions that are most
frequently asked in comp.lang.clipper. In many cases the... davep
FAQ: Very Frequently Asked Questions (with answers) v1.33 #350027 (9/11/2012 4:20:13 PM) comp.lang.clipper VERY FREQUENTLY ASKED QUESTIONS Compiled by Dave Pearson
$Revision: 1.33 $
In no particular order, here are some of the questions that are most
frequently asked in comp.lang.clipper. In many cases the... davep
FAQ: Very Frequently Asked Questions (with answers) v1.33 #348024 (8/28/2012 4:20:39 PM) comp.lang.clipper VERY FREQUENTLY ASKED QUESTIONS Compiled by Dave Pearson
$Revision: 1.33 $
In no particular order, here are some of the questions that are most
frequently asked in comp.lang.clipper. In many cases the... davep
FAQ: Very Frequently Asked Questions (with answers) v1.33 #347030 (8/21/2012 4:20:11 PM) comp.lang.clipper VERY FREQUENTLY ASKED QUESTIONS Compiled by Dave Pearson
$Revision: 1.33 $
In no particular order, here are some of the questions that are most
frequently asked in comp.lang.clipper. In many cases the... davep
FAQ: Very Frequently Asked Questions (with answers) v1.33 #346030 (8/14/2012 4:20:10 PM) comp.lang.clipper VERY FREQUENTLY ASKED QUESTIONS Compiled by Dave Pearson
$Revision: 1.33 $
In no particular order, here are some of the questions that are most
frequently asked in comp.lang.clipper. In many cases the... davep
FAQ: Very Frequently Asked Questions (with answers) v1.33 #344025 (7/31/2012 4:20:00 PM) comp.lang.clipper VERY FREQUENTLY ASKED QUESTIONS Compiled by Dave Pearson
$Revision: 1.33 $
In no particular order, here are some of the questions that are most
frequently asked in comp.lang.clipper. In many cases the... davep
FAQ: Very Frequently Asked Questions (with answers) v1.33 #343021 (7/24/2012 4:20:08 PM) comp.lang.clipper VERY FREQUENTLY ASKED QUESTIONS Compiled by Dave Pearson
$Revision: 1.33 $
In no particular order, here are some of the questions that are most
frequently asked in comp.lang.clipper. In many cases the... davep
INCLUDE443 (12/28/2005 6:52:34 PM) comp.lang.clipper I was wondering if i can include some .ch file in all my files with one command. I made a copy of std.ch (part of it) for my needs, and now if i want to use some command from it i need to include it in all my f... jmilovic(23)
error code ( runtime ) on clipper456 (1/5/2006 10:51:49 AM) comp.lang.clipper anybody could help me please i have runtime error i'm using clipper 5.3 here's the detail step 1. * Compiling process C:\Clipper5\BIN>clipper test /b Clipper (R) 5.2d Copyright (c) 1985-1993, Computer Associa... sukasukabo(2)
padr in index841 (1/16/2006 11:09:20 AM) comp.lang.clipper Hi, I was just doing some smaller changes in an older application. Suddenly I get a 1449 error when creating an index where padr() is used I index with: r = padr(trim(land)+trim(plz),11) s = "LANDPLZ" index o... f.kornhoffer-nospam(4)
Lunar pgase1238 (3/14/2006 4:37:19 PM) comp.lang.clipper Hi at all friends I have a problem about a translation from c language to clipper please take a look at: http://www.voidware.com/phase.c I translated this c source code to clipper It is not too difficult but th... paula1(4)
Merry Christmas everyone1539 (12/22/2006 11:07:34 AM) comp.lang.clipper Although many long term readers and users of this area appear to have left, I extend my best wishes to everyone remaining. May you all have a safe, peaceful time with your loved ones at this special time of y... NoJunk_valusoft1(240)
Missing Something In This Group829 (6/1/2009 9:09:37 PM) comp.lang.clipper Dave used to post on a weekly basis the group's FAQ and VFAQ....... It's been quite a time I have not seen he posts it... I sincerely hope that everything goes fine with Dave.... Andi ... yd0dklDELETETHIS(23)
STATIC Function inside a Codeblock350 (6/22/2009 4:14:57 PM) comp.lang.clipper Consider such code: SETKEY(K_F1, {|| SHELP()}) ...... STATIC FUNCTION SHELP(...) Should the fact that SHELP is STATIC present any problem? In case of RTFM please point in the right direction. ... pm771(134)