1. shung hoe loh
  2. PowerBuilder
  3. Friday, 1 February 2019 08:51 AM UTC

Hi, i am new to PBDOM.



1
ABC
10


1
1
ABC
6
938749827


2
1
ABC
4
ASD2344543

refer to above sample, how to use PBDOM to get SKU, qty and batch from the PICK instead of ITEM level?

René Ullrich Accepted Answer Pending Moderation
  1. Friday, 1 February 2019 09:04 AM UTC
  2. PowerBuilder
  3. # 1

Hi,

 

you may use the GetChildElements function for root element and specify the elementsname "pick" as first argument if you only want to get this elements. 

Then you can loop through the array and get the child elements of each the pick element.

 

One more hint: If you use the MSXML ActiveX instead of PBDOM you can use XPATH expressions.

 

HTH,

René

Comment
There are no comments made yet.
shung hoe loh Accepted Answer Pending Moderation
  1. Friday, 1 February 2019 09:24 AM UTC
  2. PowerBuilder
  3. # 2

Do you have any example?

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.