Search found 700 matches: enable

Return to advanced search

Re: Parpadeo de un SAY

... * * funcion de WILLY * Function Blinker(oCtrl, oTmr) Static lOn := .f. oTmr:DeActivate() if lOn oCtrl:Enable() //Hide() else oCtrl:Disable() //Show() endif lOn := !lOn oTmr:Activate() oCtrl:Refresh() Return(Nil) *************************************************************** ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 425

Re: XAMPP through PortableApps.com or Server2Go

... FIVEWIN development environment (much xbrowse :-) ). If you want to work directly against html it is very easy. You go to RX Menu->Config->enable path \html, save changes and restart server Case A. In the \html folder create the otto.prg file function main()    local cHtml := ''  ...
by Carles
Thu Feb 29, 2024 3:06 pm
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 374

Activar/Desactivar control radio

... no tenga datos, deben desativarse las dos primeras y solo estar activa la tercera opcion. es decir: Segundo browse con datos = opciones 1 y 2 ENABLE() , tercera opcion DISABLE() Segundo browse sin datos = opciones 1 y 2 DISABLE() , tercera opcion ENABLE() Agradezco desde ya, la ayuda...
by JoseAlvarez
Sun Feb 04, 2024 5:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activar/Desactivar control radio
Replies: 4
Views: 208

Re: SQL connection

Got it working. It was a setting in MS-SQL. I had to enable both Windows Authentication and SQL user authentication.

Thanks again for the help.
by Jeff Barnes
Sat Feb 03, 2024 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 496

Re: ButtonBmp TABSTOP

? oBtn:WinStyle( WS_TABSTOP ) --> lActiveoBtn:WinStyle( WS_TABSTOP,  .T.  (or) .F. ) // Enable/Disable the TabStop style Mr. Nages Desn't work. In the TABSTOP option of the button in Pelles c I set it to YES but when I use oBtn:WinStyle( WS_TABSTOP, .F. ...
by wartiaga
Sun Jan 07, 2024 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2433

Re: ButtonBmp TABSTOP

? oBtn:WinStyle( WS_TABSTOP ) --> lActiveoBtn:WinStyle( WS_TABSTOP,  .T.  (or) .F. ) // Enable/Disable the TabStop style Mr. Nages Desn't work. In the TABSTOP option of the button in Pelles c I set it to YES but when I use oBtn:WinStyle( WS_TABSTOP, .F. ...
by nageswaragunupudi
Sat Jan 06, 2024 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2433

Re: Backups into blu rays

... which modern PC don´t have any more since we got USB-Stick i use them for "quick" Backup there are also USB-Stick which have a Switch to enable/disable "Write" https://www.amazon.de/Netac-64GB-Flash-Drive-Geh%C3%A4use-wei%C3%9F/dp/B0872V8P1Q/ref=sr_1_3?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=MME614CITXOO
by Jimmy
Wed Jan 03, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 2826

Re: espacio entre lineas en COMBOBox

as i can say you need enable Ownerdraw https://i.postimg.cc/NF66p0GD/Combobox-Demo-Ownerdraw.jpg      oCombo_left := TComboBox() :new( 0, 0,, acItem, 90, 300, oMain,,,, BFcolor, BGcolor, .T., oFontDefault,,,, ...
by Jimmy
Mon Dec 11, 2023 5:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: espacio entre lineas en COMBOBox
Replies: 5
Views: 374

Re: copy a row of xbrowse

... your application. - When generating new unique IDs for pasted rows, make sure they do not conflict with existing ones. These modifications should enable copying and pasting multiple selected rows in your xBrowse control, with each row being treated independently after being pasted.
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5591

Re: copy a row of xbrowse

https://i.postimg.cc/R0YV9Xff/fff.gif when I copied to the second xbrowse it should enable the "copy" menuitem and disable the "paste" menuitem and give the possibility to copy another line and repeat the operations instead the copy command ...
by Silvio.Falconi
Tue Dec 05, 2023 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5591

developer tools (F12) in WebView?

Hello friends,
How can I enable and open the developer tools (F12) in WebView?

Best regards,
Otto
by Otto
Tue Dec 05, 2023 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: developer tools (F12) in WebView?
Replies: 2
Views: 309

Re: Tget /tsay disable/enable

Dera Silvio, mira \samples\KARINHA.PRG si ayuda.

Regards, saludos.
by karinha
Thu Nov 09, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: Tget /tsay disable/enable

If you want to paint on the dialog then you must use the hDC of the dialog, don't use the hDC of the control Function MakeBox(oControl,oDlgEdit)   local oBox   local aRect := GetClientRect(oControl:hWnd )   local hDC :=oDlgEdit:GetDC()  &nb...
by Silvio.Falconi
Thu Nov 09, 2023 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: Tget /tsay disable/enable

If you want to paint on the dialog then you must use the hDC of the dialog, don't use the hDC of the control
by Antonio Linares
Thu Nov 09, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: Tget /tsay disable/enable

Antonio Linares wrote:Dear Silvio,

Must the rectangle be painted above the control as per your sample ?

Where are you calling your code from ?


yes the rectangle must be painted over the control
in the image example I use a btnbmp and it run on only on btnbmp

for the test I added the code above
by Silvio.Falconi
Thu Nov 09, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318
Next

Return to advanced search