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 Mike Lewis 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. Mham2k

    Outlook Object Model 10 Access to files inside Folders

    I am having a problem having my item read what is inside of a folder and tell me so I can go ahead and copy the item. I am using vs 2003, c# Here is my code: Outlook.Application oApp = new Outlook.ApplicationClass(); Outlook.NameSpace oNS = oApp.GetNamespace("MAPI"); Outlook.Folders...
  2. Mham2k

    Crystal Report 7 or 8.5 Cross Tab Wrapping

    I may have to do your final idea. I will try it when I get back to work on monday. Thanks for your answers.
  3. Mham2k

    Crystal Report 7 or 8.5 Cross Tab Wrapping

    I have a cross tab that spans past a page length and it looks funky as well as prints funky. Can I wrap a crosstab depending on its size or when it hits the end of the page tell it to continue on the next line. Thank you in advanced for all of you help.
  4. Mham2k

    Visual Studio.Net 2005 Shortcuts HELP!

    Maybe I should add I know how to do it programmatically but for what I am building now it would save me a dew days to be able to do it in design view.
  5. Mham2k

    Visual Studio.Net 2005 Shortcuts HELP!

    Is there a shortcut in vs.net 2005 for move 1 pixel left, right, up, or down. e.g. In design view, click a div and hit the arrow key to move it in any direction 1 px. I know I can click a div, hold alt and push a directional button to resize it by 1 px so there has to be a way to move it by 1...
  6. Mham2k

    SQL Server 2005 XML Problem

    It was GoDaddy's Raggidy Servers. They were using Sql 2005 Express instead of the standard version. When I called them none of them knew which one it was all they could tell me was 2005. So after I searched a little more I noticed the limitations of express.
  7. Mham2k

    SQL Server 2005 XML Problem

    1. All of this stuff I am doing worked GREAT on my local... 2. My host is GoDaddy... 3. Sql Server 2005 ASP.Net 2.0 FrameWork 4. Problem... - It always returns nothing in my XML... Doesn't Error Out at all - I have Response.Write the results they are blank. - I am using this in a stored...
  8. Mham2k

    Div Text Wrapping

    BillyRayPreachersSon Works.... I didn't try Sleidia's but thank you for replying to the thread anyway. This saved me alot of useless time on my latest project.
  9. Mham2k

    Div Text Wrapping

    I am generating html from an xml document sent back from a sql server using xslt. Its going into a div but my div keeps expanding to the right when I need the text to wrap inside the div. I dont want to use a table but if I have to so be it. Thanks for any help. The div is absolute with a...
  10. Mham2k

    For Xml Raw Issue Please Help

    Yes I just noticed this. It is not an issued with sql server 2000 at all, all I did was change the documents width to the maximmum and all the columns showed up. Lol.. Idiot error right... But I still have another problem I will put into a .Net forum. My code still only returns 2 lines of xml...
  11. Mham2k

    For Xml Raw Issue Please Help

    Yes I have tried For XML Raw and Auto but not explicit. I would try explicit but I dont fully understand how to right the code yet. What I dont get is when I am making sites for others at home on my server 2005 it works fine but at work on server 2000 it doesn't. Makes no sense to me.
  12. Mham2k

    For Xml Raw Issue Please Help

    I am trying to write a extremely simple Sql Server 2000 Query through VS 2003 Query. I made a view and now I am trying to use For XML RAW to bring back xml from that view. If I type this: SELECT * FROM ViewName WHERE (EMPLOYEEID = '46109') It brings back 14 beautiful rows If I type this...

Part and Inventory Search

Back
Top