Is it possible to take a flat file in a .txt or .tab format and have it opened in an existing table in powerbuilder. I have an existing window object and now I want to read a flat file into the existing window object. As I add new records I need to be able to count the number of new records in the window object. Has anyone done a script similar to what I am asking. I have experimented with something like
GotFileName = GetFileOpen()
CustomerFile=FileOpen(filepath)
ReadResult=FileRead(CustomerFile,CustomerRecord)
I looked for a website that gives example code for opening a flat file to a window object but was unsuccesful
GotFileName = GetFileOpen()
CustomerFile=FileOpen(filepath)
ReadResult=FileRead(CustomerFile,CustomerRecord)
I looked for a website that gives example code for opening a flat file to a window object but was unsuccesful