Recent content by Hauschild

  1. H

    Browse Isn't Viewable on Handheld Scanner ...

    Created a few browse widgets inside a character application to display data for viewing/selection. The browse will appear where it was defined to display if I am running the application via a telnet emulator, but is not "viewable" when the same application is run via a Motorola WT4070/90...
  2. H

    WRITE-XML() From Datasets ...

    I figured out how to reproduce the xml document I was coding to. Not sure why I had to create a bunch of extra temp tables (the ones with 'link' as part of the name), but this was the ONLY method I found to reproduce the xml exactly. It would really help if Progress provided more complex...
  3. H

    WRITE-XML() From Datasets ...

    Guys, With an xml document that goes several levels deep, how does OpenEdge expect the data relations to be defined when then using the write-xml() method? For example, I am coding to a particular xml spec that begins as an Order node and has underneath it: Order Item(s) and a Shipments node...
  4. H

    READ-XML() and Blank Temp Table Recs ...

    (temp tables defined) def DATASET dsorder for dealerInfo ,orderInfo ,shippingMethod ,shipAddress ,item dataset dsorder:READ-XML("FILE",w-dir + w-file,"EMPTY",?,?). Is this where you tell me I'm doing it all wrong? :) I know Progress, but new to xml/datasets...
  5. H

    READ-XML() and Blank Temp Table Recs ...

    Guys, Progress 10.2B: Using the READ-XML() method into a dataset. Have (5) temp tables defined each with a unique index on a particular field. The temp tables get populated with the correct data. The only issue is that a blank record is inserted into a few of the temp tables. It isn't a...
Top