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 wOOdy-Soft 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 markajem

  1. markajem

    (T-Sql)-Convert DateTime to Date

    Denise thanks, they both work nicely.
  2. markajem

    (T-Sql)-Convert DateTime to Date

    Sorry, syntax again. Trying to convert a DateTime to display as a Date in a VIEW I am creating. Data is: 2006-07-15 00:00:00.000 Would like it to be: 2006-07-15 Also would anyone know of a good link/s where I can go and find some of the syntax listing I need. I am green at this and...
  3. markajem

    v6 - File that contains the paths for the ShortCut bar

    That's the one Dave. Thanks, appreciated.
  4. markajem

    v6 - File that contains the paths for the ShortCut bar

    Can't find in my records; know I had it. What data file contains the paths to all the shortcuts for users for GP v6. Thanks
  5. markajem

    v8.5-Calculate date and use in Group

    That did it. Thanks for your help.
  6. markajem

    v8.5-Calculate date and use in Group

    Confused! I am using a calculation for the date. I can't use the date field because it will not be correct. I am going back 45 days from the date field; so therefore the month will be back one month. When doing so I do not have the option to Group by month, day etc. It only Groups (sorts)...
  7. markajem

    v8.5-Calculate date and use in Group

    I am presently using a formula to calculate -45 days from a date and using this formula to create the Group and formatting the group to show mmm-yy. My problem is that it is sorting the group by acsending order instead of by month order. The numbers are coming out correctly. I do not have the...
  8. markajem

    v6-Unhandled Script Exception - ERROR

    When selecting a customer in Cards>Sales>Customers after the window opens and I select a customer the following error pops up on my screen. (Don't think it's a rights thing because I have full rights in GP across the board. I have tried logging into GP from different system in the office and I...
  9. markajem

    Batch being edited by another user GP v6

    Never mind, the records cleared on their own. Thnx
  10. markajem

    Batch being edited by another user GP v6

    GP v6 One of my users can not access a cash batch. According to Dynamics SY00800 his user name is listed twice in there. He is logged out of GP and I do not see him under User Activty. Also no mention of him on Citrix boxes. Is it safe for me to just delete these two records thinking that...
  11. markajem

    Replacing a VIEW with another one

    Also I should have mentioned and made more clearly. It was not a new VIEW but the same VIEW altered with the same name.
  12. markajem

    Replacing a VIEW with another one

    I thought of that but that I believe would be that if I removed a field from the original VIEW and still had it in the report then it would ask me where to map it. I solved it though. Was not thinking straight (as usual). I had to do "Verify Database" and it added the new field to my existing...
  13. markajem

    Replacing a VIEW with another one

    C v8.5 I had to change a VIEW that I am presently using in my report. Existing VIEW field01 field02 New VIEW field01 <-- same as existing field02 <-- same as existing field03 <-- added field I did this once before a while back and for the life of me can't remember. All my fields that I am...
  14. markajem

    Select 1 of many records

    Zathras thanks for the extra tips. Will study up on them. Meantime, this should be ok as is. The data tables are not that large at all. Few hundred records. I have combined the VIEW with a view more and use them in a crystal report. The report pops up almost instantly with data.
  15. markajem

    Select 1 of many records

    Used below code and worked great SELECT field1, FROM table1 GROUP BY field1, field2 HAVING field2 = 0 Thanks to everyone that helped me.

Part and Inventory Search

Back
Top