Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CEE-Clone for VFP7 - current status / new ideas
Message
 
À
30/03/2002 15:55:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00617178
Message ID:
00639247
Vues:
21
Richard,

>What you and the others have done with CEEClone is great! I do have one problem, however. When I use the localize function, it doesn't know if it has already been declared and adds it reguardless. Please excuse the redundancy if you already knew about this.

Hey, "Richard Unruh", sounds like a name from German ancestors.

Thanks! I'm glad it works for You
Funnily I have about 300 downloads and almost no feedback yet.

There are a few issues I have to take care off as soon as
I find the time.

I go crazy about the ALT+4 commenting every time it takes
one line more than it should (happens sometimes if the whole
line is selected), and Yes there is a small issue with the
localize.

Basicly the localize should work. I have taken this from Marcy
and Andy and did only minor modifications to it. However when I
added the "inline-Sort"-feature, I realized that it is not respecting
the fact that a line could be broken onto the next line using ";".

So this should work, meaning poping up "var already declared",
for all three vars
local tc_Var1, tc_Var2 tc_Var3
as well as this
local tc_Var1, tc_Var2
local tc_Var3
however this will work for tc_Var1 but fail on tc_Var2 as well as tc_Var3
local tc_Var1, tc_Var2;
      tc_Var3
With a space in front of the ";" this works for tc_Var1 and tc_Var2
and fails on tc_Var3
local tc_Var1, tc_Var2 ;
      tc_Var3
This definitely needs some cosmetic surgery <g>

See if any of theese meets your appearance.
If the "normal localize" is not working, please do send
me a sample. Nevertheless I will try to correct this
as soon as possible.
Regards from Berlin

Frank

Dietrich Datentechnik (Berlin)
Softwarekombinat Teltow (Teltow)

Frank.Dietrich@dd-tech.de
DFPUG # 327
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform