Search found 419 matches: readonly

Return to advanced search

Re: Readonly and/or disable GETs background color

Thank you. So we have to color the background during the paint event, right? And "who" exactly give the default COLOR_WINDOW color to the readonly GETs? Is it an internal Windows behaviour that can be change only using paint event?

EMG
by Enrico Maria Giordano
Fri Aug 05, 2022 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 865

Re: Readonly and/or disable GETs background color

Change data nClrTextDis, nClrPaneDis and lDisColors #include "fivewin.ch"FUNCTION Main()local oForm, oSay, oGet, oGet2, nValue := 0, nValue2 := 0, oBot2DEFINE DIALOG oForm TITLE "Background Disable gets" FROM 05,15 TO 13,70@ 05,70 GET oGet VAR nValue PICTURE "9999&qu...
by cmsoft
Thu Aug 04, 2022 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 865

Readonly and/or disable GETs background color

Dear friends, how can I change the readonly and/or disable GETs background color?

EMG
by Enrico Maria Giordano
Thu Aug 04, 2022 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 865

New FTDN June/Junio 2022 (FWH 22.06)

... soon. * XBrowse: - Provides native support to Eagle1 library for MySql, version 7.0 or later MSTABLE class: Read/Write and autosort MSQYERY class: ReadOnly TDATAROW class also now natively supports Eagle1.lib * New and improved array functions in fwdecode.prg - New: FW_AReverse( aArray ) --> ...
by Antonio Linares
Tue Jun 21, 2022 4:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 876

Re: Clase Nativa MySql

... and then get the LAST_INSERT_ID to inform the user. By default, the RowSet class treats auto-increment field as read-only. TDatarow inherts the readonly attribute from the RowSet object. In my next post I will explain how to over-ride this default behavior.
by nageswaragunupudi
Fri Mar 11, 2022 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1872

Re: txbrowse totals and edit modes

... items from the browse selectboxes are not written into the dbf fields? We know very well. The codebocks you have used in AddColumn() methods are readonly. They can not be used to assign values. That is the reason We (FWH Team) recommends use of COLUMNS clause. In that case, xbrowse itself internally ...
by nageswaragunupudi
Thu Feb 17, 2022 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 661

Re: dbase III/IV file encrypted

... version */ /* HARBOUR extension */ #define DBI_LOCKSCHEME 128 /* Locking scheme used by RDD */ #define DBI_ISREADONLY 129 /* Was the file opened readonly? */ #define DBI_ROLLBACK 130 /* Rollback changes made to current record */ #define DBI_USER 1000 /* User-defined DBI_ constants */ /* BLOB ...
by lorenzoazz
Sat Jan 29, 2022 1:17 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1146

Re: FWMariaDB y XBrowse - Consulta Query - Mr. Rao

Según la documentación de FWMariaDB de FWH: Also, columns which are computed or derived from joined tables are also flaged as readonly. It is obvious that single tables can be edited/modified easily. Traducción Además, las columnas que se calculan o derivan de tablas unidas también se ...
by jose_murugosa
Wed Dec 22, 2021 1:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMariaDB y XBrowse - Consulta Query
Replies: 2
Views: 328

New FTDN November/Noviembre (FWH 21.11)

... * New function FW_URLENCODE( cText ) --> urlencoded string \source\function\str2hex.c * New readonly DATA LastValidValue in TControl class: This data is updated by all controls, when valid is executed. * TControl (applies to all controls): ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1013

To Nages: FWMaria RowSet ReadOnly

Dear, Mr Nages Mode Readonly, not update data: cBaseDB and cBaseTable // open normal oRs := oCn:Query('select * from admd0015 where codpro = ?',{'12345''}) ? oRs:cBaseDB ----> "winadm001" (name database) ? oRs:cBaseTable ...
by vinhesoft
Mon Nov 29, 2021 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: FWMaria RowSet ReadOnly
Replies: 1
Views: 315

Problem with Ximage RESOLVED

https://i.postimg.cc/D0K3dDr9/yuy.png I have a small image and below a get with the name of the image but the get is readonly, and two buttons at side when I delete the image with second button the border of the image must also include the underlying get, when I load from ...
by Silvio.Falconi
Mon Nov 29, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Ximage RESOLVED
Replies: 1
Views: 374

Re: Force a POST sort on xBrowse

If this is only a readonly browse, please read the data into an array with
Code: Select all  Expand view
aData := oRs:GetRows( {colnames} )

Then decrypt and browse the array
by nageswaragunupudi
Tue Jun 08, 2021 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force a POST sort on xBrowse
Replies: 5
Views: 749

New FTDN April/Abril 2021 (FWH 21.04)

... a bug introduced in version 20.02, while simple Requery() and Requery( {params} ) are working correctly, Requery( cNewSQL ) was making the rowset readonly. Fixed now. * TMSGITEM enhancements: - Codeblocks bAction and bRClicked were being evaluated with only two parameters nRow,nCol. Now these ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1973

Re: get no disable y tampoco editable

... get 3) muevo el scroll el error aparece. This is working perfectly here. I posted two programs above. I tested with those programs by removing the READONLY clause from the program and ES_READONLY style in the RC file. I opened "c:\fwh\manual\manual FWH english.doc" in MSWord and pasted ...
by nageswaragunupudi
Sun May 16, 2021 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: get no disable y tampoco editable
Replies: 15
Views: 1280
PreviousNext

Return to advanced search