Search found 44 matches: incoming

Return to advanced search

Re: Reading QRCodes

... make phone calls but not to send via WhatsApp although it wouldn't be too hard to add. Keep in mind you will need a web hook set up to catch any incoming texts. Here is that class: #define ACCOUNT_SID  "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" //assigned by Twilio#define AUTH_TOKEN   "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" ...
by reinaldocrespo
Thu May 18, 2023 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 539

Re: chatGPT writes and executes Harbour code !!!

... the ELAPTIME keyword. She didn't want to be late to the family Christmas party, so she used the ALTD keyword to check the keyboard buffer for any incoming messages from her friends or family. As the evening approached, Mary used the CDOW keyword to check the day of the week and the DATE keyword ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

If you send me an email and you don't get my answer...

Sometimes, I don't know why, my gmail account send incoming emails to the trash. This happens not very often, fortunately :-)

If you ever send me an email and you don't get my answer, please post a msg here telling me about it.

thank you :-)
by Antonio Linares
Thu Jul 07, 2022 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: If you send me an email and you don't get my answer...
Replies: 27
Views: 1220

Re: OT: How are we doing ?

... contact with them. Governments are making all efforts to trace all those who might have come in contact with them and test every one of them. All incoming visas are canceled. International flights are going to be canceled. Many States closed educational institutions, theaters, entertainment places, ...
by nageswaragunupudi
Fri Mar 20, 2020 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: How are we doing ?
Replies: 24
Views: 3689

Re: Mapi Outlook .. send mail silently

... reminders. Currently I have to use SMTP for this process, but we would love to have it go through the MAPI client so both the outgoing, and any incoming, emails can be tracked along side all other emails the business may send. We need to write the email from our application directly to the Outlook ...
by TimStone
Fri Dec 13, 2019 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 2516

Re: Organising software

... FiveWIN CRM – emails are automatically imported to the DMS To paste & copy from one email to another, delete content inside the emails, etc. Incoming emails are automatically converted to RTF documents. As we are a software company we get not only one email to a case but mostly more. So we ...
by Otto
Tue Mar 06, 2018 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Organising software
Replies: 7
Views: 1650

Re: testpop3

I call GetMailZ from my menu GetMail(oWnd) here you are: [code=fw] // Testing FiveWin new Internet incoming mail (POP3 protocol) Class #include "FiveWin.ch" STATIC FUNCTION GETMAIL( "pop3.dominio.it", "info@dominio.it", "password" ...
by damianodec
Fri Nov 10, 2017 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: testpop3
Replies: 20
Views: 4525

Re: Interfacing with Dicom sistems

Hi Doug, For HL7, I looking to parse the incoming HL7 message so I can populate my database with the patient info etc.. For DICOM, what I would like to do is take whatever info comes out of a DICOM enabled medical device and again, populate my ...
by Jeff Barnes
Tue May 02, 2017 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11783

Re: tSocket Server/client question

... Run in background (if HIDDEN is used) Popup a alert with the data insite the file ( In my case the data comes from a PBX phone system with data of incoming call. Afther the call has ended, the PBX will erase the file and the program keeps listening until the next call to popup again. ) In the popup ...
by Marc Venken
Mon Mar 20, 2017 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tSocket Server/client question
Replies: 6
Views: 934

eMailDeskTop

... help of Outlook only we can't manage to handle them. We think that this program could be of interest for many companies. eMailDeskTop organizes incoming emails not in a tree view (like OUTLOOK) but like a desktop. eMailDeskTop is not an archive but a tool to work on current emails. Every email ...
by Otto
Wed Nov 23, 2016 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMailDeskTop
Replies: 3
Views: 1753

Re: Using ODBC to connect to DBF via Internet

Tanks, Gale, all good information.

We may not have to deal with indexes. We may just put the incoming data into batch files and process them in the FWH app. Still being able to use indexes would be great.

James
by James Bott
Wed Aug 31, 2016 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using ODBC to connect to DBF via Internet
Replies: 16
Views: 3600

Email2Blog

... example Bluehost. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31861&p=186168&hilit=bluehost#p186168 It is easy to store an incoming email as html-file. But does someone know in which tables we have to post for PHPBB or a WORDPRESS blog. Thanks in advance Otto
by Otto
Thu Jun 16, 2016 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email2Blog
Replies: 1
Views: 400

Re: question for trichedit

...                   If( lLink, CFE_LINK, 0 ) ).../...  ftp://asapdata.arc.nasa.gov/incoming/rose/DevStudio/VC/INCLUDE/RICHEDIT.H
by cnavarro
Sun Apr 24, 2016 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: question for trichedit
Replies: 10
Views: 2455

Re: ads error 7008

Make sure you have port 6262 open on the server. Set it for UDP, both incoming and outgoing. Also make sure the drive is shared. If you only share the app directory, the ADS might not be seen. Finally, in the Windows settings, turn of the password protection ...
by TimStone
Fri Nov 28, 2014 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ads error 7008 (fixed)
Replies: 2
Views: 378

Re: Escuchar comunicaciones por puerto IP.

... into the memory variable <cBuffer>, which must be passed by reference. To avoid blocking, function inetDataReady() can be used to detect if incoming data is available, or a timeout value can be set with inetSetTimeout() . Note: it is not guaranteed that all the data required to be read is ...
by JmGarcia
Mon Apr 14, 2014 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Escuchar comunicaciones por puerto IP.
Replies: 2
Views: 944
Next

Return to advanced search