Search found 57 matches: cleared

Return to advanced search

TEdit on the RibbonBar

Hi, I put the TEdit control on the RibbonBar. Everything works fine as long as the mouse cursor is on the RibbonBar, otherwise TEdit is cleared. To protect myself from this I do: oEdt:bChange:={|nKey,flfg,oEdt|oEdt:VarPut(oEdt:cText())} However, Var Put (oEdt:text()) ...
by Natter
Sat Jun 10, 2023 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit on the RibbonBar
Replies: 0
Views: 135

Re: xbrowse multiselect cell

... visually CELL is highlighted. Shift-Click and Ctrl-Click start working just like HIGHLROWMS. This behavior continues till the selected block is cleared by normal clicking on any other cell. Please try
by nageswaragunupudi
Mon Sep 05, 2022 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multiselect cell
Replies: 2
Views: 336

New FTDN January/Enero 2021 (FWH 21.01)

... the tree at the top level, where tmynewitem is the derived class - All treeitems are created using the new class. - This setting is automcatically cleared when the last ENDTREE command is executed for the tree. Trees created subsequently will use the default TTreeItem class. - TTreeItem class (classes\treeitem.prg) ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1230

Re: bug oXBrowse:cSeek

... comment this out in your copy of xbrowse. The change in FWH1906 was in response to request of several users that the incremental filters should be cleared when xbrowse exists and original filters, if any, should be restored. Now that different users want this in different ways, we will provide ...
by nageswaragunupudi
Fri Jan 03, 2020 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug oXBrowse:cSeek
Replies: 6
Views: 948

New FTDN June/Junio 2019 (FWH 19.06)

... <action> } - When lFastDraw is .t., the text is painted opaquely in some caes, from FWH1905. Fixed. - Incremental filters are not cleared when the browse exits. Fixed. - It is a known issue that incremental filters replace the existing filters, instead of being additional filters. ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2664

Re: XBROWSE Border on cells

... exists April/May 2019 ========= - Fix to Method GoRight: When oBrw:lTransparent := .t., and cursor is moved right with arrow key, highlight is not cleared from the previous cells. Fixed You can download the complete new source and running exe http://www.pflegeplus.com/DOWNLOADS/Border3.zip regards ...
by ukoenig
Wed Jun 05, 2019 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4105

New FTDN May/Mayo 2019 (FWH 19.05)

... left aligned in the column. - Fix to Method GoRight: When oBrw:lTransparent := .t., and cursor is moved right with arrow key, highlight is not cleared from the previous cells. Fixed - Autosort: Even autosort is not specified when browse is created, internally browse is kept ready for autosort. ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3097

Re: class xbrowse: suggestion for improvement

With your code, two problems are found. 1) When the filter is cleared backspace, the filter is not reset. 2) Most important is the runtime error when the existing filter contains local variables. Please try this sample: #include "fivewin.ch"function ...
by nageswaragunupudi
Sat Jun 01, 2019 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: class xbrowse: suggestion for improvement
Replies: 6
Views: 784

Re: A problem with TDatabase using copy() / Past() ?

... Copy/Paste features of TDatabase. XBrowse has its own powerful Copy/Paste features using clibboard. Contents of clipboard remain till they are cleared even after closing the xbrowse. These features work not only across different browsers of any data, but also to copy and paste between external ...
by nageswaragunupudi
Fri Feb 01, 2019 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with TDatabase using copy() / Past() ?
Replies: 7
Views: 1157

Re: MariaDB RS AppendBlank

... Well explained. I will keep this open for some time.. for a while, I will test based on your directions how to avoid the issue (fields getting cleared) when trigger/procedure fires up. I will also check oRS:field => oRec:field while editing on screen. Thanks much as always you are very helpful ...
by fraxzi
Wed Sep 12, 2018 3:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1657

MariaDB RS AppendBlank (SOLVED)

... appendblank) and fires oRs:Save()... then trigger captures and send message about the insufficient field length.. 3. then the oRs:fields are cleared or the oRs:Appendblank() was cancelled, then the user has to re-do the encoding.. How can I avoid not clearing oRs:fields during appendblank ...
by fraxzi
Fri Sep 07, 2018 3:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1657

Re: Building Harbour 3.4 for BCC outside MSYS

Gentlemen Getting closer .. changing the fwh libs line to: echo c:\Fwh1707\lib\FivehMX.lib c:\Fwh1707\lib\Fivehc32.lib >> msvc.tmp  cleared up all the remaining unresolves .. I added to the link line: /Ignore:4006 /NODEFAULTLIB:msvcrt  The entire link line looks like this: %vcdir%\bin\link ...
by Rick Lipkin
Thu Dec 14, 2017 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17168

New FTDN March/Marzo 2017 (FWH 17.03)

... unauthorized access of sensitive data. The same password is required to restore the backup. Before backup or restore, password is to be setup an cleared after backup or restore; function MYSQL_CRYPTKEY( [cKey] ) --> cOldKey -Calling the function without any parameter returns the existing key. ...
by Antonio Linares
Wed Mar 29, 2017 10:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2017 (FWH 17.03)
Replies: 0
Views: 1497

Re: multiple defintions, forst defined here

... WHENEVER A CALL * TO DESTROYWINDOW() IS MADE (ACTUALLY WHENEVER THE EVENT_DESTROY IS SENT TO A * WINDOW THEN THE EVENT HANDLER STACK IS CLEARED OF THAT WINDOWS EVENT HANDLER * BLOCK WHICH CONTAINS THAT WINDOWS EVENT HANDLER UDF) * * * * * * * * * * * * * * * * * * * * * * * * * * * LOCAL ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 19735

Unicode title bar issue

... bar to be suffixed with "(Not responding)" it actually displays as "Test (Not responding)", as soon as the busy stated is cleared it reverts to the incorrect character set display. The other thing I noticed is if I attempt to change the oWnd:cCaption at runtime, again assume ...
by rhlawek
Sun Aug 28, 2016 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode title bar issue
Replies: 1
Views: 467
Next

Return to advanced search