Search found 515 matches: displays

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... oCn ) --> oAdoErr Returns Ado Error and then clears the error. - Enhanced: function FW_ShowAdoError( oCn, [lSilent = .f.], [er] ) The function displays (if not silent) and/or logs error and/or evaluates bOnError set earlier and clears the error Returns oAdoError - Enhanced: function Fw_OpenAdoConnection( ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 42

Re: also error with btnbmp SHOWPOPUP

...       if ValType( oPopup ) == 'B'         oWnd:oPopUp:End()  // error here      endif  If the function MenuContextual(..) displays popup menu on its own and then returns NIL, you should use ACTION MenuContextual( Self, .... )
by nageswaragunupudi
Sun Mar 31, 2024 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1707

Re: FW_MemoEdit error

... crashes when the dialog is enlarged I noticed a congruence, that is, rtfdemo.prg creates a rtfdemo.rtf file which, if opened with fw_memoedit , displays in one way, if opened with Office Word or with OpenOffice , displays in another way, for example the fourth page is displayed differently in ...
by Silvio.Falconi
Sun Jan 28, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_MemoEdit error
Replies: 2
Views: 510

Back after 10 years due to illness [ Javier Lloris ]

... podéis descargar los programas y clases. I show you an image, I have marked in red the bars that are created automatically. I hope Google Drive displays the images because I seem to remember that it was as public. (In some things like these I don't remember very well how they worked or how they ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: Transparent area becomes black when use BUTTON...ADJUST

...   OF oBar ADJUST The image is alpha-blend image. If I don't use ADJUST clause, the image is not resized but transparent area displays ok. If I use ADJUST clause, the image's size is nice but the transparent area of the image becomes black like below https://i.postimg.cc/26tcNykw/oBar.jpg ...
by nageswaragunupudi
Tue Dec 05, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Transparent area becomes black when use BUTTON...ADJUST

...   OF oBar ADJUST The image is alpha-blend image. If I don't use ADJUST clause, the image is not resized but transparent area displays ok. If I use ADJUST clause, the image's size is nice but the transparent area of the image becomes black like below https://i.postimg.cc/26tcNykw/oBar.jpg ...
by hua
Tue Dec 05, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... by FWH, even if we use a different font? chars provided by FWH? FWH does NOT provide any chars. FWH does not have any chars of its own. FWH displays any text using Windows APIs Any utf8 encoded text of any language in the World can be displayed using any Windows font. Ansi encoded text containing ...
by nageswaragunupudi
Sat Nov 25, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: xBrowse - Dates - FWH 2310

On the i7 computer, the right click displays wrkdat D On the Virtual machine, the right click displays wrkdat D 999999 This difference is surprising. Can you take some more trouble and test it with program built with 2307 ? We need to understand ...
by nageswaragunupudi
Tue Nov 07, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1449

Re: xBrowse - Dates - FWH 2310

Good Morning, I have run that on both computers. On both computers xbrowser shows wrkdat as D 8 On the i7 computer, the right click displays wrkdat D On the Virtual machine, the right click displays wrkdat D 999999 To clarify, although the dates are different for entries of wrkdat, the incorrect ...
by TimStone
Tue Nov 07, 2023 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1449

Re: xBrowse - Dates - FWH 2310

I assume ::oOrders is a Database Object. Please confirm. wrkdat displays as "999999" while the others display as normal dates. This happens if oCol:cEditPicture of this column is "999999". XBrowse builds the picture from that column's ...
by nageswaragunupudi
Tue Nov 07, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1449

xBrowse - Dates - FWH 2310

... oWdlg:update() ) ;        AUTOSORT UPDATE  duedat, wrkdat, and paydat are all Date fields in the file. wrkdat displays as "999999" while the others display as normal dates. On my Windows 64 bit, Version 11, 23H2 OS, ALL dates display correctly. On ...
by TimStone
Mon Nov 06, 2023 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1449

New FTDN October/Octubre 2023 (FWH 23.10)

... a xbrowse with a TPages control that holds TScrollPanel objects. Very interesting, don't miss it! * Enhancement: FW_MemoEdit( cJsonFile/text ) now displays in formatted json text. * Enhancement: functions EnumWindows() and EnumChildWindows() support recursive calls. * New: Class TTVItem METHOD ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: DBF . Commit

... TIMER oTimer      return nil      >   ACTIVATE DIALOG oDlg CENTERED ;      VALID ( oTimer:End(), .t. )return nil This program displays the values and keeps checking for changes in the data with a timer. The moment, changes are detected, the values are updated and displays with ...
by nageswaragunupudi
Sun Oct 22, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2343

Re: not ISOEM(), ISANSI() or IsUTF8()

... of setting for the entire browse. Not only display but we can also edit. When displaying the data XBrowse converts the data from OEM to ANSI and displays. If the user modifies the data though inline edit and save the changes, then XBrowse will convert ANSI to OEM and saves the data. So, the DBF ...
by nageswaragunupudi
Tue Aug 29, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

Re: not ISOEM(), ISANSI() or IsUTF8()

... still better, with STRTOHEX( c ) The same character is encoded as hex "FC" in ANSI and encoded as hex "C3BC" in UTF8. When FWH displays, both look exacty alike and in fact both represent the same character. But both are different. When compared, both are not equal and also we ...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095
Next

Return to advanced search