... 15-02-2025
//testcbx.prg
// EJEMPLO QUE REPRODUCE UN BUG FWH24.07+HARBOUR
// COMPILAR EN SAMPLES CON: BUILDH testcbx
FUNCTION Main()
LOCAL cUser := space(10)
LOCAL cName := space(50)
LOCAL cEmpresa := "SysCtrl"
LOCAL oDlg,oGet1,oGet2, oCbx, oBtn1, oBtn2
LOCAL oBrush
LOCAL lVal := .f ...
Search found 6498 matches: user
Searched query: user
- Sat Feb 15, 2025 5:49 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problemas con SkinButtons() FWH24.07
- Replies: 3
- Views: 222
- Fri Feb 14, 2025 10:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: sintax error for a filter
- Replies: 2
- Views: 593
Re: sintax error for a filter
Sorry I found the solution tonightMaxP wrote: Fri Feb 14, 2025 10:11 am Hi Silvio,
if MARRIED field is logical type
MassimoCode: Select all | Expand
cFilter:= "MARRIED=.T."
- Thu Feb 13, 2025 10:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Search someone help me
- Replies: 2
- Views: 485
Re: Search someone help me
Dear Silvio,
It looks simply great :D
yes but not run ok
as I explained above:
- the filter must be cumulative, that is, now it filters individually
- when you cancel a checkbox, the procedure, in addition to changing the height of the xbrowse, must make only the relative controls of the ...
- Thu Feb 13, 2025 7:58 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ajustar tamaño caja toast
- Replies: 7
- Views: 1338
Re: Ajustar tamaño caja toast
Antonio buenas tardes gracias por responder
Si el mismo tamaño.
Si correcto.Antonio Linares wrote: Tue Feb 11, 2025 10:17 pm Estas usando la versión modificada que publicaste ?
- Thu Feb 13, 2025 6:43 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Curso virtual implementación IA en nuestras aplicaciones
- Replies: 70
- Views: 35173
Re: Curso virtual implementación IA en nuestras aplicaciones
Sí, grabaremos las sesiones!Lautaro wrote: Thu Feb 13, 2025 5:59 pm Hola
Una consulta : ¿ Existira el video grabado de la(s) sesiones del Curso Virtual ?
Gracias por su atencion,
Lautaro
![Smile :)](./images/smilies/icon_smile.gif)
- Thu Feb 13, 2025 11:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xhb 1.31 xcc
- Replies: 21
- Views: 2137
Re: xhb 1.31 xcc
Do you have a working version of XCC? The one I tried is too old:jair wrote: Wed Feb 12, 2025 11:50 am Good morning!
I really need xharbour latest version compiled with xcc is there anyone here who can compile this xcc version of xharbour 1.31
Pelles ISO C Compiler, Version 3.00.0 (Beta)
Copyright (c) Pelle Orinius 1999-2005
- Thu Feb 13, 2025 8:34 am
- Forum: Artificial Intelligence examples
- Topic: Class TGemini to use Google Gemini AI
- Replies: 0
- Views: 143
Class TGemini to use Google Gemini AI
... Content-Type: application/json" }
curl_easy_setopt( ::hCurl, HB_CURLOPT_HTTPHEADER, aHeaders )
curl_easy_setopt( ::hCurl, HB_CURLOPT_USERNAME, "" )
curl_easy_setopt( ::hCurl, HB_CURLOPT_DL_BUFF_SETUP )
curl_easy_setopt( ::hCurl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
hContents[ "role ...
curl_easy_setopt( ::hCurl, HB_CURLOPT_HTTPHEADER, aHeaders )
curl_easy_setopt( ::hCurl, HB_CURLOPT_USERNAME, "" )
curl_easy_setopt( ::hCurl, HB_CURLOPT_DL_BUFF_SETUP )
curl_easy_setopt( ::hCurl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
hContents[ "role ...
- Wed Feb 12, 2025 1:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FTP Best Options ?
- Replies: 8
- Views: 1980
Re: FTP Best Options ?
Hello everyone.
I am using this code from Otto to upload a file pdf to my ftp site.
Looks like the file is sended but with zero bytes. The file is showed when I open the directory by Filezila, but with zero bytes. And the function FTPPUTFILE returns false.
Any ideas?
Thanks in advance.
Hello Tim ...
I am using this code from Otto to upload a file pdf to my ftp site.
Looks like the file is sended but with zero bytes. The file is showed when I open the directory by Filezila, but with zero bytes. And the function FTPPUTFILE returns false.
Any ideas?
Thanks in advance.
Hello Tim ...
- Wed Feb 12, 2025 9:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: error in time format Resolved
- Replies: 1
- Views: 121
Re: error in time format Resolved
... inside the loop, and therefore it was added multiple times in the case in which multiple "Entrance" and "Exit" records were present for the same user.
Moving the calculation of nTotalTime out of the Do While loop is definitely the correct solution, because you only need to calculate the ...
Moving the calculation of nTotalTime out of the Do While loop is definitely the correct solution, because you only need to calculate the ...
- Wed Feb 12, 2025 9:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: error in time format Resolved
- Replies: 1
- Views: 121
error in time format Resolved
I have a problem with the time format I have to calculate the access time in secs of a user by searching for it in the archive
I don't understand why the input format (attempt) is passed incorrectly
in archive I have
Tentrata 17.01.2025 15.59.26
tuscita 17.01.2025 16.00.00
so i must have only 34 ...
I don't understand why the input format (attempt) is passed incorrectly
in archive I have
Tentrata 17.01.2025 15.59.26
tuscita 17.01.2025 16.00.00
so i must have only 34 ...
- Tue Feb 11, 2025 10:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Text scroll and time graph
- Replies: 2
- Views: 314
Re: Text scroll and time graph
Dear Jose,
You may use a Meter to show the progress.
For the text scroll you may use a TScrollPanel or a TXBrowse.
Do you allow the user to move up and down on the scrolled text ?
You may use a Meter to show the progress.
For the text scroll you may use a TScrollPanel or a TXBrowse.
Do you allow the user to move up and down on the scrolled text ?
- Tue Feb 11, 2025 8:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send e-mail (CDO) server SMTP GMAIL with oAuth2
- Replies: 4
- Views: 1508
Re: Send e-mail (CDO) server SMTP GMAIL with oAuth2
Outlook 2010 too?Lailton wrote: Tue Feb 11, 2025 4:30 am Hi Maurizio,
We will provide support for the oAuth2 on the next version FWH
with samples to send e-mail using GMail/Outlook(Office365).
- Tue Feb 11, 2025 1:03 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Curso virtual implementación IA en nuestras aplicaciones
- Replies: 70
- Views: 35173
Re: Curso virtual implementación IA en nuestra aplicaciones
Yo envie copia de mi pago tamnbien a alinares@fivetechsoft.comwilsongamboa wrote: Tue Feb 11, 2025 12:15 pm Antonio buenos dias
favor si puedes verificar mi pago de fwh 32 y 64 bits te lo agradezco lo acabo de hacer via paypal, te envie via mail las capturas de pantalla
un abrazo
Wilson
pd: con esto estoy con webminar + fwh
- Tue Feb 11, 2025 1:02 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Curso virtual implementación IA en nuestras aplicaciones
- Replies: 70
- Views: 35173
Re: Curso virtual implementación IA en nuestra aplicaciones
Fue via PayPal
Estimado amigo,
Primero pedirte disculpas por las molestias. Estamos intentando localizarlo pero no lo encontramos.
Tienes el resguardo de envio ? Comprobemos que lo enviaste al email correcto: alinares@fivetechsoft.com
Muchas gracias
Estimado Antonio,
Tengo la imagen ...
- Tue Feb 11, 2025 3:59 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Curso virtual implementación IA en nuestras aplicaciones
- Replies: 70
- Views: 35173
Re: Curso virtual implementación IA en nuestra aplicaciones
Estimado amigo,
Primero pedirte disculpas por las molestias. Estamos intentando localizarlo pero no lo encontramos.
Tienes el resguardo de envio ? Comprobemos que lo enviaste al email correcto: alinares@fivetechsoft.com
Muchas gracias