User Profile

Collapse

Profile Sidebar

Collapse
delusion7
delusion7
Last Activity: Apr 30 '09, 08:18 PM
Joined: Sep 8 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • delusion7
    started a topic Update Table from Another Table

    Update Table from Another Table

    Hi..

    I have 2 tables: country and ticket
    country table contains countryId and countries
    ticket table contains many fields, and a country field

    the country table is new and consists of all countries to be used in a drop down on the ui, that is joined with the ticket table to display the correct country based on the id.

    that being said.. the current ticket table also contains a country field which...
    See more | Go to post
    Last edited by pbmods; Feb 21 '09, 03:56 PM. Reason: Added CODE tags.

  • delusion7
    started a topic menu hidden

    menu hidden

    Hello,

    I have a problem that I'm not quite sure how to fix?

    when a user hovers over a menu, the menu items appear, but a dropDownList that is below the item hides part of the menu items.

    How do I solve this. I have tried changing the z-index and the position, but it does not solve the problem.

    Any suggestions?
    See more | Go to post

  • delusion7
    started a topic Word Automation
    in .NET

    Word Automation

    Hello..

    I am using Word to spell check some textBoxes I have. In doing so, I create an instance of Word and a Word Document, I keep both of these hidden:

    wordApp.Visible = false;
    wordApp.WindowS tate = microsoft.inter op...windowStat e.wdStateMinimi zed;

    I want to keep these hidden the entire length of runtime for my app. The only problem is that when my program is done running; when I open a word...
    See more | Go to post

  • delusion7
    started a topic SpellCheck textbox
    in .NET

    SpellCheck textbox

    I want to check the spelling of words typed into a textbox..

    I added a reference to the "Microsoft Word 11.0 Object Library".. but, I'm not sure how to use the spellcheck. There's a couple different items that can be used, but I'm not sure how to use them.. "checkSpell ing" and "spellingSugges tion(s)"..



    Can anyone point me in the right direction here. I'm not sure how to...
    See more | Go to post

  • delusion7
    replied to Comparing dates
    in .NET
    Thank You very much!

    That works perfectly...

    Thanks again..,
    Katie...
    See more | Go to post

    Leave a comment:


  • delusion7
    started a topic Comparing dates
    in .NET

    Comparing dates

    I'm trying to see if the difference between a date in a table, entryDate and the current date, todaysDate, is greater than 28 days..

    Is there a simple solution?
    See more | Go to post

  • Thanks.. I will, hope this helps!...
    See more | Go to post

    Leave a comment:


  • what's a CSV file..?...
    See more | Go to post

    Leave a comment:


  • I am using c#... I already know how to pull the data from the stored procedure I just don't know how to programmaticall y insert it into an excel file, and have it appear in correct columns and rows, and all that good stuff...

    I tried using the "Microsoft Excel 11.0 Object Library" but I can't reference "Excel" in my program... I don't know what I'm doing wrong
    See more | Go to post

    Leave a comment:


  • delusion7
    started a topic save data from stored procedure to excel file
    in .NET

    save data from stored procedure to excel file

    Well my title pretty much explains what I am trying to do...

    I am pulling data from a stored procedure and want to save that data to an Excel file.

    I might need to format the spreadsheet also.. using colors and possibly different font attributes..

    Any suggestions..
    See more | Go to post

  • delusion7
    started a topic Create an XML file from a stored procedure
    in .NET

    Create an XML file from a stored procedure

    I'm trying to create a temp xml file to to convert it eventually into an excel file.
    using C#

    I am calling a stored procedure and from that data retrieved I want to write it in xml format.

    I tried using the xmlTextWriter.. but I get an exception, it refers to a token..(?)

    I am new to using xml, so any help would be great..

    Can I write an xml file by using a streamWriter or writing...
    See more | Go to post

  • delusion7
    started a topic Search
    in .NET

    Search

    hi all...

    I am setting up a search field on my winform.
    I have no idea how to start it though.
    This field will take numeric and char types, to search on fields retrieved from a stored procedure.
    I think I have to do a for loop..I'm really not sure though..

    Any ideas or links.. thanks

    kt
    See more | Go to post

  • delusion7
    replied to Empty path name is not legal.
    in .NET
    Turns out there's a bug in VS when you have an image attatched to the report.....
    See more | Go to post

    Leave a comment:


  • delusion7
    replied to Empty path name is not legal.
    in .NET
    I'll take a look at that page. I thought maybe I'd have to add a reference to an adobe dll.
    Thanks a lot, I hope this helps!
    See more | Go to post

    Leave a comment:


  • delusion7
    replied to Empty path name is not legal.
    in .NET
    Thank you both!

    The only problem is, is that I am using a localreport, not a server.. I really dont understand what or how I am supposed to do this. I can save the file as pdf but it gets damaged and then nothing opens.

    I also can't access this code below... I don't know if it's because I am doing this differentlyor not..

    Response.Buffer = true;
    Response.Clear( );
    Response.Conten tType =...
    See more | Go to post

    Leave a comment:


  • delusion7
    replied to Print a hidden report
    in .NET
    Thanks for the link!...
    See more | Go to post

    Leave a comment:


  • delusion7
    started a topic Empty path name is not legal.
    in .NET

    Empty path name is not legal.

    I'm not really sure I'm going about my problem the right way or not. What I want to to is have a save button, bring up the save dialog, and save a report from reportViewer(.r dlc) in .pdf format.

    The only this is, I don't show the user the dialog for previewing the report, so I can't access any of that functionality, and I know that already has an export to pdf function.

    I need to do this without the use of those...
    See more | Go to post

  • delusion7
    replied to Pass .NET Control Values to PHP page
    in .NET
    I'm not totally sure, but I think you need to first put the values in $GLOBAL variables and then you can pass??
    See more | Go to post

    Leave a comment:


  • It appears that only the easy questions get answered here? Why are people such snobs here? This is supposed to be a site to help everyone, right? Then why doesn't that happen?
    See more | Go to post

    Leave a comment:


  • delusion7
    started a topic Can't create mail using VSTO outlook addin?
    in .NET

    Can't create mail using VSTO outlook addin?

    Ok, I installed the VSTO office tools, and followed this tutorial http://msdn.microsoft.com/coding4fun...ticleid=909239 when I build my app I get an error on this section of code-
    Outlook.MAPIFol der outBoxfolder = this.GetNamespa ce("MAPI").GetD efaultFolder(Mi crosoft.Office. Interop.Outlook .OlDefaultFolde rs.olFolderOutb ox);

    Error 1 'OutlookAddIn1. ThisAddIn' does not contain a definition...
    See more | Go to post
No activity results to display
Show More
Working...