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!

Search results for query: *

  • Users: AccountCR
  • Content: Threads
  • Order by date
  1. AccountCR

    How do I map a new Win Auth login to existing SQL login in SQL 2000?

    We have an existing SQL Server login that has specific permissions. We would like to keep this login and have a new windows auth login (FRED) have the same permissions as the SQL login (legacy) without having to recreate the windows auth login with all the permissions of the SQL Server login...
  2. AccountCR

    Query for Top N for large amount of data

    I have a database that has 5M rows of data in it. The table is setup as such: Invoice Table Date Salesperson State Cost We are trying to get a query that shows the 5 sales people with the most sales $ PER STATE. Thanks for the help.
  3. AccountCR

    RE: thread851-1006208 - Does the GlobalCallId change with reboot

    Regarding post thread851-1006208, was TAPIT able to resolve the issue with GlobalCallId or was there more to it than just the GlobalCallId?
  4. AccountCR

    Maximum Length for Hyperlinks

    I have a report created in Crystal 8.0 that has hyperlinks set to a particular field in the database. If this field exceeds 86 characters then other fields start disappearing from the report. The formula I am using for the hyperlink is a follows: if ({TGD0.FK_L_0_0_2}='') or...
  5. AccountCR

    Error after using PESetFieldMapping

    We have an application that uses PESetFieldMapping to remap fields that are no longer in the data to a blank field. We have been successful in using this up to a point. On one report, it always gives us an application error when the report starts to read records. Has anyone else ever...
  6. AccountCR

    How to get machine names from IP Address

    On a Novell network, that doesn't have DNS, WINS or NDS, how would you go about getting the machine name of a remote computer given that you have the IP Address? (NBTStat doesn't seem to work.) Any help would be greatly appreciated. Thanks.
  7. AccountCR

    How to get machine names from IP Address

    On a Novell network, that doesn't have DNS, WINS or NDS, how would you go about getting the machine name of a remote computer given that you have the IP Address? (NBTStat doesn't seem to work.) Any help would be greatly appreciated. Thanks.
  8. AccountCR

    How to get machine names from IP Address

    On a Novell network, that doesn't have DNS, WINS or NDS, how would you go about getting the machine name of a remote computer given that you have the IP Address? (NBTStat doesn't seem to work.) Any help would be greatly appreciated. Thanks.
  9. AccountCR

    Printing the first and last detail record at the top of a page

    Is is possible to print the first and last record on a page at the top of that page? This would be used for a Company directory purpose. If this is possible, then how would it be accomplished.
  10. AccountCR

    Setting HTML export to be on one page via CRPE API

    I am using Visual C++ along with CRPE API to export reports via HTML. We need these reports to go out on a scheduled basis with no user intervention. As far as we can tell, there is no way to set the HTML export to go to one page instead of multiple pages without doing so via the dialog popup...
  11. AccountCR

    Using Selection Formula to not include an array of values

    I have a report that I need to let the user specify which ports not to include. The easiest way to do this that I have found is, using a parameter, asking the user for the ports to not include. This parameter then becomes an array. When I try to use the Selection Formula to not include the...

Part and Inventory Search

Back
Top