Search found 1447 matches: single

Return to advanced search

Re: Question about performance RowSet

... )oRec:Edit() for editing and saving a blank record. oRec := oCn:Record( cTable, cWhere )oRec:Edit() for editing a single existing record and saving the modifications. oCn:Record(...) creates a FWMariaRecord class object. This class is derived from TDataRow class ...
by nageswaragunupudi
Thu Mar 21, 2024 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3968

Re: Question about performance RowSet

I am thinking of adding method to get a single record from a table ( existing or new ) and then edit and save the data. May be something like this: oRecord := oCn:Record( cSql, [lBlank] ) // returns FW_Record / TDataRow objectoRecord:Edit() ...
by Eroni
Wed Mar 20, 2024 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3968

Re: Question about performance RowSet

... 1" )   oData:Record(,.t.):Edit()   oData:SaveData() I am thinking of adding method to get a single record from a table ( existing or new ) and then edit and save the data. May be something like this: oRecord := oCn:Record( cSql, [lBlank] ...
by nageswaragunupudi
Sat Mar 16, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3968

how to get Childlist of a Control ?

hi,

from TWindows() i can get a Childlist of all Controls
Code: Select all  Expand view
  oWnd:aControls

but how to get Childlist of a single Control when have Child :?:
by Jimmy
Thu Feb 29, 2024 12:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Childlist of a Control ?
Replies: 2
Views: 116

Re: mariadb_connect bigdata and read as page

... only for normal use. You may use RecSet() only when you need to read for very large tables ( say more than 50000 records) and display them in a single browse. RecSet has limited features. Please refer to the other thread for the supported and unsupported methods of RecSet class.
by nageswaragunupudi
Mon Feb 12, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mariadb_connect bigdata and read as page
Replies: 3
Views: 295

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Tim,
Please explain to me why you need the internet for WebView2 or mod_harbour.
It works wonderfully on a local network or even on a single PC.

Best regards,
Otto
by Otto
Sat Feb 10, 2024 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 790

Re: Creating table with Trichedit

Let's begin with the last question 1. Mistakes You have an old version of richtext 2. single rtf and six files The END TABLE oRTF team closes the table, but does not close the file. Therefore you just continue to fill out the file If it is necessary - oRtf:NewPage(), ...
by Silvio.Falconi
Mon Jan 29, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1446

Re: Creating table with Trichedit

Let's begin with the last question 1. Mistakes You have an old version of richtext 2. single rtf and six files The END TABLE oRTF team closes the table, but does not close the file. Therefore you just continue to fill out the file If it is necessary - oRtf:NewPage(), ...
by MMK
Mon Jan 29, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1446

Re: Creating table with Trichedit

... Columns CELLWIDTHS {0.4,0.5,0.5,0.8,0.9,0.9,0.9,0.5,0.5} ; // Array of column widths ROWHEIGHT .2 ; // Minimum row height is .25" CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarca; // Sombras en columnas HEADERROWS 1; // dos lineas de titulos HEADER aFldNames; HEADERFONTSIZE ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1446

Re: Creating table with Trichedit

... Columns CELLWIDTHS {0.4,0.5,0.5,0.8,0.9,0.9,0.9,0.5,0.5} ; // Array of column widths ROWHEIGHT .2 ; // Minimum row height is .25" CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarca; // Sombras en columnas HEADERROWS 1; // dos lineas de titulos HEADER aFldNames; HEADERFONTSIZE ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1446

Re: Creating table with Trichedit

... has n Columns CELLWIDTHSээ ancho1 ; // Array of column widths ROWHEIGHT .25 ; // Minimum row height is .25" ROWBORDERS DOTTED ; CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarc1; // Sombras en columnas HEADERROWS 1; // dos lineas HEADER {"","","Cartella ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1446

Re: Creating table with Trichedit

... has n Columns CELLWIDTHSээ ancho1 ; // Array of column widths ROWHEIGHT .25 ; // Minimum row height is .25" ROWBORDERS DOTTED ; CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarc1; // Sombras en columnas HEADERROWS 1; // dos lineas HEADER {"","","Cartella ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1446

Re: Creating table with Trichedit

... has n Columns CELLWIDTHSээ ancho1 ; // Array of column widths ROWHEIGHT .25 ; // Minimum row height is .25" ROWBORDERS DOTTED ; CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarc1; // Sombras en columnas HEADERROWS 1; // dos lineas HEADER {"","","Cartella ...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1446

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... in this posting: https://forums.fivetechsupport.com/viewtopic.php?f=46&t=43975&start=0&hilit=4laid But unfortunately, there was not a single reaction and no downloads. That is somewhat frustrating.
by Otto
Thu Jan 25, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1686

Re: Consuta sobre MariaDB/MySql

...  // --> 28,800 seconds = 8 hours That means the connection will be closed only after 8 hours of no activity. If there is even a single server access in the period of 8 hours, the connection will continue for another 8 hours from that time. Even after a non activity for 8 hours, ...
by nageswaragunupudi
Wed Jan 24, 2024 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 453
Next

Return to advanced search