[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PrintFile.p ... does any one fixed it for win 64?

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
M

Matt Gilarde

Guest
You can use the PROCESS-ARCHITECTURE function to determine whether the AVM is 32 or 64 bits. IF PROCESS-ARCHITECTURE = 32 THEN RUN printfile.p(...). ELSE RUN printfile64.p(...).

Continue reading...
 
Status
Not open for further replies.
Back
Top