Search results

  1. N

    Need to insert field values to a database from a temp-table that I have created from xml file in progress 4gl. How to do that??

    **Below is my samplecode to read data from xml file and write to temp-table "tttemp" and display a child "mainsub" and its sub-child nodes.** DEFINE VARIABLE hDoc AS HANDLE NO-UNDO. DEFINE VARIABLE hroot AS HANDLE NO-UNDO. DEFINE VARIABLE hmainsub AS HANDLE...
  2. N

    why I am getting error "X-noderef must be associated with a valid x-document inorder to use it in method NUM-CHILDREN (9102)")

    /*My code is given below ......Here I want to read an xmlfile and write to temp-table . From this xml file I want to read only mainsub(child) and its sub-children(sub) */ DEFINE VARIABLE hDoc AS HANDLE NO-UNDO. DEFINE VARIABLE hroot AS HANDLE NO-UNDO. DEFINE VARIABLE hmainsub AS HANDLE...
Top