XMLPort Problem

Matt_KeyesMatt_Keyes Member Posts: 23
Hello,

I am trying to run an XMLport on one of our addon tables that is called Answer. When I call it (i.e. XMLPORT.EXPORT(XMLPORT::Answer,OStrm,TempAnswer) with OStrm defined as a created Outstream variable and TempAnswer as a Record variable for the Answer table) I get the following error:

"The Answer XMLport does not have a XMLItem that uses the table (Table 14020366 Answer) specified in the function SetTableView."

What gives? The XMLport has the following defined:

TagName: Answer
TagType: Element
SourceType: Table
DataSource: <Answer>(Answer)

Any help is appreciated.[/b]

Comments

  • Matt_KeyesMatt_Keyes Member Posts: 23
    i figured this out... XMLPorts can't accept temporary tables. Nice and buggy :bug:
Sign In or Register to comment.