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 SkipVought 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. RestonDeveloper

    search results including percentage

    I've been tapped to build an internal profile search. In the search text if they search 4 words for example. I want to return profiles that have all four 100% match, (3 of 4) 75% match, %50, %25. I'm just wondering if someone has done this before and can pass along any pointers. also i'd be...
  2. RestonDeveloper

    Printing different file formats

    any luck? similiar question
  3. RestonDeveloper

    is this doable in sql procedure?

    no, that was just example. these courses aren't college or science courses.
  4. RestonDeveloper

    is this doable in sql procedure?

    Have a table of course/course activity calendar events. I want to combine records that are the same date, same course into one calander entry. example would turn this set course, date, activity, description, starttime, endtime science,'11/28/2007', 'lab', 'disect frog', '12:00:00', '14:00:00'...
  5. RestonDeveloper

    return a set, print it to screen, delete records.

    Alex, thanks. I suppose I could modify code above to return a string instead, and pass the data back, to alert user what rows were deleted instead. thanks this was very helpful. you the man!
  6. RestonDeveloper

    return a set, print it to screen, delete records.

    i am creating a winform that reads in an access database and changes the data and puts it into a mediator table, then i call i have 3 sql procedures: sp_create, sp_update, sp_delete procedures compare mediator and main table, for records in mediator that aren't in main, i update a...
  7. RestonDeveloper

    how do I interact with a dialog?

    Alex, can you send me your project? delorieatgmaildotcom
  8. RestonDeveloper

    how do I interact with a dialog?

    Yes, Alex went above and beyond! Thank you Alex. Not only does your solution solve my problem, but I know I'll be learning a lot from it and have multiple uses for it. Thank you so much!
  9. RestonDeveloper

    how do I interact with a dialog?

    Keyoti Forum posted what appears to be a solution to my question. http://keyoti.com/support/topic.asp?TOPIC_ID=851 posting here in case anyone else looks for it here.
  10. RestonDeveloper

    can any one solve my problems.

    yes you can sharepoint does this on IE+Firefox (at least). but your reasons for wanting to do it seem insincere. you say you want ot hide it, and no title. no title or close because you want to brand it, but remember you want it hidden. as you've described, sketchy at best.
  11. RestonDeveloper

    Obtain form name or ID inside function

    use anonymous functions, that will prevent from firing the functions you want to assign to the onsubmit event.
  12. RestonDeveloper

    Get dimensions of remote image.

    Yes it's possible, especially easier if the server processing the image is local, because you could modify img.aspx But I am guessing it's not. So I would have intermediatary server page getDimensions('myimgreader.aspx?url=img.aspx?text=some+stuff'); You could make an ajax call to a ur...
  13. RestonDeveloper

    Dual action button

    no sweat: {input type="button" onmouseover="alert('over');" onmouseout="alert('out');" value="dual action" /}
  14. RestonDeveloper

    display position of the div

    meenu24, How do you want to handle resizing the window, would if users drags it down, shrinking but not minizing to desktop bar. http://flumpcakes.co.uk/css/center-div-ie this shows you the way to use css to make sure it's always centered horizontally. also i suggest using a javascript...
  15. RestonDeveloper

    how do I interact with a dialog?

    Thank you for taking the time.
  16. RestonDeveloper

    how do I interact with a dialog?

    Alex Rapid Spell has two versions, Web and Desktop. They don't look, work identical. I'm referring to the Desktop. Their Desktop came with samples for 2005 and 2003, but only shows a custom gui in 2003 doesn't show the context in their dialog. I've posted in the Keyoti Support Forum as well...
  17. RestonDeveloper

    how do I interact with a dialog?

    .Check() is in the the 3rd party Dll. I guess something I would be comfortable with, though probably not ideal is to have a dialog that's mine that serves as intermediary, hiding rapid spell's dialog. if that's the case I need to have my dialog reference there dialog's textbox (and buttons). i...
  18. RestonDeveloper

    how do I interact with a dialog?

    I am using a 3rd party spellchecker Keyoti.RapidSpell rapidSpellDialog1.Check();
  19. RestonDeveloper

    fixed background using javascript

    fixed background bad idea until people stop using IE6. using a scrollable iframe would be better.
  20. RestonDeveloper

    Problem using innerHTML

    Hey just wanted to pass this along. use CSS more. in your javascript you are creating a string a span with a link that is styled differently: {span id="close"}{a href="..." style=\"text-decoration: none\"}{strong}Hide{/strong}{/a}{/span} While this doesn't seem like a big deal now, trust me...

Part and Inventory Search

Back
Top