Search found 131 matches
- Fri Mar 31, 2023 11:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error FTP
- Replies: 7
- Views: 901
Re: Error FTP
Enrico send me another piece of code that worked for me, if you want to give it a try let me know your email address to send the example I got, I am sure it will work for you as well.
- Thu Mar 16, 2023 8:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error FTP
- Replies: 7
- Views: 901
Error FTP
To all, but specially to Mr. Enrico Maria Giordano, I have been using you method to upload and download files from an FTP site for years, today it started sending an strange message when trying to upload/download files, I made no changes to the code, perhaps you will be so kind as to help me figure ...
- Mon Oct 17, 2022 10:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Problem With oRs:Requery()
Mr Rao, I have Fivewin 19.12, Can I request recordsets from MSSQl using parameter with my versión?
Using the code:
cCadsql1:="SELECT e.ITEMNMBR, a.ITEMDESC, e.LOCNCODE, e.QTYONHND, e.ATYALLOC, e.QTYONHND - e.ATYALLOC, a.SELNGUOM, IV40201.baseuofm,"+;" e.QTYSOLD, e.QTYRTRND, e.QTYDMGED, e.QTYBKORD ...
Using the code:
cCadsql1:="SELECT e.ITEMNMBR, a.ITEMDESC, e.LOCNCODE, e.QTYONHND, e.ATYALLOC, e.QTYONHND - e.ATYALLOC, a.SELNGUOM, IV40201.baseuofm,"+;" e.QTYSOLD, e.QTYRTRND, e.QTYDMGED, e.QTYBKORD ...
- Fri Mar 18, 2022 6:46 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Eliminar botón de barra Quickaccess
Buenas tardes compañeros del foro, en la ventana principal de mi aplicación tengo una barra Quickaccess, esta barra se forma de manera dinámica a partir de una tabla de una base de datos que almacena las opciones que cada usuario ha agregado a dicha barra.
OWNER FUNCION PROMPT BITMAP FECHA ...
OWNER FUNCION PROMPT BITMAP FECHA ...
- Tue Jan 12, 2021 6:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Delete a file within an FTP server
Just that, how to eliminate a file stored on an FTP server?
- Mon Dec 14, 2020 10:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Email from gmail
Enrico, I tried your example and it worked only once, I was able to succesfully send one email and then I got the same message again (I chaged the account's password, but I don't see this as the reason of the failure).
I am using another email address (from a secondary domain we have) and it is ...
I am using another email address (from a secondary domain we have) and it is ...
- Mon Dec 14, 2020 5:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Email from gmail
Enrico many thanks for answering, for testing purpposes I created the account: tubelitefacturas@gmail.com and the password is SendCFDI_1
I tried sendig one mail with this account and I got the same result.
I tried sendig one mail with this account and I got the same result.
- Mon Dec 14, 2020 3:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Email from gmail
Rick, eventough I activated the "less secure apps" option, I still get the same error when sending e-mail.
Any other posiblle reason?
https://i.postimg.cc/nCf32PpL/Less-Secure-Gmail2.jpg
https://i.postimg.cc/1ty7q23R/Error-Correo.jpg
Function envia_emailext ...
Any other posiblle reason?
https://i.postimg.cc/nCf32PpL/Less-Secure-Gmail2.jpg
https://i.postimg.cc/1ty7q23R/Error-Correo.jpg
Function envia_emailext ...
- Thu Sep 10, 2020 4:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Display the text vertically
- Replies: 14
- Views: 2298
Re: Display the text vertically
You are totally right Mr. Rao, I failed to expalin correctly what I wanted.
The first column of my xbrowse has the branch the employees are assigned to, and i have it merged, what I really wanted to achieve was to show the text in vertical orientation in to the merged cells, and the example you ...
The first column of my xbrowse has the branch the employees are assigned to, and i have it merged, what I really wanted to achieve was to show the text in vertical orientation in to the merged cells, and the example you ...
- Thu Sep 10, 2020 2:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Display the text vertically
- Replies: 14
- Views: 2298
Re: Display the text vertically
Good mornign Mr. Rao, I know this is an old post, but when trying to use it I get the next error:
Application=========== Path and name: C:\xDevStudio\Projects\Tubelite\Tubelite.EXE (32 bits) Size: 9,551,360 bytes Compiler version: Harbour 3.2.0dev (r1603082110) FiveWin version: FWH ...
Application=========== Path and name: C:\xDevStudio\Projects\Tubelite\Tubelite.EXE (32 bits) Size: 9,551,360 bytes Compiler version: Harbour 3.2.0dev (r1603082110) FiveWin version: FWH ...
- Tue Mar 03, 2020 3:50 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Insertar un DBF en una table de SQL
Thanks MR. Rao, both tables have the very same structure, but both have a ID column generated when I imported the data from my old DBF's, therefore I cannot just insert one table into another because I got an error, instead of that I generate one temporal DBF, export it to a table and the copy the ...
- Tue Feb 25, 2020 3:02 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Insertar un DBF en una table de SQL
FWH 19.12
Bcc7.7
Harbour 3.2.0 dev (r1603082110)
Por el momento como alternativa exporte mi DBF temporal a una tabla nueva, de esa tabla la inserté a la tabla real y después elimine la tabla temporal, posiblemente no sea el mejor método, pero por el momento me esta funcionando.
Bcc7.7
Harbour 3.2.0 dev (r1603082110)
Por el momento como alternativa exporte mi DBF temporal a una tabla nueva, de esa tabla la inserté a la tabla real y después elimine la tabla temporal, posiblemente no sea el mejor método, pero por el momento me esta funcionando.
- Mon Feb 24, 2020 9:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Insertar un DBF en una table de SQL
Code: Select all | Expand
FW_AdoImportFromDBF( oCn, "&dbtempo","&cRealdb" )
Me aparece el mensaje de que la tabla ya existe y si deseo sobre escribirla.
- Mon Feb 24, 2020 7:47 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Insertar un DBF en una table de SQL
Buenas tardes, he estado trabajando en exportar mis datos de DBF's a una base de datos de SQL, hasta ahora todo bien, pero me gustaría saber como agrego información que tengo en una DBF temporal a una tabla SDQL que ya existe.
He estado usando la instrucción
FW_AdoImportFromDBF( oCn ...
He estado usando la instrucción
FW_AdoImportFromDBF( oCn ...
- Mon Feb 10, 2020 3:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: FW_AdoImportFromDBF error
Good morning Mr. Rao, I thought I had this problem solved, but suddenly the error is back, reading here an there I found that the error I am getting refers to a timeout from the client side, I was wondering if you know where I can define this timeout parameter or where I can find it (if such a ...