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: glewis1636
  • Content: Threads
  • Order by date
  1. glewis1636

    Subscription Scheduling

    Is there any way to schedule a report to run on the last day of each month? Paul "Uhm..."
  2. glewis1636

    Expression Formatting

    I'd like to make part of my expression bold and the dataset field not bold, how is this done. Example in the expression I have; = "Item: " + Fields!Item.Value I'd like to format the expression so that it appears as; Item: widget Thanks, Paul "Uhm..."
  3. glewis1636

    Spell Check

    We are on Version 7 Corporate Edition. For some reason when a user sends out an e-mail it is saying every word is incorrect. Is there a setting I have wrong, or have I lost the spelling dictionary somehow? Thanks, Paul "Uhm..."
  4. glewis1636

    Getting Current User

    I know that to get the current logged in user I can use the dbase function <<&username>>. However, I need to create a report in the GM+Views browser tab that is targeted to the current user. I've tried to put the above function in my url to pass as a parameter to my SQL Reporting Service report...
  5. glewis1636

    Limit Export Abilities

    Is it possible to create an "on demand" report with NO export capabilities? I'm currently using SQL 2000, and my users are accessing the reports through GM+Views in Goldmine. (Basically a browser within Goldmine). I have some reports that I'd like for them to be able to export, but one in...
  6. glewis1636

    Web Tasks

    Is it possible to edit a webtask after it has been created?
  7. glewis1636

    sp_runwebtask

    I have created several webtasks. One of them has just stopped working. When I try to execute it in query analyzer using sp_runwebtask, i get the following error. Server: Msg 16805, Level 11, State 1, Procedure sp_runwebtask, Line 26 SQL Web Assistant: Could not execute the SQL statement. Not...
  8. glewis1636

    Distributed Query Not Returning Any Results

    I'm trying to get my users' e-mail addresses from active directory. after much distress and head pounding, I finally (at least apparently) have successfully created a linked server to my active directory. The problem is that I am getting no results from my query on users. Here is my code...
  9. glewis1636

    Linked Server - SQL 2000 to Excel 11.0

    I am trying to create a linked server in SQL 2000 to spreadsheets in Excel 2003. I'm getting the following error; Server: Msg 7399, Level 16, State 1, Line 1 OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error. [OLE/DB provider returned message: Could not find installable ISAM.] OLE...
  10. glewis1636

    Changing Dates

    I have a table with a date column. I would like to randomly update those dates that fall within a certain range to a new date within another range... for example, all dates that fall before 8/1/05 changed to some date in the range 11/15/05 to 11/15/06. Any ideas?
  11. glewis1636

    Idendity Column Seed

    There might be a better way to do this, but I'm trying to periodically edit my identity seed, (sounds horrible, but I do have a valid reason). What I've tried is to drop the column and recreate it with a new seed. I don't know what the seed needs to be, so I'd like to put a variable in, but it's...
  12. glewis1636

    Set The Report Printer

    I am creating a solution in VB .NET. I am using the Crystal Reports that comes with Visual Studio 2003. I would like to create a report that is displayed in a viewer, and then when the print button is pressed, I would like to limit the available printers. Is this possible, and if so, how would I...
  13. glewis1636

    Month Year Functions

    I have a table that contains a date column. I would like to count the number of entries in the table grouped by Month/Year. Is this possible? Thanks,
  14. glewis1636

    datagrid tablestyles w/dataview problem

    I am creating a form in a windows application that has a datagrid, and two textboxes and a label. I need to filter the datagrid based on the value in the label. I can do this with no problem using a dataview, but the problem comes in when I try to alter the format of the datagrid to hide certain...
  15. glewis1636

    Update Joined Tables

    I have a dataadapter that joins two tables with and inner join. Because of this I can't use commandbuilder to build my update, insert, and delete commands. I've built the following update command, but get a dbconcurrency error when the da.update(dataset) is executed. Help. I know the dataset...

Part and Inventory Search

Back
Top