Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reposition record pointer in a BizObj
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00362006
Message ID:
00363056
Views:
18
Hi Cathi, I wouldn't put code in my form classes for this either. I personally have different methods in my bizobj's such as (SeekProductID(),
GetProductDescriptions()). Then you can call those from the form. You should try to keep all your logic in your bizobj's. Hope this helps. By the way, I have to beat myself over the head all the time to keep from dropping a button on a form and throwing code in the click() :)


>I need move to a specific record in a BizObj based on the cUniqueIdField. Is there a method to do this in the BizObj or DataBehavior? I can't seem to find one. I don't like coding record movement directly on my forms because the DataBehavior could change in the future and cause my code to error. There is methods for First, Last, Next, and Prior but not for a specific record based on the cUniqueIdField or any other field.
>
>Am I missing something??
Previous
Reply
Map
View

Click here to load this message in the networking platform