Search found 166 matches: wanderson

Return to advanced search

xml search node

... xmlNode := xmlIter:Find('CNPJ') i get a value 87456562003652 how i can get a CNPJ value <dest> node value 02561393000138? Thanks in advance. Wanderson
by Wanderson
Tue Jan 14, 2014 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xml search node
Replies: 0
Views: 316

Hbzip.lib borland 5.8.2

Hi,

Where I can find hbzip.lib for borland 5.8.2

Thanks.

Wanderson.
by Wanderson
Thu Dec 26, 2013 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hbzip.lib borland 5.8.2
Replies: 1
Views: 404

Re: xBrowse columns with different resolutions

Marco Turco wrote:Hi, it runs but only adjust the last column.
Do you know something to adjust all column in a proportionate way ?


Hi try:

oCol:nWidth := 140 (or another size)

Wanderson.
by Wanderson
Fri Dec 13, 2013 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse columns with different resolutions
Replies: 3
Views: 670

Re: xbrowse with bitmap

Wanderson, olhe se te ajuda: oBrowse:AddCol( ) oBrowse:aCols[3]:AddResource( 'IMAGEM1' ) oBrowse:aCols[3]:AddResource( 'IMAGEM2' ) oBrowse:aCols[3]:bBmpData := {|| IIf( Empty( tabela->teste ), 1, 2 ) } oBrowse:aCols[3]:lBmpStretch ...
by Wanderson
Wed Oct 09, 2013 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with bitmap
Replies: 2
Views: 850

Re: xbrowse with bitmap

Wanderson, olhe se te ajuda: oBrowse:AddCol( ) oBrowse:aCols[3]:AddResource( 'IMAGEM1' ) oBrowse:aCols[3]:AddResource( 'IMAGEM2' ) oBrowse:aCols[3]:bBmpData := {|| IIf( Empty( tabela->teste ), 1, 2 ) } oBrowse:aCols[3]:lBmpStretch ...
by MGA
Wed Oct 09, 2013 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with bitmap
Replies: 2
Views: 850

Re: help with xbrowse

Wanderson Don't know if you can make the Tab bar transparent, but you can go into your resource editor and shorten the length of the bar to the approximate length of your of your tabs. Curious myself if anyone has an answer.... ...
by Wanderson
Tue Sep 17, 2013 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help with xbrowse
Replies: 2
Views: 672

Re: help with xbrowse

Wanderson

Don't know if you can make the Tab bar transparent, but you can go into your resource editor and shorten the length of the bar to the approximate length of your of your tabs.

Curious myself if anyone has an answer....

Rick Lipkin
by Rick Lipkin
Mon Sep 16, 2013 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help with xbrowse
Replies: 2
Views: 672

Re: Like clipper readvar()

Wanderson so that the object tget contains the "name" of the edited variable is necessary to pass the name of this variable for the fourth parameter GetNew currently (as my version of FW) class tget sends this null ...
by yury
Mon Aug 19, 2013 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3523

Re: Like clipper readvar()

Wanderson, Simply do: SET KEY VK_F5 TO Man_Vei() DEFINE DIALOG ... ACTIVATE DIALOG ... Hi Antonio, Yes I already do this in my program, I Explain SET KEY VK_F5 TO Man_Vei() ... REDEFINE GET oGet01 ID 101 VAR Test1 of odlg ...
by Wanderson
Mon Aug 19, 2013 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3523

Re: Like clipper readvar()

Wanderson,

Simply do:

SET KEY VK_F5 TO Man_Vei()

DEFINE DIALOG ...

ACTIVATE DIALOG ...
by Antonio Linares
Sun Aug 18, 2013 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3523

Re: Like clipper readvar()

Wanderson, In my function how i can get a id of the get control when i press the function key? oGet:end() oDlg:refresh() However, this is not standard behavior so users will most likely be confused by it. I would suggest ...
by Wanderson
Sat Aug 17, 2013 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3523

Re: Like clipper readvar()

Wanderson, In my function how i can get a id of the get control when i press the function key? oGet:end() oDlg:refresh() However, this is not standard behavior so users will most likely be confused by it. I would suggest that ...
by James Bott
Fri Aug 16, 2013 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3523

Re: Record Lock problem

Wanderson, I think is some windows xp bug. I do remember some issues with COMMITs because the OS doesn't necessarily flush the buffers when a COMMIT is issued. In this case I guess the best solution is to check for the existence ...
by Wanderson
Fri Aug 16, 2013 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3813

Re: Like clipper readvar()

Wanderson, You could also do: nAt := AScan( Folder1:aDialogs[1]:aControls, { | oCtrl | GetFocus() == oCtrl:hWnd } ) Folder1:aDialogs[1]:aControls[ nAt ] // this is the focused control Thanks Antonio, I think in another way, ...
by Wanderson
Fri Aug 16, 2013 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3523

Re: Record Lock problem

Wanderson, I think is some windows xp bug. I do remember some issues with COMMITs because the OS doesn't necessarily flush the buffers when a COMMIT is issued. In this case I guess the best solution is to check for the existence ...
by James Bott
Thu Aug 15, 2013 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3813
PreviousNext

Return to advanced search