Search found 2340 matches: info

Return to advanced search

Re: Ayuda con DLL

... andan no necesite declarar nada solo las uso, las que no me funcionan son las que se debe pasar el parametro como referencia para que llegue con info. La clase que uso y que esta dentro de la dll se llama FUSION y la defino asi en el prg que copie pero te lo resumo aca abajo Static Controlador ...
by Jorge Jaurena
Wed Jun 05, 2024 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 146

Re: Ayuda con DLL

Controlador es el objeto y PeriodSalesByGrade() es el metodo que estoy ejecutando con sus 4 parametros en cual en la var Meesage deberia venir la info.
by Jorge Jaurena
Tue Jun 04, 2024 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 146

Re: Ayuda con DLL

... Static MaxSurt,MaxIsla,MaxTanq,MaxProd,VecPico[128],VecEst[20] Static Type,St,Message,ErrorCode,Pid,PeriodType,Pte,PeriodInfo Static Status,SubStatus,ModCem ******************** VENTANA PRINCIPAL DEL SISTEMA *************************** Function Main() Local oDbf,Vec1,Q,Titulo,MsgFooter,IPCem ...
by Jorge Jaurena
Tue Jun 04, 2024 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 146

Ayuda con DLL

... provee varias funciones para realizar una comunicacion con un dispositivo externo. El problema que tengo es que las funciones que deberian traerme info en algun parametro no lo hacen, la var que paso por referencia siempre vuelve vacia, las demas funciones si me andan bien. Ya comprobe que no sea ...
by Jorge Jaurena
Tue Jun 04, 2024 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 146

Windows causes FWH crash: msxml3.dll update

... service ( the XML process ), then the application works fine except we can no longer retireve the data. Does anyone know of a workaround, or have info related to the msxml3.dll current version that we can use to regain SendPostToURL( ) as shared above ? Thank you.
by TimStone
Thu May 30, 2024 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows causes FWH crash: msxml3.dll update
Replies: 2
Views: 166

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: 419

Re: get your external IP

Nice, thanks.

Using this info
Code: Select all  Expand view
function PublicIP()
return BeforAtNum( "</span>", AfterAtNum( [-ip">], WebPageContents( "https://ifconfig.co/" ), 1 ), 1 )
by nageswaragunupudi
Mon May 06, 2024 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 11
Views: 493

Re: WhatsApp tests

... it works. I only tried text. It seems that you need to have WhatsApp installed on the PC. On the server via RDP with the administrator, I get this info: This app cannot be activated by the built-in administrator account. Best regards, Otto
by Otto
Wed Apr 17, 2024 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 721

Re: ADS with 64bit FWH Apps

Some time ago when i build x(harbour) myself, this is ever work, using ace from 10, i can access 10,11,12 versions, but waiting info from others users is good. :)
you need ace redistributable 10.

very thanks for your time,
best regards.
by NWKL
Mon Apr 15, 2024 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2881

Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc

Hello Fivewinners. Hola Fivewinners Need to open 160.000+ xml files and extract some info Necesito abrir mas de 160.000 archivos xml y sacar informacion I use tXmlDocument class Uso la clase TxmlDocument I have the file names in an Array Tengo los nombres de los archivos ...
by Adolfo
Wed Mar 20, 2024 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc
Replies: 4
Views: 937

Help with HB_REALLOC ERROR 9009

Hello Fivewinners. Hola Fivewinners Need to open 160.000+ xml files and extract some info Necesito abrir mas de 160.000 archivos xml y sacar informacion I use tXmlDocument class Uso la clase TxmlDocument I have the file names in an Array Tengo los nombres de los archivos ...
by Adolfo
Wed Mar 20, 2024 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1226

Re: España: Normativa sancionadora sistemas informáticos

Víctor, Gracias por la info. Pero ¿ Sigue en marcha la dualidad del sistema, es decir, verifactu y sistema de eventos o sólo ha quedado verifactu ? Salu2 En las especificaciones indica que si utilizas verifactu no estás obligado a llevar ...
by VictorCasajuana
Fri Mar 15, 2024 11:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 95
Views: 31112

Re: España: Normativa sancionadora sistemas informáticos

Víctor,

Gracias por la info.
Pero ¿ Sigue en marcha la dualidad del sistema, es decir, verifactu y sistema de eventos o sólo ha quedado verifactu ?

Salu2
by paquitohm
Fri Mar 15, 2024 10:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 95
Views: 31112

Re: Question about performance RowSet

Otro tip adicional es que cuando hacemos una consulta al servidor, la primera vez tomo su tiempo, dado que esa info no existe en la cache del servidor, si en poco tiempo se hace una consulta similar, el tiempo de respuesta se reduce dado que mucha de la info ya está en cache, ...
by carlos vargas
Fri Mar 15, 2024 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4824

Re: SWAGGER-UI para documentar nuestras API.

Hi, I gave a quick look in Postman. Heavy for a not programmer like me )))) But I was able to get information from the command line with cUrl. Of cource the implementation info FW will be the goal. Looking into the forum it seems that we have to link extra 2 libs and place ...
by Marc Venken
Fri Mar 08, 2024 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 2285
Next

Return to advanced search