Search found 53 matches: substituted

Return to advanced search

Re: compile errors - send a SMS

... SMS with Twilio for the past 15 months. Here is my complete code implementation. * & # are used in spaces where specific client values must be substituted. Communications curl.exe -X POST https://api.twilio.com/2010-04-01/Accounts/****************/Messages.json ^--data-urlencode "Body=Hello ...
by TimStone
Fri Apr 12, 2024 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 303

IsBinaryData

Dear Mr. Rao, it seems to me that IsBinaryData() is not working well. I also see that it is substituted in xBrowse with c function. What IsBinaryData() should we use in mod Harbour? Best regards, Otto function main    local aTage := {}    ...
by Otto
Mon Nov 14, 2022 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsBinaryData
Replies: 2
Views: 206

Re: SMS Text messaging

... the text. Those are the Account SSDI, AUTH, and PHONE. 2). I do not use the CALL feature so I removed it. 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() ...
by TimStone
Tue Nov 08, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1709

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

... ( nofoto->aankoop / nozdiv( nofoto->bruto ) * 100 )              Using OOP, the above lines would be something like below. I substituted oLineItem for cAlias) and oPart for the "nofoto" alias. Note that with objects you don't ever need to use aliases. And it is much ...
by James Bott
Wed Mar 30, 2022 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

Re: Peer to Peer, NAS and NTX -> CDX

Marc Vanzegbroeck, may I ask what SQL could bring for such small applications as ours. I think the lack of the dBase Editor (DBU) alone cannot be substituted. By the time phpMyAdmin starts, I already have done all the work with DBU. I am convinced that RDP, DBF and the other formats (xml, doc, ...
by Otto
Sun Jan 03, 2021 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3339

New FTDN June/Junio 2019 (FWH 19.06)

... Fixed by replacing "isalnum(" function with HB_ISALNUM() * New function FW_StripComments( cPrg ): All comments in a program text are substituted by spaces, retaining line numbers. * Enhancement: FW_At(...): - Parameter lSkipStrings can be a character string containing any or some ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2749

FWH1905: FW_AT() Case insensitive search

... One Two", nil, nil, .t., nil, @cMatch )? nAt, cMatch // 12, "One"  8. [cReplace]: Optional: If specified, the match found is substituted with this string. The substituted string can be shorter or longer. In this case, the 2nd parameter should be passed by reference. The search ...
by nageswaragunupudi
Wed Jun 26, 2019 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: FW_AT() Case insensitive search
Replies: 0
Views: 570

GET logical value represented by bitmap

Any examples where a GET of a logical field is being substituted with a on/off yes/no etc bitmaps
Thanks
Peter
by reds
Wed May 22, 2019 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET logical value represented by bitmap
Replies: 6
Views: 976

Re: Server vs Notebook as Server for FW programms

Hello Nicanor, hello Carles , thank you for your answer. This topic is not about in-house server vs. cloud server. This was started as I substituted server machines through notebooks. An it is a success. In-house server vs. cloud server is a completely different discussion. Best regards, Otto ...
by Otto
Thu Jun 07, 2018 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16857

New FTDN January/Enero 2018 (FWH 18.01)

... colors in the image with programmer specified colors. Example: { { CLR_BLACK, CLR_HRED }, { CLR_BLUE, CLR_GREEN } } Black and blue colors are substituted by red and green colors. This option works well when the image contains solid colors. * IMPORTANT: It is noticed that recent versions of ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2590

Re: How to validate dates in a corrupted database

... posting the data. The problem is that the corrupted data occurred during a brief time when I used the 17.07 database.prg. It did not happen when I substituted in the 17.06 database.prg, but by that time the corruption was already in the file. I did run the scan from the TRY / CATCH solution and ...
by TimStone
Mon Oct 09, 2017 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to validate dates in a corrupted database
Replies: 9
Views: 1378

FWH: MySql/MariaDB: RowSet object

... "select * from `customer` where `state` = ? and 'age' between ? and ?", { cState, nMinAge, nMaxAge } )  These values are substituted for the 3 place holders before executing the sql. Later we can use : oRs:Requery( aNewParams ) In the above example we can use cState  := ...
by nageswaragunupudi
Thu Jul 21, 2016 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19554

Re: OT: Windows 10 - stop upgrade

... not certified their software for 10, it tells me they are not working in the best interests of their clients. In the past, many of these companies substituted their own .dll's for Windows .dll's, and the modifications created problems. Many of us work hard to stay compatible with the latest OS ...
by TimStone
Mon Jun 27, 2016 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 4781

Re: Error set the cgetfile function

... i file (*.*)|*.*";                             ,"Per favore seleziona un file", 4 ) I removed spaces in filters list and substituted all comma with semicolon. Regards, Antonino
by AntoninoP
Fri Jun 19, 2015 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error set the cgetfile function: resoved !!!
Replies: 10
Views: 2063

Re: Chinese

... http://www.marcoboschi.it/public/china3.jpg I noticed that if unicode.exe lost focus and then takes it back Chinese characters are substituted with ???? What do you think by adding a button that prints... will work ? And what about to store the content of oGet into a dbf field? ...
by MarcoBoschi
Wed Jun 17, 2015 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chinese
Replies: 13
Views: 2643
Next

Return to advanced search