Search found 847 matches: imagizer

Return to advanced search

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: 730

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: 990

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: 54330

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: 54330

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: 980

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: 566

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: 1838

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: 609

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: 277

Re: Browse Json

...   else         oTree:OpenAll()      endif   endifreturn oTree  https://imagizer.imageshack.com/v2/xq70/924/8J6hyt.png https://imagizer.imageshack.com/v2/xq70/922/tv0JrU.png
by nageswaragunupudi
Thu Jan 11, 2024 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: Imprimir grafico insertado en tRichEdit5

... "..\bitmaps\pngs\2.png" SIZE 2,2 INCHES ALPHALEVEL 120 ALIGN ""   ENDPAGE   ENDPRINTreturn nil https://imagizer.imageshack.com/v2/xq70/924/uOUbAS.png
by nageswaragunupudi
Wed Jan 10, 2024 4:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir grafico insertado en tRichEdit5
Replies: 4
Views: 425

Re: Unicode vs UTF8

... (Little Endian) encoding for all characters, i.e., 2 bytes for each character. This is what we call Wide Char. Some sample characters: https://imagizer.imageshack.com/v2/xq70/924/X5iuAK.png Now, let us concatenate all UTF8 chars (6th column) and display: 9AÜĞత Unicode system is ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 1028

Re: Text on another line

... 3 ]:SetColsAsRows( 3, 4 ) ;         )   RELEASE FONT oFont1, oFont2return nil  https://imagizer.imageshack.com/v2/xq70/922/0hWWil.png
by nageswaragunupudi
Tue Dec 26, 2023 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 470

Re: Text on another line

... ;         oBrw:aCols[ 2 ]:aDataFont := { oFont2, oFont1 } ;         )   RELEASE FONT oFont1, oFont2return nil  https://imagizer.imageshack.com/v2/xq70/922/Cvsp64.png
by nageswaragunupudi
Tue Dec 26, 2023 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 470

Re: SetArray xBrowser

...  END   oWnd:oClient   := oBrw   oWnd:nHeight   := 700   ACTIVATE WINDOW oWnd CENTERED   RELEASE FONT oFont, oBoldreturn nil https://imagizer.imageshack.com/img924/6002/fPLfNe.gif
by nageswaragunupudi
Wed Dec 13, 2023 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 275
PreviousNext

Return to advanced search