Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding properties to Favorites
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01011617
Message ID:
01012224
Views:
20
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform