You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Harbour Users
I'm new to Harbour. Just getting started.
From my Clipper app, I used to call DOS "view.com" which was a small fast text file viewer that could handle large .TXT files (1-2 meg). Are there any fast "viewers" out there that can be called from Harbour?
Auge & Ohr
unread,
Dec 8, 2022, 7:58:44 PM12/8/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Harbour Users
hi,
when using 64 Bit App HB_MEMOEDIT() can handle "big Files"
difference to Cl*pper : you need to REQEUST "Codepage" OEM / ANSI / UTF-8 as you need
Jimmy
Dave Bonnar
unread,
Dec 11, 2022, 7:19:26 PM12/11/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Harbour Users
Thank you Jimmy,
I'll read about HB_MEMOEDIT(). I only need two functions really - need to view big text files and need to search/find for a text string within the file being viewed.
Dave
Yakano
unread,
Dec 12, 2022, 3:09:52 AM12/12/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Harbour Users
Hi Dave
If you are compiling for console mode, from the Oasis of Phil Barnett I downloaded and still using it...