Search found 9795 matches: test

Return to advanced search

Re: scintilla sample

Silvio Test this code #include "fivewin.ch"Function Main()local cText:= Memoread( "testsciedit.prg")   SilvioScript( cText, "Script", , , ,  )return nil//----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Fri Nov 22, 2024 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample
Replies: 10
Views: 292

Re: scintilla sample

Silvio Test this code #include "fivewin.ch"Function Main()local cText:= Memoread( "testsciedit.prg")   SilvioScript( cText, "Script", , , ,  )return nil//----------------------------------------------------------------------------//function ...
by cnavarro
Fri Nov 22, 2024 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample
Replies: 10
Views: 292

Re: scintilla sample

... DIALOG oDlg center ;       ON INIT (   SetMsgbar(oDlg,oMsgBar),  EVAL( oDlg:bResized))   oFont:End()return lOk Not happen nothing not load the test I allready insert the scintilla dlls on folder ( Scintilla.dll,SciLexer.dll,SciLex64.dll) I make a test to insert test4 on Init ACTIVATE DIALOG ...
by Silvio.Falconi
Fri Nov 22, 2024 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample
Replies: 10
Views: 292

Re: A Problem exporting Report to Excel, Mr Rao, pls

For the purpose of testing, can you comment out the line 2405 of report.prg and rebuild and test again?
by nageswaragunupudi
Fri Nov 22, 2024 1:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem exporting Report to Excel, Mr Rao, pls
Replies: 4
Views: 127

Subclass Xbrowse with method GoLeft() and GoRight()

... more stuff I put in xbrowse the more it slows down, and that is because of my way of programming, NOT XBROWSE. I know that and so I just wanted to test the new method MYLEFT that does nothing at all except go left. Call it HighSpeed navigation :twisted:
by Marc Venken
Wed Nov 20, 2024 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse with method GoLeft() and GoRight()
Replies: 0
Views: 59

Re: Compilar con hmbk2 es complicado, pero...

Tuve un error pero Revisé en el foro y resolví. Gracias Ahora ya genera el ejecutable pero emite la siguiente advertencia: Compiling 'test.prg'... Lines 5025, Functions/Procedures 1 Generating C source output to 'test.c'... Done. bcc64.exe: warning: argument unused during compilation: '-Lc:\bcc7764\LIB' ...
by asesormix
Tue Nov 19, 2024 5:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 86
Views: 3343

Re: Compilar con hmbk2 es complicado, pero...

... -Ic:\%bcc%\INCLUDE\windows\sdk -Lc:\%bcc%\LIB set HB_USER_LDFLAGS=-Lc:\%bcc%\LIB;c:\%bcc%\LIB\psdk c:\harbour\bin\win\bcc64\hbmk2.exe test.hbp -comp=bcc64
by asesormix
Tue Nov 19, 2024 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 86
Views: 3343

Re: Compilar con hmbk2 es complicado, pero...

El error que te da es este:

hbmk2[test]: Error: Running C/C++ compiler. -1

Te falta el path al compilador de C:

SET PATH=c:\bcc7764\bin
by Antonio Linares
Tue Nov 19, 2024 4:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 86
Views: 3343

Re: Compilar con hmbk2 es complicado, pero...

... se llamara c:\bcc7764 Así lo hice y no me genera el ejecutable, da error al compilar. c:\Webinar\hbmk2\bcc64>c:\harbour\bin\win\bcc64\hbmk2.exe test.hbp -comp=bcc64 Harbour 3.2.0dev (r2407221137) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'test.prg'... Lines 5025, Functions/Procedures ...
by asesormix
Tue Nov 19, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 86
Views: 3343

Re: emulate CTRL+V

... tOleAuto():New( "WScript.Shell" )lc_oShell:SendKeys("^V")  Thanks. This is working for me. This is my test: #include "fivewin.ch"#define WM_PASTE           770function Main()   local oDlg, oBar, oGet   local cText := Space( 100 ...
by nageswaragunupudi
Sun Nov 17, 2024 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: emulate CTRL+V
Replies: 7
Views: 250

Re: cloud or not cloud

... Aufgrund der Anonymisierung können keine genauen Angaben gemacht werden. Notizen: Alle Datensätze enthalten eine Notiz wie "This is a test for record X", was darauf hindeutet, dass es sich um Testdaten handeln könnte.
by Otto
Fri Nov 15, 2024 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1035

Re: xbrowse(autosort) + tdolphin - erro

... Main() LOCAL oForm, oServer, oQry, oBrw CONNECT oServer HOST 'localhost' ; USER 'root' ; PASSWORD 'miclave' ; PORT 3306 ; FLAGS 0; DATABASE 'test' oQry := oServer:Query('SELECT p.chave as chave, p.data as data, c.nome as nome FROM ped AS p LEFT JOIN cli AS c ON(c.codigo=p.codigo) ORDER BY ...
by MGA
Thu Nov 14, 2024 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 174

Re: xbrowse very slow vs Xbrowser

... evening I went looking for a solution to scroll my archive faster and I came across an old class of a C5 library, the famous Grid, and I tried the test prueba19.prg, which creates an array from a large BigBase dbf archive. As you can see in this video, scrolling is very fast https://i.postimg.cc/L57Mt7hX/grid20-W-canalfive.gif ...
by Silvio.Falconi
Wed Nov 13, 2024 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 524

Re: change color checkboxex on line

resolved on test above I add w:refresh(.f.) instead of message
even if in my dialog it still doesn't work and I don't understand why
by Silvio.Falconi
Wed Nov 13, 2024 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change color checkboxex on line
Replies: 3
Views: 116

Re: change color checkboxex on line

... COLOR CLR_BLACK, CLR_WHITE  ON CHANGE colorize( aGetRuote[1], oDlg https://i.postimg.cc/SKZfDDB0/nowork.gif try the test #include "fivewin.ch"#include "constant.ch"Function main()   local oDlg,oFont,oBold   local aChk:={}   local ...
by Silvio.Falconi
Wed Nov 13, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change color checkboxex on line
Replies: 3
Views: 116
Next

Return to advanced search

cron