Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple Data Access
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00587570
Message ID:
00587600
Views:
24
>Well, let's suppose the bizobj has 3 views: lv_1, lv_2, lv_3
>
>Do you just access them in traditional vfp? Shouldn't we be accessing them through the framework objects?

It all depends on what you are doing. As record sources, REPLACEs etc. Yes, just like traditional VFP (lv_1 would be referenced by v_1). But to create a new record, delete a record, requery etc. them then you use the framework objects. My best advice is to familiarize yourself with all the methods/properties on the bizobj first.

>
>Also, when you are building bizobjs, I notice you can't run the builder with the framework running (i.e., 'do main'). Why?
>

I have never tried using the builder when the app is running until now. You can always do changes to the bizobjs without using the builder as long as the bizobj is not in use. I suppose you could have another project with just the bizobjs and dataenvironments in it etc. and modify them in another instance of VFP. I haven't tried it but it should work.

Dan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform