Search found 34 matches: reproduces

Return to advanced search

Browse edit of cell with brush

... the scrolling does not update well: https://imagesharing.com/uploads/12ef69db7cf5c989104f504a9c117bcadf9be0dd.gif This piece of code reproduces the issue: #include "fivewin.ch"Function main()   local oWnd,oBrw   LOCAL aData := {},n, oBrush   for n:=1 to ...
by AntoninoP
Tue Sep 20, 2022 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 572

Re: CURL_GLOBAL_INIT()

Christiano,

Please post here a small PRG that reproduces the error, thanks
by Antonio Linares
Tue Apr 06, 2021 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CURL_GLOBAL_INIT()
Replies: 6
Views: 649

Re: Strange error to converte a file

... '"', '' )   xStr := StrTran(xStr,";",",")Return(xStr)  Regards, Saludos. Karinha: Your code reproduces the error mentioned by Silvio. Error description: Error BASE/1070 Argument error: == Args: [ 1] = C [ 2] = N 26 Regards.
by FranciscoA
Tue Jan 05, 2021 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange error to converte a file
Replies: 12
Views: 1059

Re: Xbrowse + EDIT_LISTBOX <K_ENTER> closes dialog

Hi everyone; Here is a reduced-self contained sample that reproduces the explained behavior: #include "fivewin.ch"FUNCTION Main()    LOCAL oApp      oApp := TApp():New()   ACTIVATE WINDOW oApp:oWnd RETURN NIL //----------------------------------------------------------------------CLASS ...
by reinaldocrespo
Wed Oct 11, 2017 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse + EDIT_LISTBOX <K_ENTER> closes dialog
Replies: 5
Views: 1433

Re: Database - 17.07 - Problems

... any case you are not using TDataRow. If you are using TRecord class it should work the same way as before. We shall be glad to have a sample that reproduces any problem using TDatabase directly.
by nageswaragunupudi
Fri Aug 18, 2017 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11871

Re: New FWH 16.12

... }   oBrw:CreateFromCode()   ACTIVATE DIALOG oDlg CENTEREDreturn nil Could you please provide an example that reproduces the error that you described ?
by Antonio Linares
Fri Dec 23, 2016 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.12
Replies: 7
Views: 1476

Re: xbrowse / ADS failure

Tim,

Could you prepare a small and self contained example without using FWH that reproduces the error ?
by Antonio Linares
Wed Oct 28, 2015 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse / ADS failure
Replies: 8
Views: 1909

xBrowse on a Dlg OF oWnd MDI does not respond

... 0BEGIN  CONTROL "",100,"Txbrowse",WS_CHILD |WS_BORDER |WS_TABSTOP |WS_VISIBLE ,2,0,269,207END  And now the actual .prg that reproduces the problem. #include "fivewin.ch"#include "xbrowse.ch"#include "ads.ch"STATIC cAlias FUNCTION Main()  ...
by reinaldocrespo
Fri Feb 13, 2015 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on a Dlg OF oWnd MDI does not respond
Replies: 3
Views: 1095

Re: Very strange indexing problem

Michel,

I need your help to build a PRG without FWH that reproduces the error.

I just sent you an email, please have a look at it :-)

thanks,
by Antonio Linares
Thu Dec 11, 2014 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange indexing problem
Replies: 27
Views: 5764

Re: bug in FW 13.04 xBrowse

Lucas,

Please provide a small and self contained example that reproduces what you describe, thanks
by Antonio Linares
Tue May 07, 2013 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 xBrowse
Replies: 9
Views: 1284

Re: Again about scripting ... HB_CompileBuf

Antonio Linares wrote:Rimantas,
Please ty to provide me a simple example like this one that reproduces your error, thanks


+1

you could use a tdolphin server to make a sample that we can build
by Daniel Garcia-Gil
Wed Mar 13, 2013 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 4905

Re: Again about scripting ... HB_CompileBuf

Please try this example from FWH/samples/scripts.prg: Here it is working fine. Please ty to provide me a simple example like this one that reproduces your error, thanks function One()   MsgInfo( "one" )   Two()return nilfunction Two()   MsgInfo( ...
by Rimantas
Tue Mar 12, 2013 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 4905

Re: Again about scripting ... HB_CompileBuf

... Please try this example from FWH/samples/scripts.prg: Here it is working fine. Please ty to provide me a simple example like this one that reproduces your error, thanks function One()   MsgInfo( "one" )   Two()return nilfunction Two()   MsgInfo( ...
by Antonio Linares
Mon Mar 11, 2013 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 4905

Re: DIALOG NOMODAL y tecla ESC

Antonio: he estado revisando, y al parecer el problema se produce con los botones yo utilizo recursos ahora el ejemplo que reproduces solo añadi el get ahora si estas posisionado en el get funciona bien pero si te posicionas en el boton este se sale    Function Try()       Local ...
by Patricio Avalos Aguirre
Tue Jun 19, 2012 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG NOMODAL y tecla ESC
Replies: 13
Views: 3393

Re: BtnBmp

... did not worked for me when applied to my window... In your sample, the new dialog copies the background for some reazon... This is an example that reproduces the problem: #include "FiveWin.ch"static oDialogFUNCTION main()    DEFINE WINDOW oDialog ;        FROM 0, 0 TO WndHeight( ...
by Bayron
Sun Sep 04, 2011 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp (SOLVED)
Replies: 11
Views: 2545
Next

Return to advanced search