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!

Recent content by MarkGreen

  1. MarkGreen

    Linq: Parent/Child question

    Hi I have some data which is set up as follows; I have a collection of Parent objects which each contains a collection of child objects. I'm trying to obtain a list of all child objects which appear in every parent. The only way that I can think of doing this is to loop through each parent...
  2. MarkGreen

    Simple XSD question

    I've put it into a schemas sub directory at the root of the webservice. I still seem unable to use a relative path and are having to use servletcontext to resolve the full path. Maybe this is the only way.
  3. MarkGreen

    Simple XSD question

    Hi guys, I'm new to Java - converting from c#, so sorry for the simple question. I've created a webservice, which parses an XSD file which I have on my hard drive. Trouble is, I don't know the best place to put the XSD, and how then to get a handle on the file. I'm currently specifying a fully...
  4. MarkGreen

    Using XMLTextWriter to output to stream and then a file

    Hello Beginners question! I need some help regarding writing XML to a file using C# I am currently outputting my XML to a file directly using KeywordsDataXML = new XmlTextWriter(keywordCacheLocationFile, Encoding.UTF8); This working fine, however I now need to examine the results of each...
  5. MarkGreen

    Updating Word documents using C#

    Thanks for your response. The code that you suggest is (I think..) for adding text to a footer AFTER you have entered your autotext "page x of y" entry. What I require is to open a Word document and (amongst other things), add the autotext entry to the footer, leaving all other text the same...
  6. MarkGreen

    Updating Word documents using C#

    I guess nobody has any advice on this then? I've tried many different methods but none seems to work. Regardless of my own code listed below all I am really looking how to do is update a Microsoft Word footer in C#. Just concatenating text onto the section.range.text property does not work...
  7. MarkGreen

    Updating Word documents using C#

    Hi Guys, I've been going mad trying to get this to work - there seems to be very little c# resource available on these Office libraries. Anyway I'm trying to update a Word document to insert autotext into the footer of a document - the "page x of y" autotext entry. I can get the autotext to be...
  8. MarkGreen

    Printer Port problem

    cdogg, I tried selecting COM1 and then deleting the fake USB port but it still comes up the message "port in use". It is possible for me to delete the real USB port by this method but when the real port is added again it just gets it confused with the fake one again. any ideas? thanks
  9. MarkGreen

    Printer Port problem

    Although it is relavent to what I have been trying to do, it still doesnt tell me how to remove the fake pronter port that has been entered. Until this is removed it is impossible to select the real port because windows is getting confused. I think i need to know the location in windows where...
  10. MarkGreen

    Printer Port problem

    Hi guys, Really annoying problem here that I'm trying to fix for a friend. I am working on a laptop with windows 98 installed and with an EPSON C62 printer. After the printer was installed my friend was having problems communicating with the printer. The source of this problem has now been...
  11. MarkGreen

    network neighbourhood not there!

    Bit of a strange one. I'm trying to set up a network connection for a friend. I've installed the network card but the network neighbourhood icon isn't on the desktop. Any ideas why it wouldn't be visible? The machine has windows 98 installed. thanks a lot, Mark
  12. MarkGreen

    returning a recordset from a stored proc

    I pass the @sqlstring a simple select staement so @sqlstring becomes "SELECT * FROM table" Also, the part of the proc that is commented isn't normally commented, i did it for testing purposes and then forgot to change it back. Any ideas?
  13. MarkGreen

    returning a recordset from a stored proc

    Hi, I am having trouble returning an ADO recordset to access from a server stored proc. I read somewhere earlier that when select statements are perform in a stored proc they can be "automatically" returned? This is my called procedure in access: Function get_recordset(sqlstring As...
  14. MarkGreen

    evaluating code that is held in a string

    Hi, Is there any way of, having looked up a String value from a table, evaluting it in visual basic. It seems the eval function isnt sufficient to eval commands such as "forms!form1!control1 = 2" Any help is greatly appreciated!! Mark
  15. MarkGreen

    SQL Server agent can't start

    The password is correct for the user. I've just tried using a different admin account and same thing happened.

Part and Inventory Search

Back
Top