Search found 419 matches: readonly

Return to advanced search

Re: get no disable y tampoco editable

@ r,c GET ........ MEMO .... READONLY is working. Test sample: #include "fivewin.ch"function Main()   local oDlg, oFont, oGet, oBtn   local cText, cName := "Dummy"   cText := MEMOREAD( ...
by nageswaragunupudi
Fri May 07, 2021 1:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: get no disable y tampoco editable
Replies: 15
Views: 1279

Re: get no disable y tampoco editable

Mira lo que pasa y al usar el SCROLL va mostrado la misma linea siempre.

https://ibb.co/NSFZN39

y esto es con READONLY

https://ibb.co/jDc3jfh
by goosfancito
Fri May 07, 2021 9:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: get no disable y tampoco editable
Replies: 15
Views: 1279

Re: get no disable y tampoco editable

Gustavo,

@ nRow, nCol GET ... MEMO READONLY

or

REDEFINE GET ... MEMO READONLY
by Antonio Linares
Thu May 06, 2021 10:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: get no disable y tampoco editable
Replies: 15
Views: 1279

Difference FW_OpenRecordSet / standard query

Hi all Why a recordset generated with a query is readonly, while a recordset created by the function FW_OpenRecordSet is it editable ?     oRs := oCn:Execute( "SELECT * FROM " + alltrim(FILTES->GP90_ARC) )           XBROWSER ...
by mauri.menabue
Thu Apr 22, 2021 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference FW_OpenRecordSet / standard query
Replies: 1
Views: 328

Re: Array of Gets on a scroll panel

Also, when I click on dtpicker to change the day, month or year manually, it does not focused. It acts as it is readonly. If I use WindowsXP.Manifest, I can solve this problem. It is focused and does not acts as readonly when I click on it. Only highlighting problem left now. When ...
by betoncu
Sat Mar 27, 2021 7:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of Gets on a scroll panel
Replies: 10
Views: 1277

Open Excel file with TOleAuto() - parameters

Hi All, How to send parameters to Open() method of Excel:Workbooks? The sintaxis for the command is: :Open (FileName, UpdateLinks, ReadOnly, Format, Password, WriteResPassword, IgnoreReadOnlyRecommended, Origin, Delimiter, Editable, Notify, Converter, AddToMru, Local, CorruptLoad) I need ...
by hidroxid
Sat Mar 06, 2021 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open Excel file with TOleAuto() - parameters
Replies: 1
Views: 412

Re: How to show a large text

If we have more 30000 bytes, memoedit readonly does not show.

If you are using FWH2006, even larger text is displayed without any limit.
(Note: MEMOEDIT function is renamed as FW_MEMOEDIT)
by nageswaragunupudi
Thu Dec 31, 2020 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show a large text
Replies: 17
Views: 2344

Re: How to show a large text

How long (bytes) ? Hi, If we have more 30000 bytes, memoedit readonly does not show. I dont use memo fields (dbfcdx) in this situation. Just use to show and add some characters (Append method) with other button. save it with another method. oNots:Append(CRLF+CRLF+DTOC(DATE())+" ...
by Horizon
Thu Dec 31, 2020 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show a large text
Replies: 17
Views: 2344

Re: New FTDN December/Diciembre 2020 (FWH 20.12)

... <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: DESIGN> ...
by Antonio Linares
Mon Dec 28, 2020 3:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2562

New FTDN December/Diciembre 2020 (FWH 20.12)

... <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: DESIGN> ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2562

Re: FWH: Support for Matrix calculations

CLASS FW_Matrix: READ ONLY DATAS AND ACCESS METHODS: DATA aMatrix READONLY DATA nRows, nCols READONLY ACCESS lSquare INLINE ( ::nRows == ::nCols ) ACCESS Determinant INLINE If( ::nRows == ::nCols, m_determinant( ::aMatrix ), 0 ) ACCESS IsIdentity CONSTRUCTOR ...
by nageswaragunupudi
Thu Dec 10, 2020 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 725

get read only

Can I change on line the readonly of a get when a combo selection change ? ? https://i.postimg.cc/pr3P1SgT/gf.png I want the get controls to always be readonly except when the selected combo is "Personalizzato" ...
by Silvio.Falconi
Wed Nov 04, 2020 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get read only
Replies: 3
Views: 518
PreviousNext

Return to advanced search