Title: Access Table Using Ags Or Dme?
pinko - September 28, 2007 08:57 PM (GMT)
The senario is: I need to open a new webpage and show course information. So I need to get the course information from table PACOURSE(no add, change). Can someone give me some hints using AGS or DME call? I want to save the result to the array and I can write code to show in the webpage.
Thanks all.
trezaei - September 28, 2007 09:25 PM (GMT)
Your best bet is to use the design studio for something like this. It gives you easy to use modules for doing just such things.
schroncd - September 29, 2007 06:02 PM (GMT)
If you just want to read and display then DME is probably your easiest bet
http://your.server/servlet/dme?PROD=your_p...e&FILE=PACOURSE
lawson - October 1, 2007 03:19 AM (GMT)
Sorry to repeat Dave's advice but I put it in CODE tags so you could see it all
| CODE |
| http://your.server/servlet/dme?PROD=your_prodline&FILE=PACOURSE |
schroncd - October 1, 2007 06:33 PM (GMT)
Thanks for updating that entry!
I just added links on
schronce.net to Lawson's 803 documentation for AGS, DME and IDA (of course it's VERY different on 9.0). The links will take you to the docs on support.lawson.com
g'luck!!
schroncd - October 1, 2007 07:07 PM (GMT)
Tuck this one in your pocket as well.
Article 549882 on the KB is a detailed walkthrough using the debug in portal to troubleshoot API calls. VERY handy!!
pinko - October 1, 2007 07:43 PM (GMT)
Thanks guys. Your replies really help me a lot. I solved the problem.