Search found 2277 matches: variables

Return to advanced search

Re: Send Emails from Fivewin application

... as to help me out with your knowledge please... I have office365 and it provided me with client_id, tenant_id, etc which I stored in environment variables. I suppose this should be parameters of the hb_sendMail() function then... :?: Any hints and help would be so greatly appreciated. thanks ...
by Ruth
Wed May 08, 2024 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 12
Views: 413

Re: hb_getEnv("PRGPATH")

... The operating system creates the environment variable if it does not exist This function has no effect on the system environment variables or the environment variables of other processes So it seems as such environment variable just exists for your own process.
by Antonio Linares
Wed May 08, 2024 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 148

Re: hb_getEnv("PRGPATH")

... Please can you help me once again to understand... it says hbSetEnv("PRGPATH") but then in the "official" environment variables of my windows system i can´t see it. maybe it is stored somewhere else? and also i wondered what would happen if accidentally I would have ...
by Ruth
Tue May 07, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 148

Re: hb_getEnv("PRGPATH")

You can set any environment variables under “New”; CONFIG and HARBURCMD are only listed as examples in the documentation, so you won't find them on your PC. If you want to set the variable PRGPATH, you can do it there with "New". ...
by alerchster
Tue May 07, 2024 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 148

Re: hb_getEnv("PRGPATH")

Start, Einstellungen, System, Info, erweiterte Systemeinstellungen, Umgebungsvariablen, ...

Start, Settings, System, About, Advanced System Settings, Environment Variables, ...
by alerchster
Tue May 07, 2024 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 148

Re: Silvo .. changes to your xMate environment

Enrico, it works too. But you have to change the way you DECLARE the VARIABLES. For example, it does not accept PUBLIC. Enrico, también funciona. Pero hay que cambiar la forma de DECLARAR las VARIABLES. Por ejemplo, no acepta PUBLIC. %hdir%\bin\harbour %1 ...
by karinha
Tue Apr 30, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 334

Re: 2404 Fivewin.ch error -- Antonio

The problem is these two lines in fivewin.ch:

Code: Select all  Expand view
static aFwStack      := {}
static _fwhtmp_      := nil


An include file would never contain variables or functions definitions.
by Enrico Maria Giordano
Tue Apr 30, 2024 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 206

Re: Asignar impresora por terminal?

... mandarlo como parámetro y por lógica que se pueda cambiar o no ... .. Y EN LA LOGICA DEL SISTEMA : IMPRIMIR_FACTURA(TERMINA->IMPRESORA1) // o variables u objetos globales IMPRIMIR_TICKET(TERMINA->IMPRESORA2) IMPRIMIR_COMANDA(TERMINA->IMPRESORA3)
by russimicro
Tue Apr 30, 2024 3:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Asignar impresora por terminal?
Replies: 16
Views: 421

La clase tprinter, consulta [RESUELTO]

...           ENDIF                    NEXT i    ENDPRINTRETURN nil  Me ocurre que al mandar a imprimir solo me imprime las líneas no los textos y variables... No me he dado cuenta donde está el error, si alguien pudiera quizas ayudarme con una guía, lo agradeceré profundamente.
by jose_murugosa
Wed Apr 10, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: La clase tprinter, consulta [RESUELTO]
Replies: 9
Views: 315

Re: Capacidad de variable de memoria HARBOUR

carlos vargas wrote:En teoría límite de memoria, yo he levantado con memoread archivos de más de 16MB en variables de memorias sin problemas.


16mb para una variable es bastante. Gracias carlos por la información.
by JoseAlvarez
Wed Mar 27, 2024 12:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capacidad de variable de memoria HARBOUR
Replies: 8
Views: 1861

Re: Capacidad de variable de memoria HARBOUR

En teoría límite de memoria, yo he levantado con memoread archivos de más de 16MB en variables de memorias sin problemas.
by carlos vargas
Wed Mar 27, 2024 4:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capacidad de variable de memoria HARBOUR
Replies: 8
Views: 1861

Fulltext-Search

... Actually, the program only needs the search string and the path for now. I'm using a DIALOG here. It's an experiment with using a HASH instead of variables, but you can easily build your own input DIALOG. Using a HASHis a bit unusual at the beginning. I need this search for my DMS system. I will ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1285

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

... // --> 1   DBSELECTAREA( 0 )   ? SELECT()  // --> 2return nil He puesto en mi MAIN() inmediatamente después de declarar las variables 'Local' estas líneas: USE CUSTOMER ? SELECT() // --> 1 DBSELECTAREA( 0 ) ? SELECT() // --> ????? y a mi el segundo SELECT() me da '0' ...
by FiveWiDi
Tue Mar 05, 2024 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3668

Re: xbrowse No existe el metodo: LREADONLY

... GetUsuarios_FS84( @aArray, @oBrw ) al enviarlos sin @ estas enviando una copia, no el original. Otra solución sería que declares las variables aArray y oBrw de tipo Static al inicio del PRG, asi serán reconocidas en todo el prg y sus funciones y no será necesarrio pasarlas como parametros. ...
by JoseAlvarez
Sun Mar 03, 2024 8:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 500

Re: Creo que esto depende de Harbour...

... vea que valores tienen nUno, nDos y nTres de:0500nUno, nDos, nTres:= ::Jorgito(3)00-8  Yo lo llamaria como "Desplegar el array en variables separadas"
by goosfancito
Sat Mar 02, 2024 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creo que esto depende de Harbour...
Replies: 6
Views: 268
Next

Return to advanced search