petguego
7th May 2007, 20:47
I am trying to learn these functions to create special objects in baan, interests much this subject to me but a little costs to understand it to me. I have two requests to see if somebody can help me, first is if they alguen can send a manual to me in Spanish on the creation of special objects in BaaN and the other is on this commando who gives compilation error me, says that DsNminWindowSize and DsNstringArray are not declared.
listbox = create.object(DsCdDListBox, rowcol,
DsNminWidth, 50,
DsNminWindowSize, 1,
DsNmaxWindowSize, 100,
DsNx, 10,
DsNy, 45,
DsNstringArray, list.items, strlen,
DsNselectedId, sel.item)
Thank you very much
Peter Guerrero
listbox = create.object(DsCdDListBox, rowcol,
DsNminWidth, 50,
DsNminWindowSize, 1,
DsNmaxWindowSize, 100,
DsNx, 10,
DsNy, 45,
DsNstringArray, list.items, strlen,
DsNselectedId, sel.item)
Thank you very much
Peter Guerrero