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!

Search results for query: *

  1. themaj

    AlohaPOS Bogo Issue, can't figure this one out

    Yes, I did create a specific category. Explanation: As above, I have 5 bottled beer products that I wish to promo with a BOGO. If you buy a Bud, all is normal until you order the 2nd Bud which gets 'matched' with the 1st and zero priced as the BOGO. Problem is that if I order any of the 5 beers...
  2. themaj

    AlohaPOS Bogo Issue, can't figure this one out

    I have AlohaPOS systems in 6 different venues and I can't seem to figure out this BOGO issue; your help is appreciated. I want to run a Promo that allows guest a BOGO on specific items, all in a the same Category (Non-Sales). Seems easy enough but I can't seem to get it to do the BOGO on each...
  3. themaj

    how to 'select text' on current form

    Hypetia, Friends have commented to me about the hazards of subclassing but I'm not sure I understand the issue and what it has to do with 'IDE'. What I do know is that when I put your code into the project as you described, the VBStudio crashed when my app crashed. I was forewarned and...
  4. themaj

    how to 'select text' on current form

    Hypetia, This ROCKS!!!!!!!! You just saved me a sh#tload of boring, repetitive coding. I just tossed it into my project and WHAMMO, all is happy. Now....can you tell me anything about this that might cause trouble? Any counterindications with this code I should know about? Oh...and I learned...
  5. themaj

    how to 'select text' on current form

    Hypetia, I honestly don't know exactly whats going on here with your suggested code but it works....very cool!! It certainly reduces a ton of code in a small little package. I'll definately add this to my little 'snippet' box for use later. Xie xie, (thanks) maj
  6. themaj

    how to 'select text' on current form

    CaptainD, The way I read this still tells me that I have to create the Sub lines in each & every textbox_gotfocus. That was what I'm trying to avoid since there are over 50 textboxes on the form. Hypetia, This all looks interesting but looks a bit bigger than my experience. I'm going to review...
  7. themaj

    how to 'select text' on current form

    Captain, The way I read this is that each Textbox still requires the SelText sub in it's GOTFOCUS. Am I reading this right? My form has more than 50 textboxes spread over 3 Tabs of an SSTab control. They're not in a control array and I prefer it this way for now. I'm certainly open to another...
  8. themaj

    how to 'select text' on current form

    John, I considered using a control array but in my coding practise I name various controls (especially Textboxes) to more recognizable names corresponding to the database table fields. Is that bad programming? I was hoping to detect when the Tab or Enter is executed and use the SelLength and...
  9. themaj

    how to 'select text' on current form

    I'm looking to write one subroutine at the form level that will 'Select Text' on each Textbox as I tab through the form. I don't necessarily want to add a sub to each textbox on the form. Is this possible? Any ideas or suggestions? Thanks
  10. themaj

    Job Code in Aloha for cahier

    I think you need to be more specific as to what you're trying to accomplish on this one. I'm afraid you're heading towards a security problem if I'm reading this correctly.
  11. themaj

    New Menu

    That would depend on several things. To do that you would have to load Aloha on your laptop first. You would also need access to the Aloha Key although only for a short time. As I recall you can load up Aloha, 'borrow' the key, then start Aloha. After Aloha initializes you can remove the key...
  12. themaj

    Looking to Terminate Aloha

    RosemarysBaby, I'm really curious of where you're located because 13 years with Aloha would put you in the realm of one of the oldest non-corp Aloha users. I first ran into Aloha in '93, installed th first Aloha 100% Windows version in '94 (in Florida) and worked with Ibertech/Aloha until...
  13. themaj

    Which CR10 Version do I need to write code with VB6

    Thank you Ken for your quick reply; it appears that all my efforts and tips from other is all for naught unless I upgrade to Developer Edition. So you're saying that I can build static reports but if I want to build dynamic queries in VB or pass parma, I need Developer? THanks Again,
  14. themaj

    Which CR10 Version do I need to write code with VB6

    I have CR10 Professional, does this have the correct References & Components to work with VB6. I'm trying to create a simple report that allows me to change parameters such as date and the samples I got from Crystal require Developers Edition to be installed. Can anyone tell me the differences...
  15. themaj

    Pass Date Parm from VB6

    I using VB6 & CR10 I store the date in AccessDB as a long integer (Ex: 20060615). In my test report built within CR10 I have no problem using the appropriate selection: {transactions.TRANS_DATE} >= 20060600 and {transactions.TRANS_DATE} < 20060700 I then launch the report with...
  16. themaj

    Aloha vs Maitre'D (Posera)

    RokStar & zahead31, Thanks for your input but I've worked with Aloha for many years; actually I was working with it in '94 while its BOH was still DOS, there were less than 10 resellers and maybe 2 dozen non-corporate sites. My issue is really about knowing more of Maitre'D and was hoping a...
  17. themaj

    Dual Aloha versions, single BOH?

    Yes it is possible by first creating two separate root dirs (ex: AlohaTS & AlohaQS). Then point each system to the correct dir. As for the sharing of the EDC, it also can be done but I'm a bit hazy on this one. Sorry Then, after serious thought....why would you really want to share both...
  18. themaj

    Aloha Event Question

    All Events are fired from the FOH by the Master terminal. Yes, you must fresh data after making any changes in the Events. If you are working on a single terminal as both BOH and FOH you can write a quick batch file that will essentially 'refresh' data in seconds as opposed to using the BOH...
  19. themaj

    Using VB6 custom function in Crystal V10

    I have a custom function for a date format in VB6 that converts to a Long Integer(ie. 20060614) for populating my Access DB. I then use the opposing function below to convert to a readable date. Can anyone help me implement the function in Crystal 10. Public Function fDateLong(plngDate As Long)...
  20. themaj

    Aloha vs Maitre'D (Posera)

    Can anyone give me an objective opinion of Aloha vs. MaitreD? I'm looking for a new system and these are the only options available or acceptable. Don't ask why, it is what it is. I looking for setup/maintenance issues, Inventory, training, stability, flexibility and Cashiering environment. Any...

Part and Inventory Search

Back
Top