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

Recent content by savissimo

  1. savissimo

    How can I pull up a check closed in Micros 3700

    MikeRose, thanks for the EOrganiser. I thought that such app does not exists but i guess i was wrong.
  2. savissimo

    Micros SIM question - selected items

    Try This One: Item Discount Function This command is used to apply a list of discount amounts to the corresponding list of detail index values. The GetMaxDiscount function will be used to help the ISL developer determine how much can actually be discounted for each menu item. When this...
  3. savissimo

    Micros 3700 SIM ISL Event ID

    Anything , anyone?
  4. savissimo

    Micros ISL - String concatenation

    or you can use format command to format string format strSQL as "Select*from micros.barocode_def where barcode =", \ strBarcode
  5. savissimo

    Micros ISL - String concatenation

    You can query the database like i explained. I dont understand from where do you get the Data? what is the variable type. Please provide the code...
  6. savissimo

    Micros ISL - String concatenation

    Though you will not need quotes on second if you are using initialized variable, so you just put name of the variable...
  7. savissimo

    Micros 3700 SIM ISL Event ID

    I need to use tender media only after i get the response message from the external system. Idea is: 1. Press button (remember the inquiry number of the button in the SIM script) 2. Call Dll function from the external system and pass check details. 3. Wait for response from external system 4...
  8. savissimo

    Micros ISL - String concatenation

    Please try like this: strSQL = "Select*from micros.barocode_def where barcode =", \ "strBarcode"
  9. savissimo

    Micros 3700 SIM ISL Event ID

    I agree that i could initialize variable in that specific Event and then use it later on but in that case for every tender media i have to create event in SIM script. I want to simplify things and transfer configuration to touchscreen designer and not to SIM scripts, as i will not maintain this...
  10. savissimo

    Micros 3700 SIM ISL Event ID

    Hello everybody, i am looking for the way to catch in the SIM script the inquiry number which i inserted in touchscreen designer. For example, i defined event inq:* in the SIM script pms11.isl In touchscreen designer i defined a button with SIM/ISL, i choose pms11 and the inquiry number 100...
  11. savissimo

    Micros technician in Mass or online!!!

    What version of micros?
  12. savissimo

    micros 3700 report period question

    What report did you try to start? What error message do you get?
  13. savissimo

    Micros technician in Mass or online!!!

    What seems to be the problem?
  14. savissimo

    Micros POS System Possible employee theft

    I meant that there is no such thing included in Micros, so the claim was right. Try with EJ print, its the same thing and it is included in your Micros licence :) My question: Is EJ organizer the same thing as EJ Print? If its not, please send the link to this product because a lot of clients...
  15. savissimo

    Micros POS System Possible employee theft

    There is no such thing as EJ Organizer, but there is app called EJ print and it is included in Micros 3700. The shortcut for this piece of software you can find it at C:\Documents and Settings\All Users\Start Menu\Programs\MICROS Applications\Utilities\POS. Good luck

Part and Inventory Search

Back
Top