Search found 46 matches: caps

Return to advanced search

Re: Creating table with Trichedit

//You made everything well. Small inaccuracies. There is a working example #INCLUDE "FiveWin.ch" #include "richtext.ch" ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. //Local Mas_n:={} local aTable:={} local nRow,ncol Local oRtf,aMarca,...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

//You made everything well. Small inaccuracies. There is a working example #INCLUDE "FiveWin.ch" #include "richtext.ch" ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. //Local Mas_n:={} local aTable:={} local nRow,ncol Local oRtf,aMarca, ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; A...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

more than 1 x TMsgBar() / TStatusBar() in App ?

hi,

in my Main i have a working TMsgBar()

now i open a new Windows / Dialog which have a XBROWSE and i want also a TMsgBar()
but it does not show anything ... no Num,Caps.ins or Fate / Time :shock:

can i use only 1 x TMsgBar() / TStatusBar() in Main :?:
by Jimmy
Tue Apr 11, 2023 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: more than 1 x TMsgBar() / TStatusBar() in App ?
Replies: 4
Views: 285

Re: Browse and lower case keys

nageswaragunupudi wrote:GetKeyState( VK_SHIFT ) --> Shift key is pressed

Hi.
This does not work when "CAPS LOCK" is turned off and no SHIFT pressed.
Do you know how do I know CAPS LOCK state ?

[[]] Maurício Ventura Faria
by concentra
Wed Mar 30, 2022 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse and lower case keys
Replies: 5
Views: 240

Re: Mostrar password que se esta digitando (al presionar click)

Se me escapo una consulta, en esa misma linea, como muestro en ese mismo dialogo si el CAPS esta en ON o OFF y que cambie si el usuario lo presiona en ese momento ??
Esto por los temas de case sensitive al momento de ingresar las contraseñas
Gracias nuevamente
by Enrrique Vertiz
Wed Jul 21, 2021 7:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar password que se esta digitando (al presionar click)
Replies: 25
Views: 2048

Re: KeyToggle() and Num, Caps and Ins keys

Very good!

Regards.
by karinha
Tue Mar 02, 2021 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: KeyToggle() and Num, Caps and Ins keys
Replies: 1
Views: 600

Re: upper/lower

Silvo I wrote this function that automatically puts the very first letter as caps .. then searches for a space in the string then +1 capitalizes the next letter .. and so on thru the string. Rick Lipkin //------------------Func _UpperLower( cText )Local ...
by Rick Lipkin
Tue Jan 22, 2019 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: upper/lower
Replies: 4
Views: 827

Re: cambiar mansaje en barra??

saludos tengo en la barra de mensajes: Num | Caps | Ins | Hora | Fecha de operacion | Usuario que lo defino desde que creo la ventana principal;   SET MESSAGE OF oPrincipal TO _NUMERO_EMP+' '+_NOMBRE_EMP;  COLOR COLOR_MAGENTA,COLOR_SVERDE;  ...
by noe aburto
Mon Oct 02, 2017 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cambiar mansaje en barra??
Replies: 4
Views: 880

Re: tableta de captura de firma en formato digital

... correctamente) y se genera un error. Creo que debe se por el tipo de algun dato (int, long...) que le paso a la funcion pero no se como comprobar. caps = tablet:getCapability() la variable caps que se carga con el metodo getCapability() devuelve un objeto con varios valores pero de distintos tipos ...
by miarcod
Fri Sep 15, 2017 12:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tableta de captura de firma en formato digital
Replies: 15
Views: 5103

Re: MSGBAR Num Caps Ins con el mouse

ola karinha
penso que o NUM CAPS e INS deveria ter o mesmo comportamento do teclado virtual do windows
eh isso
by Sistem
Sun Apr 30, 2017 3:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MSGBAR Num Caps Ins con el mouse
Replies: 2
Views: 460

Re: MSGBAR Num Caps Ins con el mouse

Muestra el código. El mouse puede estar con defecto ó el teclado.
by karinha
Mon Apr 24, 2017 1:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MSGBAR Num Caps Ins con el mouse
Replies: 2
Views: 460

MSGBAR Num Caps Ins con el mouse

MSGBAR Num Caps Ins no tiene ningun efecto con el mouse
LEDs(Num Caps) tambien no tiene efecto con el mouse
by Sistem
Sat Apr 15, 2017 1:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MSGBAR Num Caps Ins con el mouse
Replies: 2
Views: 460
Next

Return to advanced search