Search found 78 matches: holding

Return to advanced search

Re: Fwteam - Xbrowse too slow

Silvio, can you hold the right key button to the end and also the left button to the beginning (several times)

I notices that holding the right button, the speed is much slower than from right to left.

Do you notice this also ?
by Marc Venken
Tue Apr 19, 2022 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1135

Re: How to copy a row of a rowset

... A RowSet can be created ONLY by reading data from the MySql database via an sql query. If you want to create an object, which works similary, holding this data, you can create TArrayData object oData := TArrayData():New( aRows, oRs:aStructure )  Good morning, In oRs:aStructure ...
by alvaro533
Tue Mar 31, 2020 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to copy a row of a rowset
Replies: 14
Views: 1475

Re: How to copy a row of a rowset

... A RowSet can be created ONLY by reading data from the MySql database via an sql query. If you want to create an object, which works similary, holding this data, you can create TArrayData object oData := TArrayData():New( aRows, oRs:aStructure ) 
by nageswaragunupudi
Fri Mar 27, 2020 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to copy a row of a rowset
Replies: 14
Views: 1475

Re: Retorno de chamada DLL

... , ; <cFuncName>|<nOrdinal> , ; [<xParams,...>] ) --> nResult Arguments <cDllFile> A character string holding the name of the DLL file where the function is located. This is an external DLL, not created by xHarbour. If a character string is passed for ...
by carlos vargas
Fri Sep 27, 2019 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retorno de chamada DLL
Replies: 4
Views: 975

Re: Small Invoice with tdatabase

... = alltrim(nInvoice) }) ) When the reservation dialog opens, the number, type and dates of check_in and check-out, the user can select the customer holding the invoice as you can see here as I explained before I use an "aItems" array to create the body of the invoice the procedure as the ...
by Silvio.Falconi
Mon Aug 12, 2019 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Invoice with tdatabase
Replies: 6
Views: 1202

Re: XBROWSE Border on cells

Uwe:

behavior by holding the key down.

Image
by MGA
Wed Jun 05, 2019 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4131

Re: aGetfiles bug

Only solution is to increase SIZE_IN_BYTES.

The limit is not the number of files. Size of text holding folder and file names.

This buffer should accommodate the directory names and file names selected.
There is always a finite limit.

No other changes are required
by nageswaragunupudi
Wed Feb 13, 2019 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3871

Re: AADD not working with GETS

Array variable points to a memory location holding the data. a1 := {} a2 := a Now both a1 and a2 refer to the same memory location. Any changes made to an element in array a1 are also seen in the array a2, because both refer to the same memory ...
by nageswaragunupudi
Tue Feb 05, 2019 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 1828

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

... ..0. = Oplock Break: This is not an oplock break notification/response .... ...0 = Shared: This is an exclusive lock Oplock Level: Client is not holding oplock on this file (0) Timeout: Wait indefinitely (-1) Number of Unlocks: 0 Number of Locks: 1 Byte Count (BCC): 20 Locks Lock Process ID: ...
by José
Mon Jan 21, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4052

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

... ..0. = Oplock Break: This is not an oplock break notification/response .... ...0 = Shared: This is an exclusive lock Oplock Level: Client is not holding oplock on this file (0) Timeout: Wait indefinitely (-1) Number of Unlocks: 0 Number of Locks: 1 Byte Count (BCC): 20 Locks Lock Process ID: ...
by José
Mon Jan 21, 2019 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

Re: FWH 18.08: Enhancements to strings.prg

... * relative or absolute filename to open the file. * * On success, the returned array has two elements. The first element * is a 6 element array holding the header of the table: * * aHead[1] == Signature ( 4 characters ). * aHead[2] == Author (50 characters) * aHead[3] == language name ( non ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: Introducing FiveTech's fivedit

... https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.exe - Added Templates of code user define Templates are activated by holding down the CTRL + ALT keys and without releasing them, click on the desired template ( template codes have two digits : for example 01, 09 or ...
by cnavarro
Sat Oct 07, 2017 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107348

Re: Mejoras para scintilla

... https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.exe - Added Templates of code user define Templates are activated by holding down the CTRL + ALT keys and without releasing them, click on the desired template (template codes have two digits: for example 01, 09 or 99) ...
by cnavarro
Sat Oct 07, 2017 8:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839523

TDatabase FWH 17.08 : Datas and Methods

DATAS 1. aBuffer ( ReadOnly Type: "A" ): Array holding the field values of the current record when ::lBuffer is .T. 2. aFldNames ( ReadOnly Type: "A" ): Array containing field names of DBF 3. aStruct ( ReadOnly Type: "A" ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1783

Re: A Very Strange Problem

Thank you. I'm holding an update release hoping this problem can be located quickly. I'd love to include 16.12 features but am stuck at 16.11.

Tim
by TimStone
Tue Jan 03, 2017 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Very Strange Problem
Replies: 10
Views: 2621
Next

Return to advanced search