Search found 1501 matches: exist

Return to advanced search

Re: Pasando a FWH24.02+Harbour+BCC77

Estimado José,

Observa que hemos añadido más paths para los ficheros de cabecera en esta llamada:

IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\crtl -I%bcdir%\include\windows\sdk %1
by Antonio Linares
Fri Mar 15, 2024 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 363

Re: CONEXION ADODB SQL SERVER

Hola Leandro muchísimas gracias por tus aportaciones, pero esa función me dice que no existe FW_OPENRECORDSET doesn't exist, quizas es de alguna versión más nueva de fivewin.

sigo intentado. gracias
by MANOLO
Tue Jan 30, 2024 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 249

Re: erase files

In ct lib from harbour exist the function filedelete (you pass file name or File Mask) to delete, example: *.dbf
FileDelete(<cFileMask>,[<nAttributes>])->lDeleted
by carlos vargas
Wed Jan 24, 2024 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1359

Re: erase files

... C: drive called c:\dbtmp and that is where I write all my temp files .. when the application starts it creates the folder c:\dbtmp if not alreacy exist then uses aDIr to create an array of all files in c:\dbtmp and I just use a For\Next loop of aDir and ferace the files ... Rick Lipkin aDIR := ...
by Rick Lipkin
Wed Jan 24, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1359

Re: How to find out the IDs of controls and types?

hi Antonio,
Antonio Linares wrote:Those control objects don't exist until you redefine them.

i understand but how if Control Object does exist :?:

how e.g. "re-size" a Windows with Control using EnumChildWindows() where i need Object :?:
by Jimmy
Tue Jan 09, 2024 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1628

Re: How to find out the IDs of controls and types?

Dear Jimmy,

Those control objects don't exist until you redefine them.

When we use Windows API EnumChildWindows() we are working at the Windows API level, not at the FWH level
by Antonio Linares
Sun Jan 07, 2024 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1628

Re: mysql_embedded: Table 'mysql.plugin' doesn't exist

Saludos,
En mi caso, lo he incluido dentro de mi carpeta del sistema, forma parte del programa de instalación.
mediante archivo mysqlrunini.bat instala y levanta el servicio.
Si deseas, descargalo
mysql esta en c:\dpsgev60\mysql
http://191.96.151.60/~ftp16402/descarga ... ntable.exe
by jnavas
Thu Jan 04, 2024 12:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mysql_embedded: Table 'mysql.plugin' doesn't exist
Replies: 1
Views: 242

function to create a string

Is there a function to save a string like "30/60/90" from an array?

i.e. to create an array I made aData := hb_ATokens(cString,"/")

Does the reverse function exist?
by Silvio.Falconi
Tue Dec 12, 2023 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function to create a string
Replies: 6
Views: 429

Re: copy a row of xbrowse

> FOR EACH nRow IN oBrw:aSelectedRows > NOT EXIST IN XBROWSE !!!!!! > wich xbrowse you have ? I have the last release of fwh Silvio, Here you have the solution. But, look also into xbrowse.prg in C:\FWH\Source\Classes\xbrowse.prg. MENUITEM ...
by Silvio.Falconi
Wed Dec 06, 2023 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5598

Re: copy a row of xbrowse

> FOR EACH nRow IN oBrw:aSelectedRows > NOT EXIST IN XBROWSE !!!!!! > wich xbrowse you have ? I have the last release of fwh Silvio, Here you have the solution. But, look also into xbrowse.prg in C:\FWH\Source\Classes\xbrowse.prg. MENUITEM ...
by Otto
Wed Dec 06, 2023 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5598

mysql_embedded: Table 'mysql.plugin' doesn't exist

estoy intentando utilizar mysql embebido pero me tira ese error cuando se ejecuta
la aplicacion. alguna ayuda?
by goosfancito
Sun Dec 03, 2023 9:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mysql_embedded: Table 'mysql.plugin' doesn't exist
Replies: 1
Views: 242

Compilacion Ejemplo de FWH Error

Saludos al Forum Con bcc76 y bcc77 da lo mismo Compilo este ejemplo de FWH y da error El error esta en en el brc32 para archivos .rc IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 [code][ Compiling... Harbour 3.2.0dev (r2104281802) Copyright (c) ...
by ruben Dario
Sat Dec 02, 2023 12:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilacion Ejemplo de FWH Error
Replies: 1
Views: 202

Re: check on get

I tried to found the result of oGet:lchanged and give me no exist Code: Error occurred at: 27-11-2023, 11:06:45 Error description: Error BASE/1004 Metodo non disponibile: LCHANGED Args: [ 1] = U This error means that oGet is NIL Nages, I tried with Aeval( ...
by Silvio.Falconi
Thu Nov 30, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3752

Re: check on get

nageswaragunupudi wrote:
I tried to found the result of oGet:lchanged and give me no exist

Code:
Error occurred at: 27-11-2023, 11:06:45
Error description: Error BASE/1004 Metodo non disponibile: LCHANGED
Args:
[ 1] = U

This error means that oGet is NIL


Can you make a sample with lChanged pls ?
by Silvio.Falconi
Mon Nov 27, 2023 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3752

Re: check on get

I tried to found the result of oGet:lchanged and give me no exist

Code:
Error occurred at: 27-11-2023, 11:06:45
Error description: Error BASE/1004 Metodo non disponibile: LCHANGED
Args:
[ 1] = U

This error means that oGet is NIL
by nageswaragunupudi
Mon Nov 27, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3752
Next

Return to advanced search