Search found 57 matches: miloš

Return to advanced search

Re: FTP Upload works at home Not at work

Mark,

I have the same problem as you (the file name is uploaded but the size is 0), did you solve the problem?

Regards
Miloš
by mtajkov
Mon Jul 17, 2023 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 437

Re: Base64 to PDF

... ) [/code] I don't get the correct pdf? if the same cTxt I decode in https://base64.guru/converter/decode/pdf I get the correct PDF. Best regards, Miloš look at the first post So I think the problem has nothing to do with the MemoWrit function
by cnavarro
Wed Nov 16, 2022 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1062

Re: Base64 to PDF

Antonio Linares wrote:Dear Miloš,

Yes, as memoWrit() adds an extra HB_CHAR_EOF character

Use SubStr() to remove it when reading the saved string


It is not required. Just add the third parameter to MEMOWRIT():

Code: Select all  Expand view
MEMOWRIT( cFile, cString, .F. )


to not add the EOF character.
by Enrico Maria Giordano
Wed Nov 16, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1062

Re: Base64 to PDF

... • 7‰…•uŇdV„® I think the function HB_BASE64DECODE( cTxt ) does not give a good result? Best Regards, Miloš
by mtajkov
Tue Nov 15, 2022 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1062

Re: Base64 to PDF

Dear Miloš,

Yes, as memoWrit() adds an extra HB_CHAR_EOF character

Use SubStr() to remove it when reading the saved string
by Antonio Linares
Tue Nov 15, 2022 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1062

Re: Base64 to PDF

I am using xHarbour build 1.2.1, function HB_MEMOREAD() does not exist. I guess the problem might be in MEMOREAD()?

Best regards,
Miloš
by mtajkov
Tue Nov 15, 2022 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1062

Base64 to PDF

... I don't get the correct pdf? if the same cTxt I decode in https://base64.guru/converter/decode/pdf I get the correct PDF. Best regards, Miloš
by mtajkov
Tue Nov 15, 2022 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1062

Re: Dialog style

Miloš,

What Windows version are you using ?
by Antonio Linares
Sun Apr 10, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog style
Replies: 13
Views: 615

Re: Dialog style

Miloš,

Please post here the "winxp.man" file that you are using
by Antonio Linares
Sun Apr 10, 2022 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog style
Replies: 13
Views: 615

Dialog style

... Test2 How can I get dialogue to look like Test1 by using Fivewin 21.11 an xHarbour 1.2.3?? Best regards, Miloš
by mtajkov
Sun Apr 10, 2022 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog style
Replies: 13
Views: 615

Error: 'E:\HRAMCOM\RAMCOM.RES' contains invalid OMF record,

... specify .PRG extensionGOTO EXIT:NOEXISTECHO The specified PRG %1 does not exist:EXIT I don't know where the problem is, please help. Regadrs, Miloš
by mtajkov
Mon Feb 08, 2021 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error: 'E:\HRAMCOM\RAMCOM.RES' contains invalid OMF record,
Replies: 1
Views: 186

Re: Writecomm and CHR()

Miloš,

WriteComm( nComPos, Chr(0x02)+Chr(0x02)+Chr(0x30)+Chr(0x36)+Chr(0x03)+Chr(0x05) ) ??

Please explain it better, thanks
by Antonio Linares
Tue Mar 05, 2019 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Writecomm and CHR()
Replies: 1
Views: 410

Writecomm and CHR()

... nComPos, Chr(0x02)+Chr(0x02)+Chr(0x30)+Chr(0x36)+Chr(0x03)+ Chr(0x01) ) How to change the value 01 Chr(0x01) to 05 (mLcr) Chr(0x05)? Best regards, Miloš
by mtajkov
Mon Mar 04, 2019 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Writecomm and CHR()
Replies: 1
Views: 410

Re: how to assign the sql query results to the variable

mtajkov wrote:Hi,

how to assign the sql query results
Code: Select all  Expand view
select sum(value) from invoice where poz='123'
to the variable?


regards
Miloš


Code: Select all  Expand view
select sum(value) as newname from invoice where poz='123'


EMG
by Enrico Maria Giordano
Tue Sep 05, 2017 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to assign the sql query results to the variable
Replies: 7
Views: 1159

how to assign the sql query results to the variable

Hi,

how to assign the sql query results
Code: Select all  Expand view
select sum(value) from invoice where poz='123'
to the variable?


regards
Miloš
by mtajkov
Tue Sep 05, 2017 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to assign the sql query results to the variable
Replies: 7
Views: 1159
Next

Return to advanced search