Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Systems Administration
Looking for help with AGS Call
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Elia Kfouri
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5214
People Online:
Visitors:
0
Members:
0
Total:
0
Online Now:
New Topics
IPA/ProcessFlow
IPA Question - Filtering Employees by XRef Cost Center Across Person and HR Modules
3/2/2026 4:29 PM
Hello Everyone, I am building an IPA process in
Lawson S3 Financials
Lawson S3 to SAP S/4 Hana Migration
2/12/2026 8:54 PM
Can anyone recommend a consulting company who has
Lawson Add-Ins for Microsoft Office
Deleting an Orphan Time Record with MS Add-ins
12/13/2025 7:26 PM
I have discovered an Orphan Time Record when dumpi
Lawson S3 HR/Payroll/Benefits
Secure 2.0
12/8/2025 9:06 PM
Has anyone using S3 V10 for Benefits been able to
Lawson Add-Ins for Microsoft Office
More.... ic81.2
12/5/2025 10:51 PM
We build our PAR's with MS Addins using IC81 a
Lawson Add-Ins for Microsoft Office
Uploads
11/20/2025 3:32 AM
The Next button has stopped functioning on the upl
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chris Martin
825
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Advanced Search
Prev
Next
Forums
Infor / Lawson Platforms
S3 Systems Administration
Looking for help with AGS Call
Please
login
to post a reply.
4 Replies
0
Subscribed to this topic
28 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
LauraP
Advanced Member
Posts: 28
6/21/2012 12:59 PM
We are still on release 8.0.3/Unix/Oracle.
We have several Visual Basic programs that do AGS calls to various Lawson forms (OE10, RQ10 for example).
In some cases, when passing the FC value (for a change for example) - the VB app passes a "C" and in other cases it passes the whole word "CHANGE".
We have an issue now where VB apps that used to pass the whole word 'CHANGE' via the AGS call are no longer working - they have to be changed to pass just the "C".
We are trying to figure out 2 things (because this was done back in 2004 by a developer who is no longer here):
1. What is the difference between passing "C" or "CHANGE"?
2. What would cause the requirement to change from "CHANGE" to "C" (possibly answering the first question will, by default, answer the second one)?
We have a major upgrade going on to our WMS system which interfaces with our Lawson system.
Thanks in advance - this is a high priority issue for us and I can't find anything on the KB about this.
- Laura
Kwane McNeal
Veteran Member
Posts: 479
6/21/2012 1:14 PM
Split
Laura,
The requirement never changed. Lawson *did* tighten up their code. FC and _PFC have *always* been PIC X(1). The issue is that Lawson didn't bounds check the input values.
Previously, they effectively did a LEFT(1) on the input. That left them open to buffer overruns. Now they reject the value.
This was also an issue with things like COMPANY.
Historically if you passed in more than four digits, I had seen it treated as a LEFT(4), now they reject the value fully (as they should).
Your VB programmers got lucky that they could pass the same value to FC as they passed to _EVT, and in some cases _PFC.
Today, the rules are hardened, and they are
FC PIC X(1)
_PFC = same as FC
_EVT = CHANGE or ADD (I think you can pass INQUIRE, but I can't recall)
Kwane
Phil Romov
Veteran Member
Posts: 44
6/21/2012 3:42 PM
Split
_EVT is actually ADD/CHG
CHANGE just seems like a gross error to me, to be supported only by mistake on lawson's part.
Extra note: the FC is program defined, it can be A, C, I, X, Y, Z, etc. But the _EVT affects how lawson interfaces with the program - on ADD there's just a basic one-way interaction, on CHG lawson first automatically inquires, then continues as if it was an "ADD".
All of this can be reviewed in lawson's "Doc for Developers: IOS Application Program Interfaces" for reference
shreekant
New Member
Posts: 1
5/17/2013 4:46 PM
Split
shreekant
can u explain me what is AGS calls Do?and actual what it dose?Or any link which help me to understand AGS calls?or if possible send me data mail id-:wagh.shreekant@gmail.com
Shane Jones
Veteran Member
Posts: 460
5/20/2013 2:14 AM
Split
Shreekant,
Can you tell me .... Are you just looking to learn what an AGS call is compared to say... a DME?
Please
login
to post a reply.