Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
GetChildHa ndle
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-31-2012 08:57 AM
I've used this procedure in many scripts and it works great:
SET oCus = oBusObj.AsObject(oBusObj.GetChildHandle("VendorNo"
Is it possible to achieve the same thing when using BOI via a .NET program? If so, would the syntax be any different?
Would it be something like this?:
oCus = oBusObj.oAsObject(oBusObj.nGetChildHandle("VendorN
Justin


