Search found 29 matches: payments

Return to advanced search

Re: Shell.Explorer.2 problem

... website "uses something called ThreatMetrix as an additional security measure for verifying a person is a “person” when initiating a Hosted Payments transaction, and it seems that recently they made a change that implemented some newer javascript functionality that causes issues on older ...
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 752

Shell.Explorer.2 problem

... cHtml := "" LOCAL oIcon DEFINE ICON oIcon RESOURCE "MYICON" DEFINE WINDOW oWndHP ; FROM 1, 5 TO 40, 75 ; TITLE "Hosted Payments" ; STYLE nOr(WS_CAPTION, WS_SYSMENU) oActiveX = TActiveX():New( oWndHP, "Shell.Explorer.2" ) oWndHP:oClient = oActiveX // To ...
by Randal
Mon Jun 26, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 752

Problem With indexes and Xbowse Search

... on this dbf "Tabgen.dbf" I save all record I need on every procedure of application this archive stores the reference records for rates, payments, warehouse reasons, warehouse types, units of measurement, etc. and it use the standard archive the archive was index on Chiave+Codice because ...
by Silvio.Falconi
Wed Feb 16, 2022 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With indexes and Xbowse Search
Replies: 0
Views: 150

Re: Pagos con MercadoPago

... }}  Podes consultar esta info en la Api de Mercadopago https://www.mercadopago.com.ar/developers/es/reference/payments/_payments/post De ahi tendrías que ver que info te sirve para registrar en tu sistema. Yo creo que con registrar el ID de la operación, el ...
by cmsoft
Tue Jun 08, 2021 7:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pagos con MercadoPago
Replies: 2
Views: 543

Call HTML form in FWH application

... /></form> Though I use this on my server now, hackers are trying to access it. The last time they did it, they diverted payments to their PayPal account ( knowing PP lets them get away with the theft ). I want to remove the "Store" from my website completely ...
by TimStone
Fri May 21, 2021 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call HTML form in FWH application
Replies: 7
Views: 1557

Re: illegal copy protection

... built an autoupdater that downloads the keyfile every 3 hours to be sure it is the current version. With this I can activate messages that support payments were not received, and thus support is no longer available, or shut off systems for license violations, or handle access for people renting ...
by TimStone
Thu Jan 21, 2021 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: ERROR ON TBTNBMP:SHOWPOPUP

... ACTION ::ShowPopUp( { |oBtn| BtnPopMenu( oBtn ) } ) then on the function to change the umbrella ( because the user can change the date or show th payments) I make the search on reservation archive , set all cargos values and , on old source, I made oApp:aBmps[nY,nX]:baction:= {|Self|::ShowPopUp( ...
by Silvio.Falconi
Sat Jul 27, 2019 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON TBTNBMP:SHOWPOPUP
Replies: 5
Views: 816

Re: How To create a DashBoard

... and there are texts including some underlined words that are actually links that show a given function example: "I am waiting to receive 42 payments" and the word "42 payments" has a link that opened the payment file. then a day made this : https://i.postimg.cc/RFkxBW3x/jjj.png
by Silvio.Falconi
Wed Apr 17, 2019 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 7150

Re: strategies

... any better since then. To recap: In 1988 the federal government mandated the creation of a centralized computer system to monitor child support payments – and gave states ten years to set up their networks. Not only did South Carolina fail to get its system up and running on time, but by 2006 ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8208

Re: update the executable of my application via FTP

... which has a file ( encrypted ) of clients, and their version authorizations. I also have a rental program, so it contains the shut off date it payments are not received ( or the new extended authorization date when they are ). In the middle of the night ( after midnight ) when people are not ...
by TimStone
Fri Jun 16, 2017 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: update the executable of my application via FTP
Replies: 12
Views: 2791

Re: FWH: MySql/MariaDB: RowSet object

Select f1,f2,f3,f4 from clients

f1 anf f2 are Keys (unique both)

When I load the whole Record, I also load relations with other tables, history sales or payments records etc.

Thanks in advance.
by Adolfo
Wed Apr 26, 2017 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19789

Re: Harbour for iOS working. FiveTouch for iOS is coming ;-)

Tim,

I think it can be used by external sellers who visit customers to sell or for managers or by managers/directors to authorize payments.
by vilian
Mon Oct 17, 2016 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for iOS working. FiveTouch for iOS is coming ;-)
Replies: 15
Views: 2727

Re: Advantage Database and SQL

... to the CreateDictionary()? because the names of my dbf's aren't related to the ntx's. Example... Customer.dbf Custname.ntx Custnbr.ntx Custid.ntx Payments.dbf Pmttype.ntx Pmtdate.ntx Notice on my sample code posted here how the table and indexes get added to the data dictionary using ACE function ...
by reinaldocrespo
Fri Aug 14, 2015 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database and SQL
Replies: 6
Views: 2398

Re: Advantage Database and SQL

... to the CreateDictionary()? because the names of my dbf's aren't related to the ntx's. Example... Customer.dbf Custname.ntx Custnbr.ntx Custid.ntx Payments.dbf Pmttype.ntx Pmtdate.ntx 2) How do I link in the ADS.ch? I have never "included" anything in Harbour yet. The following is my ...
by Jay Hill
Fri Aug 14, 2015 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database and SQL
Replies: 6
Views: 2398

Re: How many INDEX can create ON MySql and How to use it?

... a join ( relation ) between two tables SELECT Customer.[First Name], Customer.[Last Name], Customer.Address1, Customer.City, Customer.State, Payments.[Payment Method], Payments.[Payment Amount], Payments.[Date Collected], Payments.[Invoice Number] FROM Customer LEFT JOIN Payments ON Customer.[Customer ...
by Rick Lipkin
Sat Jun 27, 2015 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many INDEX can create ON MySql and How to use it?
Replies: 8
Views: 2479
Next

Return to advanced search