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 SkipVought 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

    Is it also a Micros bug that if I call a custom keyboard in my script then it won't show the values inputted from that custom keyboard in Micros screen? Thank you!
  2. manelandrea

    MICROS Keyboard Input Values Not Showing in Screen

    Hi @Moregelen, I am calling the custom keyboard in my ISL script, how do I call the built in keyboard from my script? Thank you!
  3. manelandrea

    MICROS Keyboard Input Values Not Showing in Screen

    HI Moregelen, how do I achieve that? Thank you!
  4. 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...
  5. 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...
  6. manelandrea

    Maximum Discount error Micros POS 3700

    Hi Wildbar, I am not sure what you are talking about The first screen with small s is just a button with small captions. I don't think it will affect the discount.
  7. manelandrea

    Maximum Discount error Micros POS 3700

    Hi Wildbar, Yes I am calling it correctly
  8. 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!
  9. manelandrea

    Invalid Workstation Revenue Center Programmed Micros 3700d

    HI Scacea, It's RES 5.5 and the workstation type is Windows (32 or 64 bit)
  10. manelandrea

    Invalid Workstation Revenue Center Programmed Micros 3700d

    Hi Scacea, I have already configured that RVC and restart as well. But still getting the same error. :(
  11. manelandrea

    Invalid Workstation Revenue Center Programmed Micros 3700d

    HI Scacea, What do you mean if it's set to a RVC? May I know how to set the workstation to RVC? Thank you!
  12. 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!
  13. 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!
  14. manelandrea

    PRINTER SETUP IN MICROS

    hi @Moregelen, how can I specify in ISL which printer I want to print to? Thank you! Regards, Manel
  15. manelandrea

    Multi-level Items MICROS ISL

    Hi Moregelen! You're right about what I am trying to do. I need to know the parent-child relationship of items but it seems like MICROS doesn't have it. How will I do it with combo meals? Like for example: I ordered BLT sandwich, and MICROS would require condiments, so I added *W/ Fries *W/...
  16. 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"...
  17. 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!
  18. 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!
  19. 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!

Part and Inventory Search

Back
Top