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

    Autonumber ID to reset itself on month change

    We have a "To do" list that also has a "month" column. We'd like to have the todos in March to start with 1, and once we started entering in items for April, the first todo entered would start @ 1, then second todo would be 2, etc. Calculated field maybe?????? Any suggestions are welcome...
  2. codecomm

    Line chart series to start @ 0

    I have a line chart series that is for accounting. A sample query would pull back 12 rows (1 row for each month, Jan - December), and the columns would show the dollar amounts for separate buckets of money allocations. What I'm trying to do is have the series chart line start @ 0 (we're trying...
  3. codecomm

    Trying to call SPROC w/ temp table from web application

    I'm trying to call a linked server, SS2000 that has NText field and instert that data into an nvarchar(120) field on SS2008. If I execute the SPROC from SS Management Studio, it works fine. If I try to call the SPROC from my web application, I don't get any errors, but the data doesn't get...
  4. codecomm

    ipp_0001.asp page to group by Location

    I'm trying to get this printers page to have a grouping band by location: server/printers/ipp_0001.asp ...page found in the Windows/Web directory for Server 2008. So, when the page is run, there's a grouping band by location...and you can see by location where printers are associated. It's...
  5. codecomm

    Migration from ASP.NET 2.0 web app to SharePoint

    Hi! We're trying to migrate from an ASP.NET 2.0 web application to SharePoint. Luckily, our database is pretty simple for now. Questions we have are: 1. How do we pull in the data so users can view the same information just in the SharePoint UI? We're assuming Reporting Services will help...
  6. codecomm

    Datagrid Edit, Cancel, Paging calls SortCommand...not just limited to

    My issue is I'm trying to have a datagrid (ASP.NET 1.1) to allow editing, along with sorting ASC/DESC via column headers. When I click "Edit", my SQL query ASC goes to DESC, and vice versa. This happens on Cancel, Paging, Delete, etc...I'm trying to limit the "swap" in the order by criterion...
  7. codecomm

    Who's running reports in SSRS 2005

    We are trying to see if it's possible to see which users are running what reports. When users hit a report, they have to enter their WIN credentials. We do have the default switch is 3: <!-- 1 = error, 2 = warning, 3 = info, 4 = verbose --> <add name="DefaultTraceSwitch"...
  8. codecomm

    ASP.NET 1.1 move to either ASP.NET 3.5 or SharePoint/Infopath

    Hi all! We're in the process of going from ASP.NET 1.1 to either 3.5 or SharePoint/Infopath. Any suggestions/comments are welcomed! Thanks!
  9. codecomm

    Include files for root and subdirectories

    I have a site which will have subdirectories. I'm creating a template having .js and .css file includes? How can I create a template that works in both the root and subdirectories w/o having to have two versions like the following where I have my .css file in a folder called css. First example...
  10. codecomm

    Error 553 w/ GoDaddy email page

    Hello! I'm getting the following error with GoDaddy.com, but customer support tells me I have the correct SMTP address. They can't help me until I've proven the error is on their side. I've used this code on other hosts, and it works just fine. The actual error message is: Reporting-MTA...
  11. codecomm

    SSRS w/ Sharepoint Calendar

    Is it possible to create reports w/ SSRS 2005 off Sharepoint Calendar data? If so, I'm trying to figure out how. Thanks!
  12. codecomm

    split out comma separated cell into rows

    Hello! We are on SqlServer 2005. Let me point out at the beginning that I don't have anyway to normalize this structure or get the admins to change the way the data is stored. We don't own the database where this is housed...we're just given the information via an .xls file...which we import...
  13. codecomm

    Datagrid to be on last page on Page_load

    We're on v1.1, and have a datagrid where the cutomer has requested on page_load, the grid be on the last page. If there is more than one page, the customer wants to see the last one...not page 1. Not too sure how to have the page.index of the last page be the active page when the page loads...
  14. codecomm

    full movie clip not playing on menu click

    Hi! I’m pretty new to FLASH . I have a box transition that works when I test my movie, and everything starts from my “_about” frame. All’s good at first. If I click a button/menu that returns back to my “About” section, then my box movie clip transition doesn’t play from start to end…I just...
  15. codecomm

    window.open in code behind via button click event

    Hello! I'm trying to use the following code in the Page_Load event of an ASP.NET page (v1.1), and I get a javascript syntax error: Page.RegisterStartupScript("Window", "<script language=javascript>function AlertUpdate() {window.open('UpdateBudgetConfirm.aspx?UBID=" + strSAID +...
  16. codecomm

    window.open in code behind via button click event

    Hello! I'm trying to open a new window on a click event. If I use the attributes.add in the Page_Load, then pop-up window gets hit before an update occurs...hence, the pop-up window is just a little too early. I'm trying this in my button click event, but it's not bringing up the new window...
  17. codecomm

    InfoPath code behind required client to have InfoPath 2007

    We're trying to use codebehind on a button click and anytime we open the depolyed InfoPath form on SharePoint, it's going directly to InfoPath. We do have the default radio button checked for the form to be opened in a browser via the SharePoint admin settings. On a machine that doesn't have...
  18. codecomm

    Autonumber in textbox via button click

    Newbie to InfoPath here!!!!!! I have an InfoPath form, and when the user clicks a button, we'd like to populate the textbox with a sequential autonumber, and it will be prefixed by a determined string....say "ABC". So, the first person to click the button will get the textbox populated with...
  19. codecomm

    Error loading resources viewing CD or FLASH drive

    I'm helping someone with a Windows XP machine. Anytime we go to view the CD drive or his FLASH removeable drive we get the following two errors: 1. IORdyUI Error -- Loading Resource dll 2. Error Loading Resources -- C:\Program Files\Iomega\Comman\IomCopyDiskShellExt.enu.ILSR I've tried to...
  20. codecomm

    Mass deleted on DG last page gives invalid currentpageindex value

    We have a "Check All" button on our datagrid, and if the user is on the last page of the datagrid, hits "Check All" and then hits the "Delete Checked Items", we get the following error (which doesn't happen if they delete all of the first or middle pages...only the last page): Invalid...

Part and Inventory Search

Back
Top