Search found 849 matches: imagizer

Return to advanced search

Re: combobox color

... IfNil( oFont, ::oFont ), ;         nClrText, nARGB( 255, nClrBack ) )      RELEASE FONT oFont   endifreturn 1 https://imagizer.imageshack.com/v2/xq70/922/wpHLT8.png thanks rao run ok
by Silvio.Falconi
Mon Apr 29, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 572

Re: combobox color

...      nClrText, nARGB( 255, nClrBack ) )      RELEASE FONT oFont   endifreturn 1 https://imagizer.imageshack.com/v2/xq70/922/wpHLT8.png
by nageswaragunupudi
Mon Apr 29, 2024 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 572

Re: error to show pdf on dialog

... cPdfFile ), "TITLE", nil, nil, nil, nDlgWidth, nDlgHeight )   else      ? cPdfFile + " not found"   endif  https://imagizer.imageshack.com/v2/xq90/924/MVkHPc.png Dear Rao, Yes, but I need to open Max Window can see it not direct look. But I need to open ...
by richard-service
Thu Apr 18, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 731

Re: Problem with valid email refresh btnbmp

... !Empty( hb_regex( preCompiled, alltrim( cEmail ) ) ) https://imagizer.imageshack.com/img923/91/h0gh9Z.gif working fine here
by Antonio Linares
Fri Apr 12, 2024 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2568

Error Fwh24.02 con Xbrowse

Estoy probando actualizar fwh2307 a fwh2402 y tengo este problema con Xbrowse se va sobre la barra de botones


Image
by CARLOS ATUNCAR
Wed Apr 10, 2024 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Fwh24.02 con Xbrowse
Replies: 2
Views: 146

Re: Centrar texto VERTICALMENTE

... PRINT TO oPrn TEXT "VTEXT" SIZE 3,8 INCHES ALIGN "" FONT oFont   ENDPAGE   ENDPRINT   RELEASE FONT oFontreturn nil https://imagizer.imageshack.com/v2/xq70/923/1MlWFY.png
by nageswaragunupudi
Tue Apr 09, 2024 3:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 500

Error Fwh 24.02 con XBROWSE

... "SALIR" ; ACTION (oQry:End(),oWnd:End()); TOOLTIP { "Cerrar Ventana", "Mantenimiento" } return oBar https://imagizer.imageshack.com/img924/7324/8i4JfJ.gif
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 108

Re: FWHMYSQL Insert failing

... oCn:CreateTableSQL( "testinsert" ) )   oCn:Close()return nil This is working well for me: https://imagizer.imageshack.com/v2/xq70/923/043Ca8.png This is the creation SQL of the table CREATE TABLE `testinsert` (  `id` int NOT ...
by nageswaragunupudi
Sat Apr 06, 2024 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 432

Re: Problem with valid email refresh btnbmp

nageswaragunupudi wrote:
here not run ok

My program is perfectly working here and this is the proof:
Image



So what should I do if it doesn't work for me? I tried it on several computers with Windows 10 Professional
by Silvio.Falconi
Fri Apr 05, 2024 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2568

Re: Problem with valid email refresh btnbmp

nageswaragunupudi wrote:
here not run ok

My program is perfectly working here and this is the proof:
Image




Nages I don't tell lies watch the video please



Image
by Silvio.Falconi
Thu Apr 04, 2024 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2568

Re: Problem with valid email refresh btnbmp

here not run ok

My program is perfectly working here and this is the proof:
Image
by nageswaragunupudi
Wed Apr 03, 2024 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2568

Re: Problem with valid email refresh btnbmp

... !Empty( hb_regex( preCompiled, alltrim( cEmail ) ) ) https://imagizer.imageshack.com/img923/91/h0gh9Z.gif here not run ok https://i.postimg.cc/fTV02T29/kkk.png I saw only "?" ...
by Silvio.Falconi
Wed Apr 03, 2024 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2568

Re: Problem with valid email refresh btnbmp

... !Empty( hb_regex( preCompiled, alltrim( cEmail ) ) ) https://imagizer.imageshack.com/img923/91/h0gh9Z.gif
by nageswaragunupudi
Wed Apr 03, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2568

Re: Another for Btnbmp

... If( lOver, CLR_HGREEN, CLR_GREEN ) ) }      END   next   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil https://imagizer.imageshack.com/img923/8479/urcbDK.gif Nages I understood but I need the border extern of color RGB(195,195,185) as this picture ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5114

Re: Another for Btnbmp

... If( lOver, CLR_HGREEN, CLR_GREEN ) ) }      END   next   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil https://imagizer.imageshack.com/img923/8479/urcbDK.gif
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5114
Next

Return to advanced search