Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PEM Editor ver 3.01 update released on VFPX
Message
De
06/03/2009 06:06:34
 
 
À
05/03/2009 15:11:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01383460
Message ID:
01386108
Vues:
70
Hi,

>
>Are you still having problems with the download?
>
Yes.
In Opera, double-click that link cause no response at all (samething if I right-click and choose "Save Link Content As ...")
In IE7, I try to "Save Target As" and IE7 says: Internet Explorer Cannot Download. No such interface supported
Could it be possible to have that file added to UT's download page?


>To add an array property, just add it like aList(5,2) or aList(5) .... actually, you could use square brackets as well ... aList[5,2]

Today, I try again to add by inputing "aTest(1)" in the property name field:

1) For one of my SCX, it works without problem!
2) For a VCX which looks like below:

VFP Custom
--- hc_EnvMet
------hc_EnvTbl
---------hc_CurEnvTbl // I am trying to add aTest(1) as new property in this subclass

PEM Edtor ver 3.0 produce an error: "Function argument value, type or count is invalid"
My debugger kicks in and suspends at ChkResetToDefault control's Refresh() method, the line which reads:

This.Enabled = vartype(Thisform.oObject) = 'O' ;
and not '[' $ Thisform.oMember.cName ;
and not Thisform.oMember.IsNewMember ;
and not (Thisform.oMember.cType = 'P' and Pemstatus (Thisform.oObject, Trim(Thisform.oMember.cName), 1))

I let the debugger resume the flow of codes, supprisingly, the aTest(1) get added!
Note that the same error was triggered the other day, but I could not get the array property added at all, no matter what I try...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform