Search found 6 matches: abrwarray

Return to advanced search

Re: :ToExcel() method error

... XBROWSE aObjects[6] DATA ARRAY ELEM aBrwDetails[i,3]; HEADER oemtoansi(aBrwDetails[i,1]) SIZE aBrwDetails[i,2] ORDER ABRWDETAILS[I,3] if valtype(aBrwArray[1,aBrwDetails[i,3]])="D" && if date xxxx:=aBrwDetails[i,3] oCol:bStrData:={||dtoc(aObjects[6]:aRow[xxxx])} endif
by Marco Turco
Tue Oct 06, 2015 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: :ToExcel() method error
Replies: 2
Views: 557

... nI, bData, aObjects[ 10], ; aTitles := { "Num", "Title" } DEFINE WINDOW oWndChild MDICHILD OF oWnd ; FROM 10, 50 TO 250, 400 PIXEL COLOR "N/W" aBrwArray:={} aadd(aBrwArray,{"01","First"}) aadd(aBrwArray,{"02","Second"}) @ 1.5,5 COLUMN BROWSE aObjects[6] OF oWndChild SIZE 150, 135 aObjects[6]:SetArray(aBrwArray) ...
by Marco Turco
Fri Feb 29, 2008 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About oBrw:AddColumn
Replies: 20
Views: 3307

Oops, I made this error writing on the forum.

The problem still remain with aBrwArray:={}
by Marco Turco
Thu Feb 28, 2008 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About oBrw:AddColumn
Replies: 20
Views: 3307

First line should be: aBrwArray:={}
by byte-one
Thu Feb 28, 2008 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About oBrw:AddColumn
Replies: 20
Views: 3307

About oBrw:AddColumn

... method because I always receive an array access error. This is a sample code that show the problem. Any ideas about the correct syntax ? aBrwArray:=array(0,2) aadd(aBrwArray,{"01","First"}) aadd(aBrwArray,{"02","Second"}) @ 1.5,5 COLUMN BROWSE aObjects[6] OF oWnd SIZE 150, 135 aObjects[6]:SetArray(aBrwArray) ...
by Marco Turco
Thu Feb 28, 2008 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About oBrw:AddColumn
Replies: 20
Views: 3307

Problema con tccolumn:New

... per assegnare le colonne al browser ma non capisco come altro fare. Ho preso spunto da tccolumn.ch. Qualche idea ? Questo è un codice di esempio: aBrwArray:=array(0,2) aadd(aBrwArray,{"01","Primo"}) aadd(aBrwArray,{"02","Secondo"}) @ 1.5,5 COLUMN BROWSE aObjects[6] OF oWnd SIZE 150, 135 aObjects[6]:SetArray(aBrwArray) ...
by Marco Turco
Thu Feb 28, 2008 11:54 am
 
Forum: All products support
Topic: Problema con tccolumn:New
Replies: 5
Views: 1364

Return to advanced search