[progress Communities] [progress Openedge Abl] Forum Post: Conditionally Export Fields On...

  • Thread starter Thread starter OctavioOlguin
  • Start date Start date
Status
Not open for further replies.
O

OctavioOlguin

Guest
Good day!. I have this situation: XML receiver, ask me to keep out certain nodes of the xml we are exchanging when they are empty. That is, when its value in node equals "".there should not be present the node. /* this is node But there should not be NumRegIdTrib as it is empty, so 3rd party needs the node as this SO i've tested: */ ASSIGN ttReceptor.NumRegIdTrib:serialize-hidden = YES . /* even I formed the field and .. */ FORM ttReceptor.NumRegIdTrib WITH FRAME scondindo. ASSIGN ttReceptor.NumRegIdTrib:XML-NODE-TYPE IN FRAME scondindo = "HIDDEN". In either case I get a run time error about (4052) not settable at runtime. Any clue? Thanks Jorge

Continue reading...
 
Status
Not open for further replies.
Back
Top