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 IamaSherpa 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. chosenones

    Unicode vs. ANSI CallWindowProc APIs

    I wish to call the CallWindowProc function. MSDN says this: Windows NT/2000: The CallWindowProc function handles Unicode-to-ANSI conversion. You cannot take advantage of this conversion if you call the window procedure directly. As I am calling this from a system-wide hook for a window I...
  2. chosenones

    HTML Table Widths

    OK, this did fix the validation problem. It did not fix the visual problem. 75%+25%=100%. The browser tries to do this, shrinking the columns I use for the border. IE and Mozilla shrink all three border columns to about 4px each. Opera shrinks the first column to 4px and properly displays the...
  3. chosenones

    HTML Table Widths

    Here is the code with borders ON so you can see what is happening: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;> <html> <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;> <title>The...
  4. chosenones

    Full text fields search with excluded word

    Added an &quot;IS NOT NULL&quot; to query for each field and it WORKS! :) Thank you!
  5. chosenones

    Full text fields search with excluded word

    Look at this as HTML. These are the results for a search on &quot;grace&quot;: <table border=1><tr><td>143</td><td>1999-06-30 00:00:00.0</td><td>Wed.</td><td>Pastor Alvis</td><td>Josh. 2:1-14</td><td>God's Far-Reaching Grace</td><td>Grace</td></tr> <tr><td>178</td><td>1999-09-12...
  6. chosenones

    Full text fields search with excluded word

    I have a list of available tapes with the following fields: ID, Date, Service, Speaker, Text, Title, Subject I would like to do a full text search on title and subject with multiple words. The first word must be found, each following word may have the following prefixes: No prefix: the first...

Part and Inventory Search

Back
Top