Search found 608 matches: writing

Return to advanced search

Re: SMS Text messaging - FOLLOW UP

... repeat them here. It appears the real push today is for OUTGOING texts and emails, and most services are not focused on replies unless you are writing automated systems. I hope others will look into, and share, some of their practices with good email and text usage for businesses, and how they ...
by TimStone
Mon Nov 07, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1826

Re: bOr / nOr : how to "add" Constante under FiveWin

... TControl is derived from TWinndow. So the new TGrid class already has all methods of TControl and TWindow. You need not spend your time in writing code from scratch like using GetWindowLong(...) and SetWindowLong(..). All such things are already available in a very simple and userfriendly ...
by nageswaragunupudi
Tue Oct 18, 2022 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bOr / nOr : how to "add" Constante under FiveWin
Replies: 8
Views: 440

Re: Backup from inside FWH program

... get any money, and my client is wiser on how they will take precautions in the future. As for my system, I use Goodsync on my programming machine, writing to a portable drive, and to the cloud. I also regularly have redundant copies on two other computers.
by TimStone
Wed Aug 31, 2022 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup from inside FWH program
Replies: 17
Views: 1549

Re: Excel OLE RTE when compiled with Harbour

I remember having experienced the same problem, when I was writing the METHOD ToExcel() of XBrowse. Please see my notes towards the end of ToExcel() method in XBrowse. #ifndef __XHARBOUR__   else      //      SysRefresh()      //      // This ...
by nageswaragunupudi
Tue Aug 30, 2022 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 933

Re: How to Curl for text messaging

... NIl  Twilio sends any replies as an http post web hook. So you would need to have an http server capable of receiving posts. After writing this whole project with Java, I decided I did not want to keep maintaining Java code. So I rewrote the whole thing with harbour and for the ...
by NWKL
Sat Aug 13, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2349

Re: Nages --- Meter circular

Image

This sounds great to me
how can i change the writing also for the number in progression?

I made this but not run
oDlgAgg:SayHollow(oSay[3] , { nRow, 5, nRow + 25, 400 }, nil, oBold, CLR_GREEN, nil, CLR_WHITE, 3 )
by Silvio.Falconi
Fri Jun 10, 2022 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages --- Meter circular
Replies: 2
Views: 278

Re: New Fivewin with new PDF

... to zero will not work, the file may read several sizes before it is complete). Is there a way for the program to stop on the line where it is writing the file to the disc, and not move on until it is complete. Where I can be sure the file is there, complete, and released. Thanks,
by byron.hopp
Mon Apr 04, 2022 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 1047

New Version of FiveWin 20.02

... they be in the wrong order, the function "Hello" is my issue, but the rest seem like typical FiveWin funcs or classes. I am basically writing the extremely complex 'Hello World" application and I will work my way up from there. My "Hello World" does have an MDI Container. ...
by byron.hopp
Thu Mar 31, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Version of FiveWin 20.02
Replies: 3
Views: 366

Re: Leer Excel grande a un array o DBF

...        NEXT  can be replaced by this single line code, which is more efficient than your logic aExcel := xlRangeValue( oRange )  For writing all values in a range to DBF: // Create of open dbf( cAlias )->( FW_ExcelToDBF( oRange, [cFieldList], [lHasHeaders], ...
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 809

Re: System info, Tips & Tricks, scharing project info

... choose as on desktop where an object has a certain life? Is our task on the backend simply to achieve the fastest processing speed on reading and writing from/to the database When you are using a database, whether local or on a LAN server, and you do a seek for one record, then you are just passing ...
by James Bott
Sun Jan 16, 2022 1:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1609

Re: System info, Tips & Tricks, scharing project info

... choose as on desktop where an object has a certain life? Is our task on the backend simply to achieve the fastest processing speed on reading and writing from/to the database. Do we maybe have a complete different situation? Best regards, Otto
by Otto
Sat Jan 15, 2022 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1609

Re: Learning opencv step by step

... C++ ("synchronous") exceptions will be caught, and `extern "C"` functions will not throw exceptions. This is recommended when writing portable, platform-independent code.
by Antonio Linares
Tue Dec 14, 2021 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2538

Re: james

... FATAL DE REDE! FECHAR BANCO DE DADOS." )RETURN( .F. )// FIN END Regards. Please Karinha, For some time now, dear sir, you have been writing messages even if you have not been asked for anything, and even with other topics, if you read my post carefully, I was asking for a specific ...
by Silvio.Falconi
Sun Dec 12, 2021 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 826

Re: To Maurizio, to Dutch

Dear Otto, I don't convert the xHarbour&FWH to web application. We are writing new with native web with cloud environment. The pirnting, we are created PDF as normal web application do. Regards, Dutch Dear Dutch, Many thanks for your response. It helps me ...
by dutch
Thu Dec 09, 2021 4:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2347

Re: help on a GPF situation

... variable HB_TR_OUTPUT to the name of a file where you would like the tracing output to be directed. If there is any problem opening the file for writing, the output reverts to STDERR. When it happens an error and the controller of errors of Harbour cannot intercept it (e.g.: GPF), it can happen ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3460
PreviousNext

Return to advanced search