Search found 60 matches: sugestion

Return to advanced search

Re: Again about scripting ... HB_CompileBuf

All this outside functions ( mod_pas, newRec, delRec and excRec ) are "Undefined ..." Have you declared them as extern ? After this you sugestion I tried that : #include "fivewin.ch" #include "xbrowse.ch" #include "tdolphin.ch" #include "dtpicker.ch" ...
by Rimantas
Tue Mar 12, 2013 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 4943

Re: Problems with msgbar

Enrico Maria Giordano wrote:
Franklin Demont wrote:Thanks for the sugestion , but tMsgBar has no method setcolor.


Ops, right, TMsgItem class has no SetColor() method (TMsgBar has it as it inherits from TControl). Try to add

Code: Select all  Expand view
oMsg:Refresh()


It works for me.

EMG


oMsg:refresh() doesn't change background color
by Franklin Demont
Mon Jan 21, 2013 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with msgbar
Replies: 11
Views: 2530

Re: Problems with msgbar

Franklin Demont wrote:Thanks for the sugestion , but tMsgBar has no method setcolor.


Ops, right, TMsgItem class has no SetColor() method (TMsgBar has it as it inherits from TControl). Try to add

Code: Select all  Expand view
oMsg:Refresh()


It works for me.

EMG
by Enrico Maria Giordano
Mon Jan 21, 2013 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with msgbar
Replies: 11
Views: 2530

Re: Problems with msgbar

... ::oWnd:oMsgBar:aItems[6]:nClrPane(CLR_HRED) Try ::oWnd:oMsgBar:aItems[6]:SetColor(CLR_WHITE,CLR_HRED) EMG Enrico , Thanks for the sugestion , but tMsgBar has no method setcolor. I made a mistake , it must be : ::oWnd:oMsgBar:aItems[6]:nClrText := CLR_WHITE ::oWnd:oMsgBar:aItems[6]:nClrPane ...
by Franklin Demont
Mon Jan 21, 2013 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with msgbar
Replies: 11
Views: 2530

Re: Using SSH Protocol ? (CONNECTION STRING)

Hi,
Every sugestion will be helpfyl.
What driver to use to connect from fivewin application to INFORMIX server via SSH Protocol and how to create connection string or is it chance to create ODBC using SSH Protocol or i need to do something else ?

Best rehards,
by avista
Tue Dec 25, 2012 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using SSH Protocol ? (CONNECTION STRING)
Replies: 13
Views: 5143

Harbour : USING [] OPERATOR FOR STRING ITEM:SOLVED

... Also in mine aplication xhb.ch is present , xhb.lib is linked in. I see no difference between the aplication and the sample from harbour. Any sugestion is welcome Frank
by Franklin Demont
Thu Sep 27, 2012 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour : USING [] OPERATOR FOR STRING ITEM:SOLVED
Replies: 3
Views: 660

XBROWSE AUTOSORT dont work

Hi all Please help or some sugestions. In this sample AUTOSORT dont work #include "FiveWin.Ch"#include "ord.ch"#include "xbrowse.ch"//----------------------------------------------------------------------------//REQUEST ...
by avista
Thu Mar 01, 2012 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE AUTOSORT dont work
Replies: 3
Views: 605

Transparents radios

... no, I am using AEval( oRadio:aItems, { | oRm | oRm:lTransparent := .T. } ) to define transparent in radio but I can't obtain the right result some sugestion? rtegards Marcelo
by Marcelo Via Giglio
Sat Aug 20, 2011 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparents radios
Replies: 5
Views: 971

Re: Button ( text alignment )

:D

Maybe can change sintax of button to add this feature =]

My sugestion for next update.
by lailton.webmaster
Thu Mar 31, 2011 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button ( text alignment )
Replies: 2
Views: 629

Re: Dolphin ( to Daniel )

Hi Daniel,

Yes i meet Dbf2MySql from kleyber, he's my friend.

Only my sugestion =] and congratulations for your work. TDolphin is a better project.

Thanks so much.

Cya
by lailton.webmaster
Wed Mar 16, 2011 3:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dolphin ( to Daniel )
Replies: 2
Views: 612

Dolphin ( to Daniel )

Daniel,

Do you think in make a version to convert dbf2mysql

Maybe is a create solucion to change dbf for mysql.


stay my sugestion

thanks
by lailton.webmaster
Tue Mar 15, 2011 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dolphin ( to Daniel )
Replies: 2
Views: 612

Re: Random Error with TWBrowse

Hi Armando,

Thank you for the reply. Your sugestion may work but I did not created this object.

I think this object is part of the Fivewin library and I have no idea how make modifications in the library.

I hope Fivewin Team could advice how to work around this problem.

Gracias,

Jose
by xhbcoder
Sat Mar 12, 2011 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Random Error with TWBrowse
Replies: 3
Views: 644

Re: PassWord

Holla,

Mi sugestion es cambiar lo fichero errsysw.prg, encontra-lo en lo diretorio fwh\source\function\

somiente necessita remover apartir dela linha 204 ate 227

asi en lo erro no mostra las variables en uso. ( no as muchas necessidade 'mi opnion' )

:D
by lailton.webmaster
Fri Feb 11, 2011 3:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PassWord
Replies: 5
Views: 1189

xBrowse array problem

... have 2 elements the first deletes ok but the last give me a Array bound error. If i put oBrw:SetArray( VetNotas) next Adel the xbrowse hangs. Any sugestion? Thanks in advance.
by Wanderson
Mon Jul 12, 2010 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse array problem
Replies: 3
Views: 800

Re: Alterar texto...

Olá...

Gracias António por la sugestion. Com lo cambio en lo codigo fuente se ha resolvido.

:P
by LordJonas
Thu Jul 01, 2010 9:48 am
 
Forum: All products support
Topic: Alterar texto...
Replies: 2
Views: 2045
PreviousNext

Return to advanced search