Search found 44 matches: funcs

Return to advanced search

New Version of FiveWin 20.02

... errors * Am I missing a lib, or can they be in the wrong order, the function "Hello" is my issue, but the rest seem like typical FiveWin funcs or classes. I am basically writing the extremely complex 'Hello World" application and I will work my way up from there. My "Hello World" ...
by byron.hopp
Thu Mar 31, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Version of FiveWin 20.02
Replies: 3
Views: 344

Re: MENUITEM with BLOCK command executed TWICE.

this run ok ( with your funcs)    #include "FiveWin.ch"    function Main()       local oWnd       DEFINE WINDOW oWnd MENU BuildMenu()       ACTIVATE WINDOW oWnd    return nil//---------------------------------------------------------------------------------------------------------//  ...
by Silvio.Falconi
Tue May 11, 2021 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM with BLOCK command executed TWICE. (SOLVED)
Replies: 36
Views: 3191

Re: Make para BCC10

... of a console program with two source modules. simple.cpp will contain our entry point main and will call a function defined in the other module, funcs.cpp. The first example was very simple, barely worth calling C++, so this example includes a couple of C++11 features. simple.cpp: #include "funcs.h" ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1120

Re: TO JAmes Bott : command for tdata

... tdata But not with tdatabase . Then i resolved with the help of Uwe. This to say to you there are differences from tdata to tdatabase and some funcs can not run ok with tdatabase
by Silvio.Falconi
Sun May 26, 2019 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO James Bott : command for tdata
Replies: 9
Views: 1039

Re: TBarTabs - BARHEIGHT

Otto I'm afraid you cannot make it because you must change also the funcs draw the tabs (bmptabs.c)
I think you must use oldest Ttabs class
by Silvio.Falconi
Fri Oct 26, 2018 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TBarTabs - BARHEIGHT
Replies: 2
Views: 500

para la atención de mis amigos Cristobal y Antonio Linares

... y por ahora hay tres tabletas para cada autobús En forun hubo alguien que me dijo que usara programas externos pero quiero obtener la solución con funcs / procedures dentro de la aplicación fwh porque quien trabaja en la oficina no puede hacerlo y sólo tiene que seleccionar el ítem del menú "Upload ...
by Silvio.Falconi
Wed Sep 27, 2017 8:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: para la atención de mis amigos Cristobal y Antonio Linares
Replies: 7
Views: 1548

C++Compiler - FREE TOOL

... of a console program with two source modules. simple.cpp will contain our entry point main and will call a function defined in the other module, funcs.cpp. The first example was very simple, barely worth calling C++, so this example includes a couple of C++11 features. simple.cpp: #include "funcs.h" ...
by carlos vargas
Fri Jul 22, 2016 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8579

Re: Richedit difference between wordpad to excel

... a woirdpad with richedit class ? ( memoedit ?) Sorry on fw I not found commend to create tables into richedit class do you have this commands or funcs ? for the error do you try to insert the text into variables ? We need a function to converte RTF to EXCEL, RTF to Html, RTF to Word
by Silvio.Falconi
Fri Apr 22, 2016 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit difference between wordpad to FW
Replies: 11
Views: 2101

Re: url encoder/decoder

... Harbour! HB_URLENCODE() HB_URLDECODE() It happen that I am using a _very_ old version of Harbour in a legacy project, so I had to write my own funcs: #define URL_CODE { '%21', '%2A', '%27', '%28', '%29', '%3B', '%3A', '%40', '%26', '%3D', '%2B', '%24', '%2C', '%2F', '%3F', '%25', '%23', ...
by Carlos Mora
Thu Mar 03, 2016 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: url encoder/decoder
Replies: 4
Views: 900

Linkear con bcc7 ... como ?

... bcc7 , ahora cuando quiero crear la lib de este modo : echo + DBFERROR.OBJ & >tmplib.bc echo + DBFVAL.OBJ & >>tmplib.bc echo + FUNCS.OBJ & >>tmplib.bc echo + NETWORK.OBJ & >>tmplib.bc echo + TGATHER.OBJ >>tmplib.bc C:\compiler\bcc\bin\tlib xDBF.LIB ...
by Ariel
Sun Aug 02, 2015 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Linkear con bcc7 ... como ?
Replies: 3
Views: 568

Re: ADO RDD xHarbour

... Also please note that as in other rdds such as ADS all functions and vars in indexes must be evaluated before sending it to the server as the funcs or vars do not exist there. For and while and all Index parameters should be indicated either one way, Clipper or sql format. It can be done but ...
by AHF
Tue May 19, 2015 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446235

Re: un pequeño ejemplo ...meteo.prg

... "Error al cargar el tiempo" )      Return cResp   End Try  Saludos, Adhemar Dear Acuellar , can post all source code with proxy funcs? ( because I not understood how)
by Silvio.Falconi
Wed Dec 10, 2014 8:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: un pequeño ejemplo ...meteo.prg
Replies: 53
Views: 18302

error al compilar con xharbour 1.2.3

Gente antes que nada les deseo un FELIZ 2014! tengo un problema quiero compilar mi programa con xharbour 1.2.3, borland 5.82 y fwh8.11 y me sale estos horrores: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland D:\xhbcc582\bin\harbour .\CONTA.PRG /L /N /W /Oobj\ /Id:\donb\fwhh\include;D:\xhbcc582\in...
by artu01
Tue Dec 31, 2013 2:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar con xharbour 1.2.3
Replies: 0
Views: 823

error al compilar con bcc582

Gente: Estoy pasando de bcc55 a bcc582, he recompilado las libs con el xharbour para bcc582 como me enseño Carlos Vargas genere existosamente el fivehx.lib pero al compilar mis progrs. me tira este error: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland D:\xharbour58\bin\harbour .\CONTA.PRG /L /N /...
by artu01
Mon Dec 23, 2013 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar con bcc582
Replies: 1
Views: 804

Re: Richtext like component

Hi Marco; I **think** if it can be done with rich text, then it can also be done with TRichEdit class. You may have to write some wrapper funcs for some richtext functions that did not make it to richedit.prg, but it should work. In other words, if it is rich text, then all you need should ...
by reinaldocrespo
Wed Dec 18, 2013 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richtext like component
Replies: 9
Views: 2796
Next

Return to advanced search

cron