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. sneila

    'vertical alignment' of text setting?

    You were right, nagornyi, The problem was un-reproducable. I found it was caused by a CHR(13) being placed at the start of the string in some situations. Removing this fixed the problem. I should have noticed this earlier. Thanks for taking the time though...
  2. sneila

    non-breaking space?

    I tried the sugestion above and found that the result was the same - although it was worth a go. The outcme of this was that I had to test the length of the string in th estored proc and insert a char(10) maually using the mod() function, which became a little ugly but it worked. Thanks for...
  3. sneila

    non-breaking space?

    Thanks again for your suggestion. I'll try that out. Cheers
  4. sneila

    'vertical alignment' of text setting?

    Hi Thanks for your suggestions. It probably won't be until next week before I get a chance to look at this again, in which case I'll look at putting together a sample. Cheers
  5. sneila

    'vertical alignment' of text setting?

    Hi all I have a field (A) with 'vertical elasticity' set to 'expand' because it can contain many lines. The neighbouring field (B) has the same setting. When field B has more lines than field A the contents of field A are aligned vertically to the bottom causing white-space at the top. is...
  6. sneila

    non-breaking space?

    Hi all My client has requested that a 'non-breaking space' be placed between 2 words so that they always appear on the same line (eg '[13 offences]'). Is there a way to do this? I've read that ascii char 160 is supposed to be a non-breaking space but this doesn't appear to work (by inserting...

Part and Inventory Search

Back
Top