Search found 68 matches: lenght

Return to advanced search

Re: database class version 9.02 differences

Hello Detlef, thank you. But the lenght should be 3 like it was with version 8.12, etc. If you look into the append method in database.prg from the old and the new versions there have been changes. VERSION 8   METHOD Blank( nRecNo ) ...
by Otto
Mon Mar 16, 2009 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: database class version 9.02 differences
Replies: 13
Views: 1413

Re: xBrowse and array

... Your are right, it's only necessary to call oBrw:SetArray( aArray ) to change the data source. Except there is one glitch :( if the array is of lenght 0 you have to code additionally oBrw:aArrayData := aArray. Otherwise your program will crash. May be Antonio might fix this. Thanks again, Biel, ...
by Detlef Hoefner
Wed Jan 14, 2009 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and array
Replies: 2
Views: 548

... You have to increase GET's horizontal size, that has nothing to do with the number of characters that the user can type. The latter is set by the lenght of the string variable. And consider that the length of the typed string depends on the typed characters, at least using a proportional font, ...
by Enrico Maria Giordano
Thu Nov 27, 2008 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not all characters of a get field are visible
Replies: 12
Views: 2294

Re: BUG? Lenght of SAY

I confirm the same behaviour
by Richard Chidiak
Tue Oct 14, 2008 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG? Lenght of SAY
Replies: 8
Views: 1658

BUG? Lenght of SAY

When in an dialog the clausula TRANSPARENT is used, then a REDEFINE SAY are not wrapped in the next line, when the text to long for nWidth. Without TRANSPARENT in the dialog all is ok.
by byte-one
Tue Oct 14, 2008 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG? Lenght of SAY
Replies: 8
Views: 1658

Browsing generally

... with the column titles anchos: Array with column sizes aDatHist: Multidimensional array with the data for the columns. Each subarray has the a lenght of titulos or anchos oLbx:SetArray( aDatHist ) FOR i=1 TO LEN(Titulos) oLbx:AddColumn( TCColumn():New( Titulos[i], ABrowseBlock(oLbx:aArray,i,oLbx); ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93955

... GETs but not a whole screenful of them. As a user I would call my developer and ask him WHY it is that my email does not fit in to the FIXED lenght GET the developer provided me. Why would we LIMIT the user in typing ONLY the digits we let them to? Why don't you ask some of your users what ...
by Patrick Mast
Sun Aug 24, 2008 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button in GET problem
Replies: 19
Views: 3916

Fivewin and access

I have to write data (from a dbf) in an access table .
How to know the field type, field size of all the fields of the access table .

It seems that there is an error when a try to write a field longer then
the defined lenght in the access table .
Thanks for your help .
by Jack
Thu Aug 21, 2008 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and access
Replies: 1
Views: 403

Mr. NageswaraRao, I think this is what i'm missing... 'variable (array equal the the lenght of table) that will replace the field in xBrowse column... ... aNums := Array( LastRec() ) AFill( aNums, 1 ) ... Clever idea. I never thought of that :roll: Will let you know ...
by fraxzi
Tue Jul 29, 2008 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Image on inserted column
Replies: 8
Views: 1638

... so it is slow. FWH provide a function ExtractLine() that it is very fast (as it reuses the current in text position) and that does not have any lenght limitation: cTxtFile = MemoRead( cRCFile ) nFrom = 1 while nFrom < Len( cTxtFile ) cLine = ExtractLine( cTxtFile, @nFrom ...
by Antonio Linares
Mon Mar 31, 2008 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to Memoline(),mlcount(),etc.
Replies: 1
Views: 510

... "d", "9" ) ::cPicMask := StrTran( ::cPicmask, "D", "9" ) exit case "N" /* E.F. 2007/FEB/03 - Assign default mask format in accordance with buffer lenght and dec pos. */ if ::nMaxLen != NIL .and. ::DecPos != NIL /* 2007/MAY/20 - E.F. */ nMaxLen := ::nMaxLen - iif(::lDispLenChanged,::nDispLenReduce,0) ...
by zazibr
Thu Mar 13, 2008 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour cvs + fivewin 8.01 = GPF ?
Replies: 9
Views: 4222

tAutoGet de Maurilio Viana

... local nPosItem := 0 // Text position into ::aItems local nPosCursor := ::nPos // Current cursor position local nLenght := len(::cText) // Text lenght local cStartTxt := left(::cText, nPosCursor-1) // Start text (position 1 to cursor position -1) local cItem if len(::aItems) = 0 // We have no ...
by jose_murugosa
Sat Jan 19, 2008 1:11 am
 
Forum: Utilities / Utilidades
Topic: tAutoGet de Maurilio Viana
Replies: 0
Views: 1401

Otto,

Yes, no lenght limit :-)
by Antonio Linares
Tue Oct 09, 2007 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long filenames for dbf-files
Replies: 5
Views: 1032

Bunch of bug in TGet

... in the get object¦ -> original text This is the text in the get obje¦t -> once backspace pressed Second bug occurs if the text has the same lenght than the get object and the cursor is positioned anywhere in the get object. In this case if I use the right arrow key to reach the end of the ...
by Gilbert
Wed Jul 18, 2007 2:17 am
 
Forum: FiveWin for CA-Clipper
Topic: Bunch of bug in TGet
Replies: 3
Views: 1441

... SIZE 106 PIXELS ; DATA FIELDWBLOCK("NOT_ALR",SELECT(cNotDCaja)); ALIGN DT_LEFT,DT_LEFT,DT_RIGHT; EDITABLE; // The NOT_ALR field is 2 Characters lenght PICTURE "@!K"; MOVE DT_MOVE_NEXT ... ... ... oBrw:SetData( 4,FieldWBlock("NOT_ALR",Select(cNotDCaja)),aTipo) Thank you very much Best regards
by Armando
Mon Jul 09, 2007 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TsBrowse users ?
Replies: 6
Views: 1515
PreviousNext

Return to advanced search