Search found 69 matches

by dagiayunus
Mon Nov 07, 2016 10:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: form pdf
Replies: 6
Views: 1026

Re: form pdf

function main()     AcroApp:= CreateObject("AcroExch.App")     theForm:= CreateObject("AcroExch.PDDoc")     theForm:Open("c:\report\test.pdf")     jso:= theForm:GetJSObject ********** To Read Pdf form Field  ***********************     text1 = jso:getField("fld1&q...
by dagiayunus
Sat Nov 05, 2016 2:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: form pdf
Replies: 6
Views: 1026

Re: form pdf

Adobe Acrobat Pro version is require to use the sample. function main()     AcroApp:= CreateObject("AcroExch.App")     theForm:= CreateObject("AcroExch.PDDoc")     theForm:Open("c:\reports\test.pdf")     jso:= theForm:GetJSObject     text1 = jso:getField("fld1&quo...
by dagiayunus
Mon Oct 31, 2016 6:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 5
Views: 2608

Re: Need CURL syntax with fivewin using HBCURL LIB?

Is there any way we can use curl to uload file ?


Regards
Yunus
by dagiayunus
Sat Oct 29, 2016 9:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 5
Views: 2608

Need CURL syntax with fivewin using HBCURL LIB?

Dear Sirs

How to use the below curl syntax with FIVEWIN using HBCURL?

curl -F chat_id="<userid>" -F document=@"path/to/some.file" https://somewebsite.com


Thanks & Regards

Yunus
by dagiayunus
Wed Oct 26, 2016 2:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PROGRAM (Not Responding)
Replies: 6
Views: 1432

PROGRAM (Not Responding)

Dear Sir, My app not responding sometimes. I am using timer & xbrowse in app.      DEFINE WINDOW oWnd Title "Messaging system"               DEFINE MSGBAR PROMPT "Msg System" ;       OF oWnd 2007 KEYBOARD DATE TIME                                  @ 0, 0 XBROWSE oBrw OF oWnd ...
by dagiayunus
Sun Oct 16, 2016 9:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TIMER with XBROWSER how to deactivate timer ? (Solved)
Replies: 2
Views: 599

TIMER with XBROWSER how to deactivate timer ? (Solved)

Dear Sir,

How Can I deactivate TIMER when some field are being edited by user in XBROWSE. i need to deactivate TIMER when user start to EDIT and ACTIVATE when he finish to edit.

Thanks & Regards

Yunus
by dagiayunus
Fri Oct 14, 2016 1:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TELEGRAM with FIVEWIN (Tutorial)
Replies: 3
Views: 1131

Re: TELEGRAM with FIVEWIN (How to Send Msg) Tutorial)

Dear Vilian Here is a example how to send message function sendmsg(cChatId,cMsg)  // CHAT_ID how to get chat_id please look my first post local odoc  := CreateObject( "MSXML2.DOMDocument" ) local ohttp := CreateObject( "MSXML2.XMLHTTP" ) local cTOKEN:="YOUR TOKEN HERE" ...
by dagiayunus
Thu Oct 13, 2016 5:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Save Json data to dbf? (Solved)
Replies: 8
Views: 1657

Re: How to Save Json data to dbf?

Dear hmpaquito

Thanks for your reply.

I couldn't understand multi layer HASH jo just use simple string.

Telegram API using fivewin (without using any LIB)
http://forums.fivetechsupport.com/viewt ... =3&t=33056

Regards
Yunus.
by dagiayunus
Thu Oct 13, 2016 3:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TELEGRAM with FIVEWIN (Tutorial)
Replies: 3
Views: 1131

TELEGRAM with FIVEWIN (Tutorial)

Dear Sir, Thanks to Mr. Antonio to encourage to write the application. 1. install TELEGRAM (message application like whatsapp) and setup 2. talk with botfather and create bot and write down the TOKEN https://telegram.me/BotFather http://botsfortelegram.com/project/the-bot-father/ Now send few text m...
by dagiayunus
Wed Oct 12, 2016 10:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Save Json data to dbf? (Solved)
Replies: 8
Views: 1657

Re: How to Save Json data to dbf?

Dear Anser,

I followed sample provide by Mr.Rao but... following error accrued

Error BASE/1003 Variable does not exist: TRUE
hHash := &cStr <= error accure on this line.

May be the structure of json string of Mr.Rao is different than mine.

Regards
Yunus.
by dagiayunus
Tue Oct 11, 2016 12:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Save Json data to dbf? (Solved)
Replies: 8
Views: 1657

Re: How to Save Json data to dbf?

Dear Sir, Hampauito

I want to replace certain value in particular field from json data

for example fields , message_id , id, , textmsg etc.

Regards
Yunus
by dagiayunus
Tue Oct 11, 2016 12:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Save Json data to dbf? (Solved)
Replies: 8
Views: 1657

How to Save Json data to dbf? (Solved)

Dear Sirs How can I save following json data to dbf ? {"ok":true,"result":[{"XXXX5086":8673, "message":{"message_id":4,"from":{"id":294425086,"first_name":"Yunus","last_name":"Dagia"},"...
by dagiayunus
Mon Oct 10, 2016 1:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sending WhatsApp msgs
Replies: 44
Views: 18726

Re: Sending WhatsApp msgs

As Mr. Antonio had asked for c library in 2015. so I have just shared the link here.

Translate from English :
El Sr. Antonio había pedido para la biblioteca C en el año 2015 por lo que sólo he compartido el enlace aquí.
by dagiayunus
Fri Oct 07, 2016 2:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sending WhatsApp msgs
Replies: 44
Views: 18726

Re: Sending WhatsApp msgs

C# library to talk to Telegrams Bot API
https://github.com/reo7sp/tgbot-cpp

https://github.com/MrRoundRobin/telegram.bot


C++ library for Telegram bot API.
https://github.com/reo7sp/tgbot-cpp


Regards
Yunus