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 gkittelson 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: mg712
  • Order by date
  1. mg712

    Creating trial version of .NET app

    How would I go about creating a 30 day trial version of my application? Is there anything in the framework to support this? Thanks for any info.
  2. mg712

    Windows Forms and XML

    I would like to use XML to describe what type of controls my window forms will contain and also how those controls should be layed out. Does someone know where I can find information about how to go about implementing that? I've been looking into XForms but I'm not sure if I can apply it to...
  3. mg712

    Inserting a blank line

    Thanks! That did it. I didn't even think about using a detail section until you mentioned it.
  4. mg712

    Inserting a blank line

    How do you insert a blank line after x number of records? I would like to keep a count of the number of records processed and insert a blank line when it reaches a certain number. After this happens I want to reset the count to zero and start over again. Is this possible? Thanks for any help.
  5. mg712

    Adding a new line conditionally

    I would like to add a new line after the record count gets to a known number. Once it does I want to reset the record count and start again. I'm sure how the formula should be set up to do this or where it should go. Thanks in advance for any help.
  6. mg712

    Creating RPT from Word Doc

    Is it possible to create a report file from a Word Document?? I would like to maintain all the font attributes if possible.
  7. mg712

    Displaying & sorting multiple table data

    Given any number of tables I would like to display and sort their data by date and time. I'm using ADO.NET datasets. I'm able to do that for the one table but I'm lost when it comes to more than that. Do I need to create groups? Any help appreciated. Thanks.
  8. mg712

    Socket.Select List Limit

    There is a 64 element limit on all socket lists passed as arguments to select(). Anything greater will cause an exception to be thrown. Is this correct behavior or possible bug?

Part and Inventory Search

Back
Top