Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy File From "Command Button" (PowerBuilder)

Status
Not open for further replies.

ASWETICH

MIS
Sep 21, 2000
4
US
Need a command button to copy a file from a floppy disk (Drive A) to a hardrive. (On the same PC) I read up on using an "External Function" but think I may not have the syntax correct. I am new to PowerBuilder so please be descriptive with any help you can provide.

Thnaks

 
Take a look at the PFC's n_cst_FileSrv object and the functions within it. It uses FileOpen(), FileRead() and FileWrite() PowerScript functions.

---
PowerObject!
-----------------------------------------
PowerBuilder / PFC Developers' Group
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top