Hello Pbers,...
Saya ada kesulitan untuk membuka text file yang kira2x berukuran 20mb di multilineedit. Berikut skrip yang saya gunakan di tombol open :
string ls_fullpath, ls_file
dec filebuka, ll_flength
dec li_count = 0
dec filebuka, ll_flength
dec li_count = 0
filebuka = getfileopenname("Pilih File", ls_fullpath, ls_file, "isifile", "All Files(*.*), *.*")
if filebuka = 1 then
fileopen(ls_fullpath, StreamMode!)
end if
fileopen(ls_fullpath, StreamMode!)
end if
FileRead(filebuka, mle_1.text)
fileclose(filebuka)
Kira kira bagaimana ya agar dapat membuka file tersebut (kalo ndak salah maksimal yang bisa dibuka cuma 32kb) ? atau mungkin ada ide lain ?
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates. __._,_.___
-----------------------------------------------
IndoPB - Indonesia PB User Group
An Indonesian PowerBuilder User Group's Event
2nd PowerBuilder Update
Mezzanine Floor Hotel Ibis Slipi
26/27 August 2006
To Register :
http://groups.yahoo.com/group/indopb/database?method=addRecord&tbl=4
SPONSORED LINKS
| Computer monitoring software | Computer and internet software | Free computer monitoring software |
YAHOO! GROUPS LINKS
- Visit your group "indopb" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
