Search found 853 matches: imagizer

Return to advanced search

Re: To Nageswrao Del Objs on TscrollPanel

... n - 1 ]:nLeft   next   oPanel:aControls[ nItem ]:End()   HB_ADel( oPanel:aControls, nItem, .t. )   oPanel:Refresh()return .t. https://imagizer.imageshack.com/img922/4639/fQsA8H.gif Of Course your test run ok But I tried to erase all buttons except one , then I press the ...
by Silvio.Falconi
Mon Mar 04, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 946

Re: To Nageswrao Del Objs on TscrollPanel

... n - 1 ]:nLeft   next   oPanel:aControls[ nItem ]:End()   HB_ADel( oPanel:aControls, nItem, .t. )   oPanel:Refresh()return .t. https://imagizer.imageshack.com/img922/4639/fQsA8H.gif
by nageswaragunupudi
Mon Mar 04, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 946

Re: Comportamiento extraño PRINT oPrn FILE "factura.pdf"

Asi se ven en la carpeta:
Image

Las que pesan 2kb estan vacias.
by Adolfredo Martinez
Sat Feb 17, 2024 5:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comportamiento extraño PRINT oPrn FILE "factura.pdf"
Replies: 7
Views: 820

Re: function urlLoad( cUrl )

With Image URL
Image
by nageswaragunupudi
Sat Feb 17, 2024 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1805

Re: FW_SaveImage

...  // save the glued image to file   MEMOWRIT( "new.png", c )   XImage( "new.png" )return aSave  https://imagizer.imageshack.com/v2/xq70/922/w2M6RB.png
by nageswaragunupudi
Fri Feb 16, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 530

Re: Cambio de imagen a 1 boton

... nil We can toggle both prompt and image using codeblocks as suggested above. No need to keep loading bitmap again and again. https://imagizer.imageshack.com/img923/2998/ml3P7b.gif
by nageswaragunupudi
Wed Feb 14, 2024 1:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 380

Re: Mr. Rao, refresh a Tree

... BUTTON "CLOSE" SIZE 80,30 PIXEL OF oDlg ACTION oDlg:End()   ACTIVATE DIALOG oDlg CENTEREDreturn nil  https://imagizer.imageshack.com/img923/1736/bUceg5.gif Please build and run this sample as it is. In particular, please observe how to simplify ...
by nageswaragunupudi
Tue Feb 13, 2024 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 875

Re: Error: FWH2206 Parte1

...               694 WindowsXP.Manifest  We built the application using both buildh.bat and buildx.bat We did not encounter any errors. https://imagizer.imageshack.com/img922/9919/C2mAse.gif So the errors you experience have nothing to do with creation of the dialog, but must be ...
by nageswaragunupudi
Sun Feb 11, 2024 2:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 1209

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... c in cVar      AAdd( aList, ASC( c ) )   nextreturn FW_ArrayAsList( aList ) This is how it is working here. https://imagizer.imageshack.com/img922/7010/FwiBdx.gif When FW_SetUnicode( .F. ), no keychar is higher than 255 and none of the special or other ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56435

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... c in cVar      AAdd( aList, ASC( c ) )   nextreturn FW_ArrayAsList( aList ) This is how it is working here. https://imagizer.imageshack.com/img922/7010/FwiBdx.gif When FW_SetUnicode( .F. ), no keychar is higher than 255 and none of the special or other ...
by nageswaragunupudi
Sun Feb 04, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56435

Re: RAO advice on using Mysql

...     oBrw:aSumCols := { oBrw:oCol( "SALARY" ) } )   oCn:Close()return nil https://imagizer.imageshack.com/img922/6467/26nhV6.gif Also see how instantaneous is the retotaling of 4 million records when one row is modified.
by nageswaragunupudi
Fri Feb 02, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1125

Re: SQL connection

... oCn, "SELECT * FROM [STATES]" )      XBROWSER oRs      oRs:Close()      oCn:Close()   endifreturn nil  https://imagizer.imageshack.com/v2/xq70/923/v9evzI.png You can test this program from your computer. This program connects to a FWH's MsSql server ...
by nageswaragunupudi
Wed Jan 31, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 635

Re: "Save As" dialog box

... } else {        hb_retc( "" );    }    // Uninitialize COM library    CoUninitialize();} https://imagizer.imageshack.com/v2/xq70/924/wB9Do1.png The problem still remains. User can select a normal File also, even though the flag BIF_RETURNONLYFSDIRS ...
by nageswaragunupudi
Sun Jan 28, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1946

Re: PrintTable

... TABLE aTable SIZE 4.3,1.2 INCHES FONT oFont    ENDPAGE    ENDPRINT    RELEASE FON oFont, oBoldreturn nil https://imagizer.imageshack.com/v2/xq70/924/jEpADd.png
by nageswaragunupudi
Fri Jan 12, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PrintTable
Replies: 3
Views: 625

Re: GroupHeader en la TReport (Antonio/Mr. Rao)

...  COLUMN TITLE "SALARY" DATA FIELD->SALARY GRID   ENDREPORT   oRep:lJoin := .t.   ACTIVATE REPORT oRepreturn nil  https://imagizer.imageshack.com/v2/xq70/922/ZuBiED.png
by nageswaragunupudi
Thu Jan 11, 2024 12:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GroupHeader en la TReport (Antonio/Mr. Rao)
Replies: 4
Views: 297
PreviousNext

Return to advanced search