Search found 656 matches: length

Return to advanced search

a sort an array - Resolved -

... BASE/1075 Argument error: > Args: [ 1] = A {1,32,21,59,44,90,10,25,53,0,17,7,57,11,1,60,29,51,41,56,48,86,41,37,30,26,33,54,78,41,19,23,1 ... } length: 56 [ 2] = A {0,42,28,73,64,30,48,20,7,34,67,36,27,79,50,87,78,19,87,39,27,84,7,83,66,9,88,8,61,42,26,76,70 ... } length: 56
by Silvio.Falconi
Wed May 25, 2022 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a sort an array - Resolved -
Replies: 1
Views: 172

Re: ADS - The future is <sadly> now so where do you go ?

... labor, and the space that uses will change with every invoice. 2). The RTF section can start at the top of a page, or near the bottom, and it's length will vary. 3). In the current implementation ( latest FWH version ), we could output a fixed space for the RTF. However, after each line is printed, ...
by TimStone
Mon May 09, 2022 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2991

Re: How code obfuscation helps protect application data

... Clipper code that I use for the data Encryption and de-encryption .. each field that is to be encrypted has to have one extra space added to the length Func ENCRYPT( TO_DO )LOCAL PADBACK := LEN(TO_DO), DONE := " ", QAZTO_DO := ALLTRIM(TO_DO)FOR QAZ = LEN(TO_DO) ...
by Rick Lipkin
Thu May 05, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1437

Re: Copy / Paste Behaviour

... same. Tested just now. This has nothing to do with FWH. It is the Clipper/Harbour GET class that does not allow entry of characters exceeding the length of the variable. This behavior is consistent from the first version of Clipper till today with (x)Harbour and we should all be familiar with ...
by nageswaragunupudi
Tue May 03, 2022 3:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy / Paste Behaviour
Replies: 13
Views: 848

Printing RTF 22.03

... is significant, but I think we will see this be a concern no matter what type of RTF content we ultimately decide to print. We must handle the length and page breaks. I am very willing to test any ideas. I'm already experimenting with this. Thank you for all the work on this implementation. ...
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 659

Problema con REQUERY

... error: Error description: Error BASE/1132 Bound error: array access Args: [ 1] = A {3,2,"ÑLAKSJDAÑKLSJD "," "," ... } length: 17 [ 2] = N 18 que estoy haciendo mal? gracias.
by goosfancito
Thu Apr 07, 2022 9:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con REQUERY
Replies: 4
Views: 364

Re: print pixels in certain positions

There are several coupons for now I'm working with a coupon I can send you all types It have the width 10 the length 20.5 In this coupon there are 5 boxes box 1 (Numbers) the circle "1" is at a distance x from the edge 0.8 and a distance y from the edge 2.7 each circle ...
by Silvio.Falconi
Fri Mar 18, 2022 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 816

Re: TxtToRTF()

... to use: oPrn:SayRTF( nRow, nCsp * 2, oRTF, nRow +lRTF, nCsp + 60 ) Where nRow is the starting row, nCsp is the starting column, lRTF is the length of the RTF in rows, and oRTF is the actual RTF text derived from the memo field. Months ago we were supposed to be very close.
by TimStone
Mon Mar 14, 2022 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxtToRTF()
Replies: 18
Views: 3368

Re: xbrowse command not working properly -- MR. RAO

... Error occurred at: 23/02/2022, 12:43:03 Error description: Error BASE/1068 Argument error: array access Args: [ 1] = A {TXBRWCOLUMN,TXBRWCOLUMN} length: 2 [ 2] = U Stack Calls =========== Called from: source\xbrowse.prg => TXBROWSE:COLATPOS( 4544 ) Called from: source\xbrowse.prg => (b)TXBROWSE( ...
by Compuin
Wed Feb 23, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1509

Re: Memoline long lines

Dear Enrico,

MemoLine() is extremelly slow.

Better use this technique:
local aLines := hb_ATokens( MemoRead( "test.txt" ), CRLF )

lines length will not be an issue then
by Antonio Linares
Mon Feb 14, 2022 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoline long lines
Replies: 6
Views: 548

SQL 2 Table Question

... when using "A(lia)S" "SELECT a.text1, b.__text1 FROM sqldata AS a, sqlindex AS b" when both have Table "same length", will it be "sync" when "navigate" in Table :?: --- when using ADO i get a Record-Set from Table sqldata but how "sync" ...
by Jimmy
Sat Jan 22, 2022 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL 2 Table Question
Replies: 2
Views: 305

Re: a question MDI

... 0 hours 0 mins 3 secs Error occurred at: 01/11/22, 12:05:27 Error description: Error BASE/1004 No exported method: EVAL Args: [ 1] = A {.T.} length: 1 [ 2] = N 2 [ 3] = N 746 [ 4] = N 638
by Silvio.Falconi
Tue Jan 11, 2022 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1660

Re: Campos empaquetados en archivo de texto

... = false; break; default: throw new Exception("Bad sign nibble"); } long intermediate; long carry; long digit; for (int j = inp.Length * 2 - 1; j > 0; j--) { // multiply by 10 intermediate = lo * 10; lo = intermediate & 0xffffffff; carry = intermediate >> 32; intermediate ...
by El Loco
Wed Oct 13, 2021 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3210

xbrowse con maridadb SIN posibilidad de refresh

... occurred at: 06/10/2021, 07:53:34 Error description: Error BASE/1132 Error de rango: acceso al array Args: [ 1] = A {1,1,"ASSDASDASD ... } length: 5 [ 2] = N 6 Stack Calls =========== Called from: .\source\internal\FWMARIA.PRG => (b)FWMARIAROWSET( 1287 ) Called from: .\source\internal\FWMARIA.PRG ...
by goosfancito
Wed Oct 06, 2021 10:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse con maridadb SIN posibilidad de refresh
Replies: 8
Views: 820

Re: Windows 11 Fluent Design

Antonio, Here is what your new gradient shadow looks like. It is very strange that it is also showing gradients along the length of the shadow. And it is not showing the shadow on the top of the panel. Note that I only added the new shadow to the large panel. https://i.postimg.cc/ZqDcQTMB/Win10-Fluent-Design-Test3.png ...
by James Bott
Sun Oct 03, 2021 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9592
PreviousNext

Return to advanced search