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!

Recent content by groundclutter

  1. groundclutter

    MICROS Red 3700 v4.7

    I have a new client who uses this system for a small, bar & restaurant. The problem is that once the server checkout autosequencer runs, the touch screen locks up and you constantly get "employee must sign in"-message. Then, the station needs to be rebooted. The report runs fine and kicks out...
  2. groundclutter

    Ajax callout extender issue

    I thought the validatorcalloutextender had its own css embedded into the Webresource. If so, i must have a problem in my aspx code, correct?
  3. groundclutter

    ValidatorCallOutExtender issue with borders around images

    Hi,I am using the callout extenders on my validators on a web form. Works fine except that the default warning icon and close icons have borders around them. I've tried overriding the default css class but nothing seems to eliminate the borders around those images. Has anyone else ever had this...
  4. groundclutter

    Ajax callout extender issue

    I will post on the AJAX forum as i didn't before because the forum doesn't look like it has much traffic. I don't believe this to be a CSS problem as I have tried using the extender on my validator with the default properties and it still shows the borders around the images.
  5. groundclutter

    Ajax callout extender issue

    Hi, I am using the callout extenders on my validators on a web form. Works fine except that the default warning icon and close icons have borders around them. I've tried overriding the default css class but nothing seems to eliminate the borders around those images. Has anyone else ever had...
  6. groundclutter

    Crystal Reports 10 Need Formula

    Make sure you are using "Crystal Syntax" and take out the 'is'... if {IMRECHST_SQL.qty_received} <=0 then 0 else IMRECHST_SQL.qty_received}
  7. groundclutter

    Access/VBA Programmer Salary?

    SQLSister, I agree 100 percent. I should not have made the comment about "messy Access development" but I guess I see it more often (recently in fact) because it's easier for someone to claim Access knowledge rather than Oracle or SQL Server, etc. For example, "I learned Access on my own at...
  8. groundclutter

    Access/VBA Programmer Salary?

    I am sorry if you think that I am looking down on Access developers (considering I view myself as an Access developer among other things) but that couldn't be further from the truth. My comment was made from the perspective of someone who has been consulting for a great number of years and who...
  9. groundclutter

    Access/VBA Programmer Salary?

    It really depends on where the location is and the size of the company. My experience is that Access/VBA developers are paid relatively low among other programmers. Unfortunately, I have often seen programmers who "trained themselves" in Access/VBA and it is usually nothing but a mess. I am...
  10. groundclutter

    How To?: Display Checkbox as yes / no on a report

    Put a textbox on the report...set the control source to your yes/no field....set the format to "Yes/No"... GC
  11. groundclutter

    Date Trouble

    Well, if you make the mask on the table field "99/99;0;_" then it will always default to the current year which probably won't be good next year...unless you just default a year on the entry each and every time someone enters a birth date. Sorry couldn't help more... GC
  12. groundclutter

    Date Trouble

    I might not understand the complexity here but if all you are doing is displaying this field on a report then isn't it possible to just throw a "mm/dd" format on that particular field on the report and not display the year? On the query for the report, use the following to sort the data...
  13. groundclutter

    Server configuration question

    Here is our configuration...the first server (server123) 'points' to production database (Oracle 8) while the second server (server 456) 'points' to our test server. Input server123 Output server123 server123.aps server123:6412 Crystal APS server123.cacheserver server123Crystal...

Part and Inventory Search

Back
Top