Search found 19 matches: shumingwang

Return to advanced search

Mr ShumingWang

Have you modified xbrowse's Edit method to make it reliable? If so can you share your logic please?
by nageswaragunupudi
Sun Nov 25, 2007 2:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse -array - how to add, del and select an item?
Replies: 10
Views: 1993

Hello ShumingWang,

I guess TSButton only support Text for Disable function.
You can use it below:

REDEFINE TSButton Of oDlg ;
RESOURCE "1","2","Disable bmp","4"

Regards,

Richard
by Taiwan
Tue Nov 21, 2006 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change tsbutton bmp background color ?
Replies: 3
Views: 874

Mr.ShumingWang This is the code: COLORS {|oBtn|IF(oBtn:lActive, ; IF(oBtn:lMouseOver, nRGB(80,145,210), CLR_WHITE),; CLR_GRAY ) }, ; {|oBtn| If( oBtn:lActive, ; {{CLR_WHITE, ...
by RAMESHBABU
Mon Nov 20, 2006 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change tsbutton bmp background color ?
Replies: 3
Views: 874

ShumingWang, in your samples (sample1.prg & sample2.prg) are this lines:

Code: Select all  Expand view
obrow1 := TXBrowse():New( odlg )
obrow1:SetMySQL(@odb0)


can you show the code of the method SetMySql ?

Best regards.

Carlos Sincuir
by Carlos Sincuir
Sat Sep 30, 2006 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Database handle
Replies: 6
Views: 2317
Previous

Return to advanced search