kadu.brito
2nd October 2010, 17:19
How to open a session baan vb by selecting a specific record.?
I discovered through the messages here at this forum as an open session of baan through vb, worked perfectly.
This is code:
Dim BaanObj As Baan4.Baan4
Set BaanObj = CreateObject("Baan4.Application.s14")
BaanObj.ParseExecFunction "ottstpstandard", "zoom.to.menu(" & Chr(34) & "tccom0101m000" & Chr(34) & ",2," & Chr(34) & Chr(34) & "," & Chr(34) & Chr(34) & ",0,0)"
However I do not see how to select a specific record, once the session has no parameter for this functionality.
Am I right?
Are there any way to do this?
I use the Baan IV, Oracle 9i
Any help is welcome!
I apologize for the language I am using a translator, I speak Portuguese!
I discovered through the messages here at this forum as an open session of baan through vb, worked perfectly.
This is code:
Dim BaanObj As Baan4.Baan4
Set BaanObj = CreateObject("Baan4.Application.s14")
BaanObj.ParseExecFunction "ottstpstandard", "zoom.to.menu(" & Chr(34) & "tccom0101m000" & Chr(34) & ",2," & Chr(34) & Chr(34) & "," & Chr(34) & Chr(34) & ",0,0)"
However I do not see how to select a specific record, once the session has no parameter for this functionality.
Am I right?
Are there any way to do this?
I use the Baan IV, Oracle 9i
Any help is welcome!
I apologize for the language I am using a translator, I speak Portuguese!