Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Input via Mag Stripe Reader Data to Ops Alpha Request Entry

Status
Not open for further replies.

Gohulan

Programmer
Nov 8, 2023
1
LK
I have developed a Simphony Extension Application and I am using Ops.AlphaEntry and Ops.Numeric Entry, how can I control or take the input from mag card swap as well. Please some one help me I am suing the below code at the moment


string guestname = OpsContext.RequestAlphaEntry("Enter Guest Name ", "Guest Name");
decimal? amount = OpsContext.RequestAmountEntry("Enter Amount ", "Pay Amount");
 
Use request OpsContext.RequestEntry instead. here is a thread that talks about how to do it:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top