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. chandhureddy

    Passing parameters to sql qry for record retrival in crystal report.

    Hi, are you using crystal report control and stored procedures? chandhureddy
  2. chandhureddy

    Reporting from Stored Procedure displays year as 1,999

    Hi friends, Thank you very much for all you help. Here is what i did.... 1. Coverted the int data to string using ToText() 2. Used the Repalce function Thanks chandhureddy
  3. chandhureddy

    Pls Help - Slow on web, fast in CR

    Hi, here is the way to find out how many pages it's loaded. 1. In the Crystal Report Designer, go to the 'Insert' menu and select 'Special Field'. 2. Select 'Page N of M' and insert that special field onto the report header. 3. Suppress the 'Page N of M' field (if you do not want it seen)...
  4. chandhureddy

    "Server has not yet been opened" error accessing SQL Server

    Hi, i encounterd the same error. when i set the logon info it is working fine. try something like this crviwer.SetLogonInfo "(ServerName)", DBNAME, cstr(UID), cstr(PWD) Hope it may helps you. chandhureddy
  5. chandhureddy

    Reporting from Stored Procedure displays year as 1,999

    Hi Friends, I am generating a report from SQL Server 2000 stored procedure. It looks perfectly fine in designer preview tab. I am presenting the year and no of customers as Bar chart. year shows as 1999, 2000 in the desinger preview. But when i display over the web it displays as 1,999 and...
  6. chandhureddy

    Crystal OCX giving RTE 20532 cannot fin database dll

    Hi guys, I am having the same problem on windows 98 and windows 2000 as well. Any help appreciated. chandhureddy@yahoo.com Thanks a lot Ram
  7. chandhureddy

    How do I calculate the week of a date field?

    Hi, i dont think there is a ready made function to do this. you need to write little bit of coding unsing the Year, Month, day functions. find out what day of year it is, out of 365 days. then divide it by 7. I hope this may help you

Part and Inventory Search

Back
Top