Hi.  I found that READINSERT() does the job, and is part of Clipper 5.3

Hip hip hurray!

On Fri, Feb 12, 2010 at 2:16 PM, Viktor Szakáts <harbour...@syenar.hu>wrote:

> Hi,
>
> > We are having a real hassle getting MEMOEDIT() to start editing with the
> INSERT mode, because KSETINS() that clipper tools provides doesn't work.
>  (neither does KSETNUM).  I am not sure about KSETCAPS etc but I would take
> a guess that they don't work either.  When insert is .T. in memoedit mode,
> you can hit enter, and separate lines, etc etc, much like how Windows
> notepad.exe behaves in its regular mode.
>
> Just try with plain Clipper SET( _SET_INSERT, <l> ).
>
> > In Clipper 5.2e + Funcky the INSERT() function they provide is identical
> as far as its function prototype, but works well in the DOS world as well as
> 32-bit Windows dos emu world.
> >
> > Perhaps the Clipper-Tools KSET* funcs could be fixed... or maybe HB_SET*
> functions made?
>
> These don't seem very portable functions, so hopefully
> someone will fix them in hbct, if possible at all under
> non-DOS OSes. Remember these are system wide keyboard
> settings normally controlled by user, so I wouldn't be
> surprised if some OSes wouldn't provide a way to alter
> it programmatically to avoid apps taking over these
> thing.
>
> F.e. except forcing keyboard to CAPS, maybe it's more
> user friendly and portable approach to convert input
> to uppercase on app level.
>
> Brgds,
> Viktor
>
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
smu johnson <smujohn...@gmail.com>
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to