Search found 166 matches: wanderson

Return to advanced search

Re: xbrowse check and unckeck

Wanderson,

myarray := { { 1, .t., "Hello" }, {2, .f., "World" } }

oBrw:aCols[2]:AddBmpHandle( "Chk_T" )
oBrw:aCols[2]:AddBmpHandle( "Chk_F" )
oCol:bBmpData := {|| IF( myArray[ oBrw:nArrayAt, 2], 1, 2) }
oCol:bStrData := { || Nil }

Regards
Paco
by Francisco Horta
Tue May 26, 2015 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse check and unckeck
Replies: 4
Views: 721

Re: xbrowse image

nageswaragunupudi wrote:
Wanderson wrote:Hi,

How i can display a image (in .res file) on xbrowse column depending on the content? The field is logical.

Thanks.
Wanderson.


After including this logical column also in the xbrowse in the usual way
Code: Select all  Expand view

oCol:SetCheck( { "RESOURCENAME", nil } )
 


Thank you!
by Wanderson
Tue Oct 21, 2014 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse image
Replies: 4
Views: 770

Re: xbrowse image

Hello Wanderson,      //---------------- Imágen ---------------      oCol := :AddCol()      oCol:AddResource( 6001 )      oCol:AddResource( 6002 )      oCol:bBmpData         := {|| IIf( ::oDbfTemp:c_nohist, ...
by Wanderson
Tue Oct 21, 2014 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse image
Replies: 4
Views: 770

Re: xbrowse image

Wanderson wrote:Hi,

How i can display a image (in .res file) on xbrowse column depending on the content? The field is logical.

Thanks.
Wanderson.


After including this logical column also in the xbrowse in the usual way
Code: Select all  Expand view

oCol:SetCheck( { "RESOURCENAME", nil } )
 
by nageswaragunupudi
Tue Oct 21, 2014 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse image
Replies: 4
Views: 770

Re: xbrowse image

Hello Wanderson,      //---------------- Imágen ---------------      oCol := :AddCol()      oCol:AddResource( 6001 )      oCol:AddResource( 6002 ...
by jmartial
Mon Oct 20, 2014 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse image
Replies: 4
Views: 770

xbrowse image

Hi,

How i can display a image (in .res file) on xbrowse column depending on the content? The field is logical.

Thanks.
Wanderson.
by Wanderson
Mon Oct 20, 2014 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse image
Replies: 4
Views: 770

xbrowse refresh

... oBrw:nHeaderHeight :=30 oBrw:nStretchCol := STRETCHCOL_LAST oBrw:GoBottom() oBrw:Refresh() xSetFocus(oBrw) Any sugestion? Thanks in advance. Wanderson.
by Wanderson
Tue Sep 09, 2014 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse refresh
Replies: 2
Views: 534

Re: xmlIter doubt

Algo assim Wanderson? #include "FiveWin.ch"#include "fileio.ch"#include "hbxml.ch"FUNCTION Main()   LOCAL hFile, cXml, cFileName:="TEST.XML"   LOCAL xmlDoc, xmlIter ...
by karinha
Tue Jun 03, 2014 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xmlIter doubt
Replies: 5
Views: 646

Re: xmlIter doubt

Wanderson, veja se este exemplo ajuda: http://fivewin.com.br/index.php?/topic/21045-exemplo-para-pegar-dados-xml-nf-e/ abs, Olá karinha, No meu caso eu já busco direto o nodo que quero do xml (preciso de alguns somente) o ...
by Wanderson
Tue Jun 03, 2014 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xmlIter doubt
Replies: 5
Views: 646

Re: xmlIter doubt

Wanderson, veja se este exemplo ajuda:

http://fivewin.com.br/index.php?/topic/ ... -xml-nf-e/

abs,
by karinha
Tue Jun 03, 2014 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xmlIter doubt
Replies: 5
Views: 646

Re: xml help

Wanderson,

You may review FWH\samples\xmlreader.prg and xmltree.prg which are good examples for using trees
by Antonio Linares
Sat May 17, 2014 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xml help
Replies: 2
Views: 563

Re: xbrowse help

Wanderson, Did you ever solve this? I found this in the xbrowse.prg file:   DATA nMoveType;      // 1 Move Right        AS NUMERIC      // 2 Move Left                        // 3 Move Up                        // 4 Move down  ...
by James Bott
Sun Feb 23, 2014 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse help
Replies: 5
Views: 1205

Re: Creating XBrowse from a resource

Wanderson,

But calling the CreateFromResource() method has already added all the fields in the database. So when you start adding new columns are they added after all the existing ones? It seems like you have to delete all the existing columns before adding new ones?

James
by James Bott
Thu Feb 20, 2014 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating XBrowse from a resource
Replies: 14
Views: 2715

Re: ftp problem

StefanHaupt wrote:Wanderson,

try without "ftp://", only the hostname


Hi thanks for your answer but if i use without "ftp://" i get this error:

Error description: Error BASE/1081 Operation not supported: TIPCLIENTFTP:new()
by Wanderson
Wed Feb 12, 2014 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ftp problem
Replies: 8
Views: 2092

Re: ftp problem

Wanderson,

try without "ftp://", only the hostname
by StefanHaupt
Tue Feb 11, 2014 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ftp problem
Replies: 8
Views: 2092
PreviousNext

Return to advanced search