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 Mike Lewis 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. snoopdougie

    Running Crystal Reports from within Great Plains

    You can purchase a 3rd Party product called Crystallizer (www.synergistixcorp.com/products/crystallizer) -- they have a demo download if you want to test. I think it is used more for replacing GP invoices and other business forms with Crystal ones. The other option requires some VB/VBA...
  2. snoopdougie

    Crystal Enterprise 9 - unable to display report

    TOP TIP: After trying just about EVERYTHING, in desperation I posted this request, then downloaded the latest CE 90 hotfix -- CE90_RAS_WIN_EN.exe or something to that effect (I'm too tired to find the link). You can find it on the crystal decisions site under support. Problem solved!
  3. snoopdougie

    Crystal Enterprise 9 - unable to display report

    Hi, I have a problem displaying reports using Crystal Enterprise 9 ePortfolio. I had about 30 reports of all kinds displaying perfectly until today. I installed MDAC 2.8 (was on 2.7), and now the reports no longer display on ePortfolio. I can still use Crystal Reports Designer to view them, as...
  4. snoopdougie

    Login problems

    I haven't tried to reinstall yet. Apart from this login problem (which is inconvenient but not critical), all things Great Plains are running perfectly. I'd like see if there are any other solutions before I consider reinstalling.
  5. snoopdougie

    Login problems

    Hi there Users of a previously stable site have recently had trouble logging into Great Plains 7.5. Users log in via Terminal Server (RDP) and then open GP. I see Dexterity opening, but before the first login window (Datasource, user, password) is fully visible, Great Plains closes again...
  6. snoopdougie

    Problem with Excel (Not visible and not closing).

    Sorry, closing the wb doesn't help, I checked your code on my side and understand your problem. The EXCEL process should end when the application from which you are running the code ends. I have had the same problem with similar code in ASP.NET, but in ASP.NET, even closing the app doesn't...
  7. snoopdougie

    Problem with Excel (Not visible and not closing).

    Hi there, Try closing the workbook first. I take it you don't need to save the data in excel, so you can close it with ActiveWorkbook.Close(false,DataFileName) XLApp.Quit usually ends the process even if the workbook is open, but since this is not happening here, it might work to close the...
  8. snoopdougie

    CDO Email - internal users don't receive mail

    Hello all I have solved the problem. I have always made sure that I use a valid From address in CDONTS email code. In this case I was supplied with a "valid" address which turned out not to exist. The confusion was that all the external mails that I sent arrived, but internal ones...
  9. snoopdougie

    CDO Email - internal users don't receive mail

    Thanks for the quick reply, The platform is Small Business Server The code uses CDONTS (Version 1.21) I'm still trying to find out about their mail setup. Unfortunately I am working remotely and haven't got full access. I have been given email addresses to send to (e.g. name@iomni.com). I...
  10. snoopdougie

    CDO Email - internal users don't receive mail

    I have a SendEmail Function using standard CDO code. I run this code on a server to send emails to the domain users. These users have email accounts set up in Outlook Express. These Express accounts receive mail from external senders, and external recipients receive mail from my Sendmail...
  11. snoopdougie

    How to close Excel process from ASP.NET

    I am running an aspx page which fetches a formula from an excel sheet. I open an excel application object, open a workbook, then close them again. When I check the Task manager, the Excel process i started when i created the new application is still runnning. This is a problem, because after a...
  12. snoopdougie

    Data Export (DataGrid --> Excel)

    Any sortable, pageable etc settings result in errors doing this export, but it works for a blank grid. Therefore, there are 2 possible solns - 1. disable the sorting etc in code prior to exporting 2. Declare a new grid in your code dim newgrid as new datagrid newgrid.datasource =...

Part and Inventory Search

Back
Top