... 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 ...
... 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:
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' ...
... 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 ...
... 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 ...
... 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.
... 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 ...
... 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 ...
... 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 ...