Search found 335 matches: unknown

Return to advanced search

Re: Mark field as required

... in the field so they can save the record. An alternative is to allow the user to save the record even if some of the "required" data is unknown. You could then flag all the records missing the required data in a browse. I color the backgrounds of "required" information in the ...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

SAPI : change Voice

... not found." i also try SetVoice() Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: SETVOICE -2147352570 : "Unknown name." but it seem me another Interface ... Question : do i need to CoCreateInstance those Interface :?:
by Jimmy
Tue Jan 23, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3561

C language #define # and ## operators use

This is supported by C compilers, but I guess it is a quite unknown feature: A single #name stringify the name A double ## joins two names function Main()   MsgInfo( Test() )return nil #pragma BEGINDUMP#include <hbapi.h>#include ...
by Antonio Linares
Tue Oct 24, 2023 7:20 am
 
Forum: Off Topic / Otros temas
Topic: C language #define # and ## operators use
Replies: 0
Views: 329

Re: Parameter for Timeout

hi,
hebert_j_vargas wrote:I think you're looking for this function in harbour hb_idle_add( bBlock )

thx for Answer.

i have Problem with "Console" App ... it does not show anything on Screen ... :(
have try REQUEST HB_GT_WIN_DEFAULT but got "unknown Function" ...
by Jimmy
Thu Sep 21, 2023 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Re: Unknown PickColor()

Try It please



Code: Select all  Expand view
Function PickColor(nColor,oControl)
local oPick

oPick:= TPickerColor():New(nColor,oControl)
oPick:Dialog()

IF  oPick:Activate()
    IF oPick:oDlgPickColor:nresult == IDOK
      return oPick:nClrReturn
   endif
Endif

RETURN NIL
by Silvio.Falconi
Wed Sep 06, 2023 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 381

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

Re: Unknown PickColor()

Go go the class
by Silvio.Falconi
Mon Aug 28, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 381

Re: Unknown PickColor()

Yes, I see. It just appears in the example as a public function, which is why I asked :?
Code: Select all  Expand view
@ 30,10 BTNCLR oBtnColor SIZE 45,25 of oDlg PIXEL COLORSEL nColor ;
             ACTION  (oBtnColor:nColorSel:= PickColor( nColor, oBtnColor),;
                      oBtnColor:refresh())
by Natter
Mon Aug 28, 2023 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 381

Re: Unknown PickColor()

hi,
Natter wrote:unknown PickColor() function.

it seems not in LIB, but it is under c:\fwh\source\function\pickcolor.prg
by Jimmy
Mon Aug 28, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 381

Re: Unknown PickColor()

It Is no function
It Is a class inside tbtnclr class
The call for the tpickcolor Is explain on the tbtnclr source code.
by Silvio.Falconi
Sun Aug 27, 2023 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 381

Unknown PickColor()

Hi,

I tried to compile the testbtnclr.prg example, however, I received a message about the presence of an unknown PickColor() function. Why?

FWH 23.07
by Natter
Sun Aug 27, 2023 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 381

Re: Can´t initialize character set unknown (path: compiled_in)

Estimado Antonio, hola.

Pedí al equipo que revisara todo según tus indicaciones y el problema se resolvió; no puedo decir que fue exactamente, imagino que más de una cosa.

Si tengo más luz al respecto compartiré los datos.

Gracias.
by José
Sat Jul 29, 2023 1:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 212

Re: Can´t initialize character set unknown (path: compiled_in)

Estimado Antonio

Hola, muchas gracias por la pronta y detallada respuesta.

Procederemos a revisar y hacer todo lo que indicas.

Comentaré acá los resultados, sea para pedir más ayuda o para dejar aquí la solución.

Saludos.
by José
Thu Jul 20, 2023 1:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 212

Re: Can´t initialize character set unknown (path: compiled_in)

Estimado José, Verifica la configuración de MySQL: Asegúrate de que los archivos de configuración de MySQL no contengan errores de sintaxis ni configuraciones incorrectas. El archivo de configuración principal generalmente se llama my.cnf o my.ini, dependiendo de tu sistema operativo. Verifica la co...
by Antonio Linares
Thu Jul 20, 2023 7:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 212
Next

Return to advanced search