Mike, Por cierto, como comentaste hace poco que necesitabas usar web sockets, comentarte que en la versión de FWH 22.06 también se ha incorporado ya el servidor de web sockets, con un uso también muy simple: También lo arrancas ...
Mike, Si no necesitas soporte https de momento y te vale solo con http, en la versión de FWH 22.06 se incluye un servidor web muy simple de usar (usa threads) que te permitiría atender las peticiones que le hagas. Asi que ...
Hola Mike, gracias por tu respuesta Me genera este error https://i.ibb.co/tBbCm4x/Fast-Repor03.png https://i.ibb.co/wpMcjzC/Fast-Repor02.png Este es el codigo que uso para crear el array cSql ...
Mike, I guess I wasn't clear, all you have to do is use automatic primary keys with DBFs. You do this by using the field type "+" for the primary key field. Then when you add a blank record it will automatically ...
Mike lo que busco es hacer lo mismo que hace la funcion subtotales() de excel, es decir poder expandir o contraer la data tipo arbol jerarquico 2 niveles
... hash() // after that I just immediately assign values to keys. If the key doesn't exist it will be auto added hPerson["name"] := "Mike" // in xHarbour, you can write this as hPerson:name but if I'm not mistaken such notation won't auto create non-existent key hPerson["gender"] ...
Mike, thanks for response, but this is not my problem, let me give an explanation: when we define a FastReport variable CopyName# and we define some numbers of copies, we can get for every copy different content of the CopyName# ...