Search found 63 matches: lupdate

Return to advanced search

Re: how to find out if a Record was updated ?

hi, thx for working Sample i have forgot that i need to CLOSE DBF and reOPEN it to get it work but Lupdate() just return a Date, but no Time so it work just once a Day to inform that DBF have changed. so my Question was wrong : how to find out if a Record was now (!) updated ...
by Jimmy
Thu Jun 06, 2024 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to find out if a Record was updated ?
Replies: 10
Views: 219

how to find out if a Record was updated ?

hi,

i think LUpdate() does not work any more, so how can i find out if Data was updated ?
by Jimmy
Wed Jun 05, 2024 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to find out if a Record was updated ?
Replies: 10
Views: 219

Re: ¿ No funciona cToolTip con :Disable() ?

... lo que mencionaron en ese post, pero no funciona. De antemano gracias. Yo en vez de deshabilitar lo que hago es: oGet:lReadOnly := .T. oGet:lUpdate := .T. y el Tooltip funciona y no permite modificar el oGet.
by FiveWiDi
Thu Sep 22, 2022 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ No funciona cToolTip con :Disable() ?
Replies: 13
Views: 920

Re: Timestamp DBF

Hello Anser, Thank you for your help. I looked into the harbour manual, and it seems that LUpdate only gives back date. I need also time. So, I used directory(). All is working fine. Best regards to you and your family Otto https://mybergland.com/fwforum/timestamp.mp4 ...
by anserkk
Wed Apr 06, 2022 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timestamp DBF
Replies: 3
Views: 279

Re: Timestamp DBF

Hello Anser,
Thank you for your help.
I looked into the harbour manual, and it seems that LUpdate only gives back date. I need also time. So, I used directory().

All is working fine.


Best regards to you and your family
Otto

https://mybergland.com/fwforum/timestamp.mp4
by Otto
Tue Apr 05, 2022 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timestamp DBF
Replies: 3
Views: 279

Re: Timestamp DBF

Try
dbInfo(DBI_LASTUPDATE) --> Returns the last date on which the file was updated
The constants are defined in dbinfo.ch

I believe that it is the same as Same as LUpdate()
by anserkk
Tue Apr 05, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timestamp DBF
Replies: 3
Views: 279

Re: To Mister Nages - xBrowser

... :nMarqueeStyle := MARQSTYLE_HIGHLROW :nColDividerStyle := LINESTYLE_NOLINES :nRowDividerStyle := LINESTYLE_NOLINES :lColDividerComplete := .F. :lUpdate := .T. :lRecordSelector := .F. :lHeader := .F. :lHScroll := .F. :nHeaderHeight := 30 :nRowHeight := 85 :bClrHeader := { || { CLR_BLACK, CLR_WHITE ...
by oliveiros junior
Mon Aug 17, 2020 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2582

Re: GET logical value represented by bitmap

... ; "..\bitmaps\off.bmp" ) ) ) METHOD ReDefine( nId, cResName1, cResName2, cBmpFile1, cBmpFile2,; cMsg, bAction, oBar, lAdjust, bWhen, lUpdate,; cToolTip, cPrompt, oFont, cResName3,; cBmpFile3, lBorder , cLayout, cResName4, cBmpFile4, lTransparent,; lRound, bGradColors ) regards uwe :D
by ukoenig
Fri May 24, 2019 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET logical value represented by bitmap
Replies: 6
Views: 1005

Re: resize a position with fw_drawimage

... TImage METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) CLASS TImage regards Uwe :D Uwe, Sorry on BTnBMP is possible to place sub-images inside on any position ...
by Silvio.Falconi
Thu May 16, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1717

Re: resize a position with fw_drawimage

... TImage METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) CLASS TImage regards Uwe :D
by ukoenig
Thu May 16, 2019 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1717

Re: New FTDN March/Marzo 2019 (FWH 19.03)

... := TSayBarCode():New( nRow, nCol, bText, cType, oWnd, nWidth, ; nHeight, lPixel, nClrText, nClrBack, ; lVertical, lTransparent, nPinSize, nFlags, lUpdate, lDesign ) - Comando para el control: #xcommand @ <nRow>, <nCol> SAYBARCODE [<oBcd>] TEXT <cText> ; [ TYPE <cType> ...
by Antonio Linares
Mon Apr 08, 2019 8:49 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2019 (FWH 19.03)
Replies: 2
Views: 2871

New FTDN March/Marzo 2019 (FWH 19.03)

... := TSayBarCode():New( nRow, nCol, bText, cType, oWnd, nWidth, ; nHeight, lPixel, nClrText, nClrBack, ; lVertical, lTransparent, nPinSize, nFlags, lUpdate, lDesign ) - Command support for control: #xcommand @ <nRow>, <nCol> SAYBARCODE [<oBcd>] TEXT <cText> ; [ TYPE <cType> ...
by Antonio Linares
Mon Apr 08, 2019 11:20 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2019 (FWH 19.03)
Replies: 2
Views: 2871

Re: TEdit y alineación del texto

... ] ; [ <lRight: RIGHT> ] ; [ <lCenter: CENTER> ] ; [ <lNumber: NUMBER> ] ; [ <lUpper: UPPER, UPPERCASE> ] ; [ <lUpdate: UPDATE> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ <limittext: LIMITTEXT> [ BY <nchars> CHARS ] ] ; [ <cuebanner: ...
by cnavarro
Tue Feb 20, 2018 2:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TEdit y alineación del texto... Solucionado!!!
Replies: 6
Views: 976

Re: Rowset X cSeek

... ) - 20 :nMarqueeStyle := MARQSTYLE_HIGHLROW :nColDividerStyle := LINESTYLE_BLACK :nRowDividerStyle := LINESTYLE_BLACK :lColDividerComplete := .T. :lUpdate := .T. :bClrStd := {|| { CLR_BLACK, IIf( oBrowse:KeyNo() % 3 > 0, CLR_WHITE, ; IIf( oBrowse:KeyNo() % 3 = 0 .And. oBrowse:KeyNo() % 2 = 0 ...
by oliveiros junior
Thu Jan 04, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2112

Re: EN_UPDATE never called on TEdit

In all our controls, we have only bChange and lUpdate. We do not have bUpdate. (TEdit is an exception) The functionality sought to be implemented as bUpdate is better provided to the programmers through bChange. We only take care of changes with ...
by nageswaragunupudi
Sat Dec 30, 2017 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EN_UPDATE never called on TEdit
Replies: 9
Views: 2352
Next

Return to advanced search

cron