VisibleForum.com Forum Index VisibleForum.com
Support Forum for Visible Systems
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Passing a child list object

 
Post new topic   Reply to topic    VisibleForum.com Forum Index -> Visible Developer
View previous topic :: View next topic  
Author Message
schang



Joined: 06 Apr 2007
Posts: 4
Location: Pima County Juvenile Court

PostPosted: Thu Sep 18, 2008 11:06 pm    Post subject: Passing a child list object Reply with quote

I have a question re: passing a list object from one form to another. I know how to pass as in the following code (from the form that is doing the passing). This works when you are passing from the parent grid. How do you get this to work if you need to pass a single record from a child grid? Thanks.

Public Sub ReturnEntity()

Dim objReturnModalParms As New AOCCommonObjects.TempModalParms

objReturnModalParms.ClearParms(TempModalParms.FormParmType.Output)

Dim objSelEntityList As New EntitySearch.EntitySearchList


objSelEntityList.EditStart()
objSelEntityList.Read(myEntitySearch)
objSelEntityList.EditEnd()

objReturnModalParms.SetParm("SelectedEntityList", objSelEntityList, TempModalParms.FormParmType.Output)

End Sub
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    VisibleForum.com Forum Index -> Visible Developer All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
VisibleForum.com topic RSS feed 


Powered by phpBB © 2001, 2005 phpBB Group