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 strongm 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. skim33

    A way to suppress splitterwindow bars?

    Hi, I'm wondering if there is a way to: (1)suppress the splitter window bars in between two views so that the two views look like one big view. -OR- (2)make the splitter bar slimmer than the default. Any help would be appreciated. Thanks.
  2. skim33

    Edit fields and hard returns

    Okay, good enough. You answered my question. I thought the hard returns were two characters with just a "\n", but I didn't know that they are stored as "\r\n" as you say. I will try looking for the "\r\n" sequence and replacing it with just a "\n". Thanks.
  3. skim33

    Edit fields and hard returns

    Well, the heart of the problem is (1) hard returns count as two characters (2) all the text from the field gets stored into a database that specifies a max of 100 characters. (3) If the user (theoretically) types 50 hard returns and is not allowed to enter any more characters into the field, he...
  4. skim33

    Edit fields and hard returns

    Hi, I'm using MS Visual C++ and noticed that anytime I press Enter in an edit field (regular textbox), that counts as two characters. Reason I observe this is that in a 100-character limit edit field, I can press Enter 50 times before I can't type anymore in the field. Is there a way to get...

Part and Inventory Search

Back
Top