Search found 997 matches: public

Return to advanced search

Re: FWErrorsys()

function ErrorDialog( e ) is static so you have to modify errsysw.prg to make it public or entirely replace FWH errsysw.prg with one of your own
by Antonio Linares
Wed Apr 03, 2024 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1823

Re: hb_cdxPageSeekKey how to intercept this error

Antonio, It happens another time http://www.marcoboschi.it/public/cattura.jpg http://www.marcoboschi.it/public/cattura.jpg This dialog appears if I use emagdbu or if I use a console program Have a nice day Good morning Marcos, ...
by karinha
Tue Mar 12, 2024 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 767

Re: hb_cdxPageSeekKey how to intercept this error

Antonio,
It happens another time
Image
http://www.marcoboschi.it/public/cattura.jpg

This dialog appears if I use emagdbu or if I use a console program
Have a nice day
by MarcoBoschi
Tue Mar 12, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 767

Re: Intentando un primer archivo make

Yo primero declaro las variables publicas y privadas dentro de un .ch con MEMVAR, luego declaro las PUBLIC dentro del MAIN y las privadas dentro del PRG que corresponda.

Te enviare a tu correo los archivos que yo uso para que los adaptes a tu caso particular.
by JoseAlvarez
Wed Feb 28, 2024 12:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 245

Re: Creating table with Trichedit

... "+ cOutFile) */ Return .T. ************************************** FUNCTION SetRT(cOutFile) ************************************** LOCAL oRTF Public oPrinter,aSize DEFINE RTF oRTF FILE cOutFile ; FONTS "Times New Roman", "Courier New", "Arial Cyr" ; FONTFAMILY ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1450

Re: Creating table with Trichedit

... "+ cOutFile) */ Return .T. ************************************** FUNCTION SetRT(cOutFile) ************************************** LOCAL oRTF Public oPrinter,aSize DEFINE RTF oRTF FILE cOutFile ; FONTS "Times New Roman", "Courier New", "Arial Cyr" ; FONTFAMILY ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1450

Traduzione da Java a Fwh

Salve, Dato che non ho familiarità con Java, mi servirebbe una traduzione di questa funzione in fwh e xHarbour public static String getHeaderBytes(String msg) { char[] msgLength = new char[4]; msgLength[0] = (char) Integer.parseInt(String.valueOf(msg.length()), 10); msgLength[1] ...
by a.tixi@htech.it
Wed Jan 24, 2024 11:21 am
 
Forum: All products support
Topic: Traduzione da Java a Fwh
Replies: 2
Views: 300

Re: Grabar imagen en tabla mysql

... Size le cambias a Max Packed size (yo le puse 16M) Para subir un archivo cualquiera FUNCTION GUARDADIR(cFILE,cTIPO) APROG :=DIRECTORY(cFILE) PUBLIC PROGNOM:=APROG[1,1] PUBLIC PROGTAM:=APROG[1,2] PUBLIC PROGFEC:=APROG[1,3] PUBLIC PROGHRS:=APROG[1,4] * cFileG := StrToHex(MemoRead(cFILE)) * ...
by Marco Augusto
Fri Jan 19, 2024 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar imagen en tabla mysql
Replies: 5
Views: 398

Back after 10 years due to illness [ Javier Lloris ]

... todo sobre programación, hacer copias de seguridad e intentar ponerme al día de todo lo nuevo, probando y documentando el nuevo programa que voy a publicar y revisar por encima de momento el foro, he estado tres semanas bastante ocupado. ( algún disco y pendrive me han dado un poco por saco para ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: add a line in the print report

Jesus Christ!! Be patient. Mister Otto, feel free to ask any topic. This FORUM is PUBLIC!!

¡¡Jesucristo!! Ser paciente. Señor Otto, no dude en preguntar cualquier tema. Este FORO es PÚBLICO.

Regards, saludos.
by karinha
Tue Dec 12, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 544

Re: Is there a PHP IsSet() in Modharbour

Dear Ruth,

hStars must be declared as public:

public hStars

so the "macro" operator can locate and use it

best regards
by Antonio Linares
Thu Nov 09, 2023 3:11 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 680

Re: fw_menudraw

Muestra:

Code: Select all  Expand view

Called from: FUENTES\MAIN\ZerusMain.prg => ZERUSMAIN( 4230 )
Called from: zeruswin.prg => MAIN( 17 )
 


Algo no está bién aqui.

Error description: Error BASE/1066 Error de argumento: conditional - éS una variable lógica? STATIC ó PUBLIC?

Regards, saludos.
by karinha
Mon Oct 09, 2023 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fw_menudraw
Replies: 8
Views: 774

Re: who use PostgreSQL with Fivewin ?

I used (4-5 years ago)

FW_SetUnicode( .t. )
oPQ:= TPQServer():New( cHost, BaseName, TableName, password, , "public")
by Natter
Wed Sep 27, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1037

Re: Unknown PickColor()

hi Natter,
Natter wrote:Yes, I see. It just appears in the example as a public function, which is why I asked :?

it "seems" me that Function PickColor() is not used any more (old Sample)
now we have CLASS Class TPickerColor() as Silvio say
by Jimmy
Mon Aug 28, 2023 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 381
Next

Return to advanced search