Forum Discussion
AlexanderM
Staff
16 years agoHello Raul,
According to the screen shot, you are expected to generate the parameter value in this way:
Does this work?
According to the screen shot, you are expected to generate the parameter value in this way:
Set TypeFactory = WebServices.screen.TypeFactory
Set CodeListItems = TypeFactory.ArrayOfpobjScreenCodeListItemString
Set CodeListItems.pobjScreenCodeListItem = BuiltIn.CreateVariantArray(0, 0)
CodeListItems.pobjScreenCodeListItem(0) = "ORDCON_G"
Call WebServices.screen.GetList(Project.Variables.idSesion, -1, CodeListItems, null, -1, null, listaXML)
Does this work?