Search found 61 matches: lupdate

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

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

New FTDN December/Diciembre 2017 (FWH 17.12)

... Update or Insert, is same as method Insert with 4th parameter set to .T.) - Enhancement to Method oCn:Insert( cTable, [cFldList], ; aValues, [lUpdate] ) Present beahvior when lUpdate is .T. is that when Primary/Unique key does not exist in the table, the values are inserted and if the key ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2015

Re: FWMARIADB:copy record. How can it know the dest. record id?

... parameter to decide what to do in case of conflict, i.e., if the ID already exists in the destination table. Set the 4th optional parameter lUpdate to .T.: In this case, if the ID already exists in the destination table, the same row is updated with the values from the source and otherwise ...
by nageswaragunupudi
Wed Dec 06, 2017 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB:copy record. How can it know the dest. record id?
Replies: 9
Views: 1507
Next

Return to advanced search