hi,
i am trying to increase the length of a string outputRecord which is defined in VendOutPaymRecord_Nacha , so by using chain of command i want to increase the length of the outputRecord string so that i can use strPoke() and insert data into the string.
i have included the initRecord() method where outputRecord is being initialized as outputRecord = strrep(#blank, 94) in the VendOutPaymRecord_Nacha class. in the extension class i am using the initRecord() to change it to outputRecord = strrep(#blank, 202). but it is not working. as soon as it encounters the strPoke() which again is in the VendOutPaymRecord_Nacha class the size changes back to 94. can you suggest a way to retain the size of the outputRecord to 202 in the chain of command class.
*This post is locked for comments
I have the same question (0)