raradhye
7th February 2005, 14:25
when creating a list box or any UI Object we have to include some DLLs, at this time how we can decide which DLL to be included at which time.
pls help.
Bye
Rahul
raradhye
7th February 2005, 14:30
when creating a list box or any UI Object we have to include some DLLs, at this time how we can decide which DLL to be included at which time.
pls help.
Bye
Rahul
help quick reply now
chouhan_hitesh
9th February 2005, 13:06
is it rahul aradhye?
Hi rahul this is Hitesh. Where are you man? mail me at
chouhan_hitesh@yahoo.com
and give me ur e-mail id and contact number.
waiting for ur mail
hitesh
RobertB
9th February 2005, 16:53
when creating a list box or any UI Object we have to include some DLLs, at this time how we can decide which DLL to be included at which time.You don't need any extra includes or pragmas to create objects, since (I'm guessing here) the Standard Program (the main Baan Engine) is already using them.
You may have come across examples in this forum where certain DLL's are being called, but these are collections of functions contained in DLL's which the developer him/herself has created for his/her own convenience.
Take a look at the example in the Programmers' Help ("User interface objects: example") for more info.
R
mark_h
10th February 2005, 01:18
You can also use bic_infox.x(where x.x is your version) to view what functions are in what program or library. Search this forum and you should find several posts on this topic.
Mark
raradhye
10th February 2005, 06:23
Thanx a lot for the help.
Regards