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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. manelandrea

    MICROS Keyboard Input Values Not Showing in Screen

    Hi, I created a customized keyboard for Micros 3700d and it's not showing the values inputted through the customized keyboard though when I hit enter, it will show the value I entered through the infomessage box I created: here's the keyboard I made: here's the code for that: SUB...
  2. manelandrea

    MICROS Discount LoadKyBdMacro

    HI Would anyone know how to configure the discount so when I call it in my sim script, it will apply the discount in amount and not in percentage? Because it seems like it always applies the discount in percentage: My POS configurator looks like this: My code in ISL is like this...
  3. manelandrea

    Maximum Discount error Micros POS 3700

    Hi would anyone know this error on Micros? I created and ISL file that will trigger the discount: Here's the configuration of discount: I am not sure why that error occurs since I didn't set any max discount for the items. Thanks!
  4. manelandrea

    Invalid Workstation Revenue Center Programmed Micros 3700d

    Hi! Would anyone know these errors upon loading of Micros ops? opsdbs.cpp (10359): Unexpected Database error Call failed then after that error shows, this one will show, Invalid Work Station Revenue Programmed: after that error, the system will terminate. Thank you!
  5. manelandrea

    Invalid gc serial number MICROS

    Hi, I tried setting up Gift certificate on Micros and also doing the ISL, but both ways I get the error "Invalid gc serial number" whenever I swiped the card. I tried this link: Link and also this: Link Thanks!
  6. manelandrea

    Multi-level Items MICROS ISL

    Hi! May I know how can I get the level of menu items from MICROS using ISL? I need to pass to our 3rd party system something like this: Structure: "items": [ // parent item { "level": 0, "line_number": 1, "parent_line_number": 0, "name": "Pizza"...
  7. manelandrea

    Max macro keys

    Hi, How will I check the number of macro keys entered? So I could prevent the max macro keys error from showing up? Would anyone know? Thank you!
  8. manelandrea

    MICROS 3700 KEYBOARD TEMPLATE

    Hi, Would anyone know how can I modify the micros built in keyboard? I'm thinking it's in the OpsDisplaySys but that file is encrypted so I couldn't read it. Appreciate any help. thank you!
  9. manelandrea

    Programmatically creates a screen to centralize all buttons in ISL

    Hi, Is there a way that I could create a screen with buttons programmatically thru ISL in micros? The screen will contain different buttons that will call difference events. Thank you!
  10. manelandrea

    Prompt Box in Micros

    Hi, I've read from MICROS 3700 documentation that the maximum string for prompt messages in micros must not exceed 38 characters or else it will throw errors like string overflow or automatically truncate the string. Is there a way like on how can I create a generic message box in micros that...
  11. manelandrea

    PRINTER SETUP IN MICROS

    Hi, I tried setting up the printer connected to my desktop from which the MICROS is installed. The remote printer is an EPSON U220B. here are the steps I did to make it work: I set up a roll printer in Devices, with a network node pointed to the remote printer ip address I chose the TCP/IP...
  12. manelandrea

    EVENT INQ INTERFACE

    Would anyone know if there is a max number for Event Inquiry number? I tried using 9010 as the Interface number and also set the ISL Inquiry number to 9010. I changed as well the touchscreen designer to the same Inquiry PMS number. But when I ran the POS and click the button with the PMS9010.isl...
  13. manelandrea

    Invoke an event when closing a Check

    Hi, Is there a way to invoke a sim script event for example that will send the whole check details to a third party system upon closing a check? For example, if the waiter click the Cash button for closing, it will call an event that will submit all the check details thru txmsg?
  14. manelandrea

    listdisplay for Records

    Hi, would anyone know how to display record on listdisplay? I was trying something like this: event rxmsg : success_reply var list_size : n3 var list_name[totalItems-1] : a40 var list_price[totalItems-1] : a40 rxmsg list_size,list_name[]:list_price[] window totalItems-1, 42, "Details"...
  15. manelandrea

    ISL error Unexpected End of Line

    So I was trying to display the array list in a ListDisplay but I kept on getting Unexpected End of Line error: event rxmsg : success_reply rxmsg success_msg window totalItems-1, 25 ListDisplay totalItems-1, 1, detail_name waitforclear //infomessage success_msg endevent And would...
  16. manelandrea

    How to pass and receive member data from Micros 3700 POS to C# Program thru Event rxmsg

    Hi I'm new to Micros ISL and been going through some research on how can I integrate a C# WPF project to Micros 3700 SIM ISL. I read that rxmsg is executed when a response is received from the third-party system interfaced to the 3700 but I'm not really sure how it works since the documentation...

Part and Inventory Search

Back
Top