Search found 589 matches: implementation

Return to advanced search

Re: Everything under Fivewin

Dear Jimmy,

Please try this and let me know what you get:

MsgInfo( LoadLibrary( "Everything32.dll" ) )

Don't use your LoadLibrary() implementation. FWH provides it.
by Antonio Linares
Mon Nov 21, 2022 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1128

Re: mod_harbour com firebird

... Language Reference: http://www.ibphoenix.com/downloads/60LangRef.zip Developers guide: http://www.ibphoenix.com/downloads/60DevGuide.zip The Class implementation has no all implementation like TMysql has, because Firebird it's diferent. For example, you cannot navigate in records like Mysql do, ...
by Antonio Linares
Sat Nov 19, 2022 9:32 am
 
Forum: mod_harbour
Topic: mod_harbour com firebird
Replies: 1
Views: 396

Re: SMS Text messaging

... 3). I have my own logging utility, so I substituted in my own process for his log routine. 4). I've made a couple of other changes specific to my implementation. 5). I modified the Send() Method to accept the text and phone number to be used in sending the SMS. I would suggest setting up the account, ...
by TimStone
Tue Nov 08, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1770

New FTDN October/Octure (FWH 22.10)

... a working example traininig Xor operations using AI. * New: New functions dbRollBack() and dbRollBackAll() in source\function\dbffunc1.prg to help implementation of transacion tracking with DBF -See samples\dbf_tts.prg * Enhancement: samples\buildh32.bat, samples\buildh64.bat and samples\buildx32.bat ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 886

Re: How to Curl for text messaging

... to have it work with pure mod_harbor under Apache. With this combination you can setup a full automated text and reply responses using Twilio. My implementation sends medical appointment reminder texts to patients cell numbers. The patient can reply 1 to confirm or 2 to cancel. The sending texts ...
by NWKL
Sat Aug 13, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2301

Re: New Class TWebView in next FWH build

Dear Giovany,

Good work :-)

Your implementation forces to have webview.dll accessible and webview.dll it is not accessible on all Windows versions

Thats why FWH uses dynamic linking instead of static linking, so the FWH app works fine no matter if webview.dll can be loaded or not
by Antonio Linares
Wed Jun 22, 2022 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2331

Re: JSON with HTTPS: post

... question about cURL. I may be "out of touch" but I still find documentation helpful, and threads on a forum are specific to one person's implementation questions and do not document a function or class. As for wasting time, when the vendor made changes to their system, it has wasted days ...
by TimStone
Tue May 24, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 2050

Wine under Mac with FWH app

... to run windows applications on Unix like OS like Linux, BSD and Mac. I'm testing Wine for Mac to run my Windows applications. I'm using a specific implementation called "CrossOver". My FWH application launches perfectly and dialogs and FastReports are shown as expected. However, when ...
by reinaldocrespo
Fri May 13, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wine under Mac with FWH app
Replies: 7
Views: 543

Re: MAPI Clients - Thinking ahead

Hi, Thunderbird supports MAPI but its implementation is buggy. MAPI is a Microsoft protocol, so other systems may not reference it. In my case, to solve this, what I did was use Thunderbird generating the .eml and sending it with an automatic ...
by hmpaquito
Mon May 09, 2022 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Clients - Thinking ahead
Replies: 1
Views: 310

Re: ADS - The future is <sadly> now so where do you go ?

... change with every invoice. 2). The RTF section can start at the top of a page, or near the bottom, and it's length will vary. 3). In the current implementation ( latest FWH version ), we could output a fixed space for the RTF. However, after each line is printed, we need to know the postion it ...
by TimStone
Mon May 09, 2022 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2919

Re: BOA for harbour ?

... in front of the various queries my apps need, then just do the REST calls from my FWH apps. I'll be interested to see what you do with this new implementation.
by rhlawek
Fri Apr 29, 2022 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 664

Re: change the header of a xbrowse

... you can not hide headers and show group headers only. Also we can not have common header for more columns. But we keep this in mind for future implementation. in addition to the common header for multiple columns, it is also useful to have the double group ie for example https://i.postimg.cc/yN2T9b1v/f.png
by Silvio.Falconi
Wed Apr 27, 2022 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the header of a xbrowse
Replies: 2
Views: 216

Re: change the header of a xbrowse

At present, you can not hide headers and show group headers only.
Also we can not have common header for more columns.
But we keep this in mind for future implementation.
by nageswaragunupudi
Wed Apr 27, 2022 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the header of a xbrowse
Replies: 2
Views: 216

Re: Printing RTF 22.03

... in it's output and options, is 1527 lines of code. The output can be an unlimited number of pages, thus the necessary page counter logic. The implementation of printing of the RTF is assuming a block size which must be modified to be used in this case. One customer might have 5 lines of text ...
by TimStone
Tue Apr 12, 2022 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 626

Printing RTF 22.03

... nRow is updated with each line, we know where to start printing the next section after the information contained in the memofield. Using the new implementation, I find the following issues: 1) You have used a defined dimensions sample. This is not the same as the presenting problem in the original ...
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 626
PreviousNext

Return to advanced search