Search found 53 matches: directed

Return to advanced search

Re: read JSON

... a working sample, but a error at the end that i need to look into.. Just not able to write the dbf. The // comments is for my thinking, so not directed to you, but maybe they can help #include "FiveWin.ch"Function Main()   local oWnd, oActiveX1, oActiveX2, cTemp   DEFINE WINDOW ...
by Marc Venken
Tue Nov 16, 2021 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: read JSON
Replies: 8
Views: 974

Re: help on a GPF situation

... can control this at run-time by setting the environment variable HB_TR_OUTPUT to the name of a file where you would like the tracing output to be directed. If there is any problem opening the file for writing, the output reverts to STDERR. When it happens an error and the controller of errors ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: Fix for Resedit

Hmm, I wonder if the reason it works for me may be that I get directed to a different DNS server than you guys are? If we can locate the programs author, maybe we could get him to remove that automatic update check? In the meantime you can just set "airplane ...
by James Bott
Fri Aug 06, 2021 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Re: Program techniques : change indexorder or use aliases

Marc, You gave me a laugh when I saw your message directed at me-you knew I would say OOP. Good, at least you remember. Note that back in Clipper era with 16bit computers without much memory we were limited as to how many files we could have open ...
by James Bott
Mon Nov 02, 2020 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program techniques : change indexorder or use aliases
Replies: 4
Views: 679

Re: To James Bott - Error Using TData

... with tData, it is a class that INHERITS from tDatabase, NOT A REPLACEMENT, and for those of us who use it correctly, it is very useful. Since you directed me here, the reality is that I carefully read every post including Nages comments. He believes the problem is with the addition of an autoincremental ...
by Silvio.Falconi
Tue May 28, 2019 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5128

Re: To James Bott - Error Using TData

... with tData, it is a class that INHERITS from tDatabase, NOT A REPLACEMENT, and for those of us who use it correctly, it is very useful. Since you directed me here, the reality is that I carefully read every post including Nages comments. He believes the problem is with the addition of an autoincremental ...
by TimStone
Tue May 28, 2019 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5128

Re: Rpreview issues - PDF

... Mr. Antonio's emf2pdf.prg from this link: https://github.com/APerricone/emf2pdf In case this is not the final version, I would be grateful if I am directed to the final version. This is my test program #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Thu May 09, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7347

Re: Rebar in XP

I tested this code. DEFINE TOOLBAR is not functioning if the OF <owin> clausula is directed to oReBar!? function Main()    local oWnd , oReBar , oFactor , nFactor , oBar , oMenu , oImagelist    DEFINE WINDOW oWnd TITLE "Test ReBar" COLOR CLR_BLACK,CLR_LIGHTGRAY ...
by byte-one
Wed Jun 28, 2017 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rebar in XP
Replies: 9
Views: 1503

Re: Cantidad variable de parámetros

... as written in the PRG source code file. Description The TEXT...ENDTEXT command outputs a block of literal text to the console. Output can be directed additionally to a printer or a file. When SET CONSOLE is set to OFF, the screen output is suppressed. ALternatively, the text is assigned as ...
by carlos vargas
Mon Dec 01, 2014 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad variable de parámetros
Replies: 29
Views: 9883

Re: Develop Cross-Platform with Visual Studio

Antonio I see dot net evolving only for the asp.net and c# folks which is directed at developing database web applications. I do not think there is much of a dot net market for Windows Gui applications, cross platform or for the phone\tablets products. Microsoft ...
by Rick Lipkin
Mon Nov 24, 2014 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Develop Cross-Platform with Visual Studio
Replies: 6
Views: 1398

Re: Windows8 problem

... Harbour. Though I've read good things about the current Harbour, it still seems terribly cumbersome to set up. If you Google it, you aren't even directed to the current build -- instead a 2007 build in SourceFuge. There is a document available somewhere here describing a complicated process for ...
by Roger Seiler
Sat Oct 19, 2013 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5453

Re: FWH 13:08 Default Printer

... change the printer destination, every impression of MS-Word will come out this new printer, even if you open other documents, printing will be directed to this same printer as MS-Word is open. Without affecting in any way the standard printer control panel of Windows. That's how programs Fivewin ...
by ORibeiro
Wed Oct 09, 2013 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13:09 Default Printer
Replies: 61
Views: 12714

Re: Upgrading FWH/xHarbour & VS 2010

... them as possible symptoms of other problems. Yes, at your suggestion I upgraded to VS 2010 Express. The original download link I received from you directed me to a web page with links to 2 versions of Harbour. One link was for the the Borland version so I then mistakenly assumed that the other ...
by DonDrew
Tue Apr 16, 2013 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 9954

Re: Visual interface for Harbour hbmk2.exe

... . Standard harbour suggest install mingw in main harbour folder as comp folder . In mine case this will be : D:\A\hb32\comp\mingw . So it must directed true compiler folder . Another error ( D:/A/FWH/lib/fivehg.lib(LEGACY.o):LEGACY.c:(.text+0x5bf): multiple definition of `HB_FUN_OLE2TXTERROR' ...
by Rimantas
Sun Mar 24, 2013 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual interface for Harbour hbmk2.exe
Replies: 36
Views: 10470

Re: Visual interface for Harbour hbmk2.exe

Antonio Linares wrote:Enhanced version with HBCs and defines support:
[/img]


Can't to add Dolphin lib for harbour+mingw ( libdolphin.a ) . It let to add only .lib files . Maker directed to C compiler MinGW .

Regards!
by Rimantas
Sat Mar 23, 2013 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual interface for Harbour hbmk2.exe
Replies: 36
Views: 10470
Next

Return to advanced search

cron