Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding properties to Favorites
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01011617
Message ID:
01012224
Vues:
21
>In my case it's not that simple. I'm still working on that problem. I think, after I ran BuilderB application, something was set wrongly. I unzipped XSource Builder application, so I'm going to trace...

I assume from your posts that Mere Mortals has their own Builder stored into the _BUILDER variable? If so, do you have the latest version of Mere Mortals, and, more importantly, if so, do they handle the passing of "MEMBERDATA" in their builder?

They should have something like the following in the code of their builder program:
LPARAMETERS toObject, tcSource, Three, Four   &&& LPARAMETERS Three and Four support VFP features added in VFP9 like the Favorites selection from the Properties Sheet/shortcut menu (tcSource = "MEMBERDATA")

IF UPPER(ALLTRIM(m.tcSource)) == "MEMBERDATA"
  DO (HOME()+"BUILDER.APP") WITH toObject, tcSource, Three, Four
  RETURN
ENDIF
I use Visual MaxFrame Professional as my framework, and the code above is from their builder program.

--Brad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform