Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<query name="getOrderNumber">
    <retrieve>
        <statement>
            exec GetNewOrderNum @cust = {custcid}, @dept = {deptdid} 
        </statement> 
    </retrieve> 
</query>

...

Code Block
eval ('x=' + http.get('http://localhost:8082/database/BIRT/getOrderNumber?custcid=' + 
	customerId.value + '&deptdid=' + department.value));

 

...