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 Chriss Miller 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: *

  • Users: azrobert
  • Content: Threads
  • Order by date
  1. azrobert

    res3700 Parent item for a condiment

    I have been able to query the database and get most of the information I am looking for (thanks to a few posts here) Basically a list of items on a guest check. I am looking to find a way to determine which menu item a condiment was ordered on. Has anyone managed to figure that out? I can find...
  2. azrobert

    Res 3700 Transaction services help

    I am playing around with transaction services trying to post a transaction from visual studio. I have been able to Successfully use the getopenchecks soap call. Here is the code I am using to attempt PostTransaction: (this code is really rough and messy) Private Sub Button3_Click(sender As...
  3. azrobert

    Res3700 5.74 Sim format command text limit

    We have recently upgraded to win 10 and res 5.74 I have a lot of custom Sims that use the format command to form a text string to send to a sql server database they have worked fine for years but it seems Micros has drastically reduced the limit on the size of a string you can use. Has anyone...
  4. azrobert

    Micros Res 5.4 Combo group question

    Newly upgraded to Micros 5.4 EM I am trying to find a way to set the slu priority for a combo group item, there does not seem to be a way. I thought that the base menu item's slu priority might follow through to the combo group but that does not seem to be the case...... Any ideas ? Thanks in...
  5. azrobert

    Bound checkbox question

    I have multiple checkbox's on a form that are bound to a data source. they are all working properly and my updates are working fine. I added a check / uncheck all button and it looks like it is working (shows the checkbox's checked or unchecked) but is not changing the underlying data source. I...
  6. azrobert

    Micros 3700 Employee Social Security Number validation

    Hello, It's been a while since I posted a question but hopefully someone will have run into this before. when adding a new employee the social security number is verified as valid or not, the IRS has added new ss num patterns that are not being recognized as valid. is there a table that I can...
  7. azrobert

    Micros stored procedure

    I am looking to create a new stored procedure in Micros. I have always just queried tables and am looking to do something a little different, I am looking to alter an existing stored proc and add fields from another table, specificaly the discount report and add the ref field from the ref table...
  8. azrobert

    Micros Menu Item bitmaps

    I feel stupid having to ask but have never messed with assigning bitmaps to menu items. We are using Micros 3700, I have 3 stores running 3.0 and 3 stores on 4.0. I can add icons to menu items with no problem, how do I add new bitmaps to the list of icons ? I am drawing a blank on something...
  9. azrobert

    Micros Sim Calendar

    Any one know how to pull up a Date / Time prompt in micros sim, or if it is possible ? Thnaks
  10. azrobert

    My.settings

    I have an application that uses a few settings. I run a stored procedure on startup that is supposed to change several of those settings. The procedure is working and I can see the new settings when I am debugging the app but the settings are not being saved in the application.exr.config file on...
  11. azrobert

    Micros sim - Subtotal

    I haven't had to do any sim work in a long time... I see the system variable @TtlDue holds the check total is there a variable that holds the subtotal without tax ? or what is the best way to get it ? Thanks in advance
  12. azrobert

    Datagridview row borders

    I have a datagridview on a form that I have managed to hide the row borders, In otherwords there is nothing seperating the rows or cells on each row...... I can not for the life of me find out what I set to do this! I am trying to do something similar on another datagridview and can not figure...
  13. azrobert

    Datagridview vertical scrollbar width ?

    Has anyone found a way to set the width of a scrollbar other than doing it in windows settings ? I want to change the widt of a scrollbar but not change it for all apps? Thanks Robert
  14. azrobert

    Micros 3700 sim ideas ?

    I am drawing a blank here..... I am looking to run a sim event from an autosequence Seems like it should be possible but I am drawing a blank. I am looking to use a sim to retreive reservations from my web database and print them to a workstation. Thanks in advance! Robert
  15. azrobert

    Datarepeater Hide textbox in item template

    I am new to the Datarepeater control. I have managed to get it working, tied to a dataset from a stored proc. I would like to be able to hide (set visible to false) several textboxes based on the value of another textbox for various items. I am not sure where to do this. With a datagridview I...
  16. azrobert

    strange window in xp

    Just noticed a strange window kind of above taskbar that has an X Close Alt+F4 it is just a small strip maybe 1/4 inch tall and 2 inches long...... that does nothing it reappears with a reboot. have never seen it before...... Any one seen this before ?
  17. azrobert

    Micros ws4 compact flash

    I need to upgrade the compact flash cards on about 30 ws4 terminals. They have 128 mb cards in them and I need to upgrade them to 256 to run res 4.8. My questions are.... are any cards compatable ? Can I use a larger (1 gb) card ? Does any one know of a source for these ? I am having a real hard...
  18. azrobert

    Micros TAPI error

    Had the internet go out at one of our stores and the backup cc failed. Am getting an Internal TAPI error [-5] any one know what this error is ?
  19. azrobert

    Datagridview Scrollbar width

    Hmmm thought I had posted this and can't find it so sorry if I double post... I am looking for a way to set the vertical scrollbar width in a windows forms app on a datagridview. I found that I can change the windows settings but that effects the whole machine... is there a way to change them in...
  20. azrobert

    Stored PRoc using OPENXML

    Hello, I am working on a stored proc using Openxml I have used this in the past successfully but have run in to a snag with a new xml file. I am reading the file from disk and passing it to the SP. It appears that there are sub elements in teh XML file and I have never worked with those. I...

Part and Inventory Search

Back
Top