Hola Antonio,
¿Se incluyó al final las traducciones en la clase tprinter.prg?.
Muchas gracias.
Hola Antonio,
¿Se incluyó al final las traducciones en la clase tprinter.prg?.
Muchas gracias.
Moisés,
Si ![]()
Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar
raises a runtime error because of unnecessary code handling K_PGUP and
K_PGDN in method KeyChar(). This code is removed.
Antonio... tengo ese error en mi versión 15.01... como puedo corregir el xbrowse
Jonsson Russi
russimicro wrote:Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar
raises a runtime error because of unnecessary code handling K_PGUP and
K_PGDN in method KeyChar(). This code is removed.
Antonio... tengo ese error en mi versión 15.01... como puedo corregir el xbrowse
Jonsson Russi
case nKey == K_PGUP
::oVScroll:PageUp()
case nKey == K_PGDN
::oVScroll:PageDown()Dear Mr. Rao,
Is this fix for xBrowse.prg included in fwh 15.03?.
I am stucked at 14.12 and I would like to use a latter one.
Thanks.
Moises,
Is is included
Jonsson,
Comenta esas líneas que indica Rao y te funcionará correctamente