|
When I try to retrieve the CursorRow, it says the method is not defined... I can see the function listed in the PDF, but I'm wondering if it's having a problem because the Source code says the return type for row in Ulong, but I just have it defined with dim in this code. But I don't know how to define a Ulong, in this pcomm script.. Thanks, tim [PCOMM SCRIPT HEADER] LANGUAGE=VBSCRIPT DESCRIPTION=test [PCOMM SCRIPT SOURCE] OPTION EXPLICIT Dim ObjPS5250 Dim ScnDspF,Title Dim Row Title = "GL Upload" Set ObjPS5250 = CreateObject("PCOMM.autECLPS") ObjPS5250.SetConnectionByName(ThisSessionName) OBJPS5250.autECLFieldList.Refresh ScnDspF = ObjPS5250.GetText(1,71,10) Row = ObjPS5250.GetCursorPosRow() MsgBox ScnDspF+"***"+row,vbInformation,Title This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy the message.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.