Search found 46 matches: clears

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... codeblock is evaluated with params |oCn, oErr, e, GetPrcLn( 1 )| - New: function FW_GetAdoError( 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 ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 38

Re: Data exchange between PC and Android device on the same loca

... start your work with mod harbour from FIVETECH. Antonio has proven all along (I have been involved since 1994) that he solves problems for us and clears the obstacles out of the way. Although perhaps mod harbour CGI from FIVETECH might be even better, I believe it limits oneself. In the meantime, ...
by Otto
Fri Feb 23, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 798

Re: Calculate total pages

... to a waiting state, indicating processing. - `DeleteDC(oDevice:hDC)`: Deletes the current Device Context (DC) of the device. - `oDevice := NIL`: Clears the device object. - `oDevice := PrintBegin(...)`: Initializes a new print job with various parameters (like document name, printer setup, etc.). ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: Runtime with Windows 7 - New builds

... you do not need to install the dot net c++ run time .. however you might need the C++ dot net runtime for W7 .. try the link below and see if that clears up the W7 problem .. Microsoft Visual C++ Redistributable latest supported downloads: Visual Studio 2015, 2017, 2019, and 2022 https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170 ...
by Rick Lipkin
Mon Apr 25, 2022 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 562

Re: TDatabase Class

... )  Setting Scopes: oDbf:OrdScope( 0, uTopValue )oDbf:OrdScope( 1, uBottomValue )oDbf:GoTop()  if the value is NIL, clears the scope. 3) How to I extract a oDBf field Value ? oDBf:Fields("Whatever"):Value ?? Accessing: ? oDbf:<fieldName1>, oDbf:<fieldName2>, ...
by nageswaragunupudi
Thu May 20, 2021 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2077

Monitor clipboard and paste into Xbrowse

... puts a dataline into the clipboard.. FW should be listening (background) if there is a text in the keyboard and paste in into a xbrowse line, and clears the clipboard for next reading. Any ideas Marc
by Marc Venken
Thu May 14, 2020 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor clipboard and paste into Xbrowse
Replies: 1
Views: 347

New FTDN April/Abril 2020 (FWH 20.04)

... stack and removes from the stack Peek() --> Last item on the stack without removing Peek( -n ) --> -nth item from last Clear() --> Self. Clears the stack Size() --> Length of the stack * Fix: BtnBmp: In some rare cases, bitmap is not correctly placed on the button. Fixed. For details ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2196

Re: xBrowse faster with less colums

This clears things up. Thanks. I only use Dbf and CDX, and initial speed is pretty ok. but using the program ( setting values in Barget and scoping for the correct data ) the program slows down until i finaly can get a cup of ...
by Marc Venken
Fri May 01, 2020 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1045

Re: Drawing on a TImage and save [Solved]

... painter I can change the pensize and color at runtime Left mouse-dblclick = start and end painting moving the image or any action from the menu clears the lines Download http://www.pflegeplus.com/DOWNLOADS/xImage1.zip problems : 1.) after saving to clipboard it is not possible to select another ...
by ukoenig
Mon Sep 23, 2019 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11703

A question about moving between pages

... login that is validated. Then the user can go in different pages with datas and browses. I've places a button in the menu for logging out and this clears the string in the cookie so if you click on main the program launch the login process again. But if you press the previous page different times ...
by Massimo Linossi
Thu Aug 08, 2019 6:20 pm
 
Forum: mod_harbour
Topic: A question about moving between pages
Replies: 2
Views: 473

Re: ArrayIncrFilter

...  ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil  Pressing any key incrementally sets filter. Pressing backspace clears the filter. At any stage, clicking the button "clear filter" clears the filter.
by nageswaragunupudi
Wed May 30, 2018 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 12
Views: 1727

Re: ArrayIncrFilter

oBrw:Seek( "" ) clears the filter and displays the full array
by nageswaragunupudi
Tue May 29, 2018 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 12
Views: 1727

Re: check xbrowse from array

... of selected items in the footer. 2. Space key or double-click any where on the row toggles selection 3. Click on header of selection column, clears entire selection
by nageswaragunupudi
Tue Apr 24, 2018 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check xbrowse from array
Replies: 8
Views: 2162

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

... I added / tested : I := 1 FOR I := 1 TO 8 oBrw :aCols[I]:bClrStd := {|| { NIL, NIL } } NEXT It clears the col-color but the row-colors are missing / not repainted INDEX-change !!!AEval( oBrw:aCols, { |o| o:bLClickHeader := {|r,c,f,o| ...
by ukoenig
Sun Mar 04, 2018 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3542

Working with barcode

... the single GET field. Right now I can do the scan, which puts the code into the GET, and the CRLF makes it add to the browse list, and a refresh clears the data. However I then have to click on the GET field for it to be in focus. METHOD BuildBarCodeList() CLASS tWorkorder    ...
by TimStone
Wed Feb 14, 2018 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2266
Next

Return to advanced search