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

    Select send account based on recipient

    I have what I feel should be a fairly common problem, but did not find anything in my search. I (like most of you I imagine) have multiple email accounts which I pull into Outlook. Example: Jay@home.com and jay@work.com. When I respond to emails, no problem - Outlook sends from the account the...
  2. jsolutions

    Determine which permissions group a user belongs to

    Wow- thanks the quick response and the code. I'll try it tonight and let you know how it goes! Many thanks.
  3. jsolutions

    Determine which permissions group a user belongs to

    I have an access 2000 database that has been in use for quite a while with security groups and users using Workgroup Security. Everything works fine. Now, the customer has required a "Read Only" group which I have created. In testing, I am coming across some issues where forms go to the "new"...
  4. jsolutions

    Audit Login changes

    In SQL server 2005, Is it possible to create a trigger to capture (audit) login changes?? It seems like i should be able to accomplish this with a trigger on Alter_Login. Has anyone been able to do this? Many thanks
  5. jsolutions

    Hide text

    Is there any way in publisher to hide text? In MS Word, you can use Format...Font...and check the box for hidden. This does not seem to be available in Publisher. Is there a way to do this??
  6. jsolutions

    Columns in word

    WOW onedtent! Not sure how you came up with this - but it is exactly what I need! I had to follow your instructions a couple of times, but it works. Looks like the key is deleting that first row in the first table - not sure why that is significant, but you get very different results if you...
  7. jsolutions

    Columns in word

    Yeah - Sorry Skip - The heading is the last requirement. Again, as a follow up, your 2 row per table solution will not work as I mentioned earlier that the columns need to be independent of each other. If you force the data of both columns to be in a new row, you've just defeated their...
  8. jsolutions

    Columns in word

    Sorry Skip - my example was misleading. there will not always be two rows. There could be a comment anywhere on the left side. So, I want to be able to go in and put a comment anywhere without it "pushing down" everything on the next page. Also, (sorry) failed to mention that I want a heading...
  9. jsolutions

    Columns in word

    I actually started with a table. Let me explain fully. I want to have a 2-column entity (table, columns or otherwise). I want to be able to treat each column independently of the other. Columns seem to do some of what I want and tables seem to do a little but I cannot get all of what I want. See...
  10. jsolutions

    Columns in word

    Hi - I want to have two columns in word that are independent of each other. Is this possible? In other words, when the left column hits the end of the page, it continues on the next page in the left column. When the right column on a page hits the end of the page, it continues in the right...
  11. jsolutions

    Changing window focus

    Hi Einstein - thanks so much for the reply. One follow up question. Is there anyway to ONLY trigger this if "page.html" is opened from the window.open command?? In other words, if I have a page "xyz.html" that simply has a link to "page.html" (rather than using window.open), I would not want...
  12. jsolutions

    Changing window focus

    I want to do something that I thought would be fairly easy. When my index.html page opens, I am opening another page that has content that takes a while to load. I am using the code below. <SCRIPT LANGUAGE="javascript"> <!-- window.open ('page.html', 'newwindow') --> </SCRIPT> This opens a new...
  13. jsolutions

    Outer join - need to always show subtable data

    Basically, I have three tables: tblStudents - StudentId and name of student tblclasses - Classid, name of class, description of class tblclassescompleted - studentid, classid, dateattended Assume for the moment that there are 3 classes that each student is required to take (for now that is all...
  14. jsolutions

    Powerpoint toolbars

    Hi Skip - thanks for the link. I looked at it, and it looks like I would have to build a full VB application to trap this one event (open)... or am I completely missing something? It's possible from within VBA to build a toolbar, so all I need to do is trap the event when the PPT document...
  15. jsolutions

    Powerpoint toolbars

    First, I know that I am trying to use PowerPoint in a way it was never intended, but it is a necessary evil. I've created a way for a Powerpoint to maintain two versions of the same document (Instructor and student). the Instructor version has multiple comments that the student version does...
  16. jsolutions

    Multiple powerpoint versions in same file

    Yeah - again the problem is that EACH page needs to have both student and instructor text. I actually just programmed it last night to show or hide text based on finding the term "Instructor note:" - works like a charm. Thanks to everyone for their help.
  17. jsolutions

    Multiple powerpoint versions in same file

    Sorry - don't think I was clear on two things: 1) The additional instructor information is on the notes page 2) The document will not only be shown on the overhead, but documents will be printed including the notes page (thus the need for hidden text). Thanks
  18. jsolutions

    Multiple powerpoint versions in same file

    I am sure that someone has come across this need and has corrected it. What I need is to have 2 different versions of a PowerPoint file. Basically, I need a student version and a trainer's version. Both versions will contain the same information, but the trainer version will have additional...
  19. jsolutions

    PHP/MySql data truncation in HTML textbox

    jpadie - Thanks so much for the code. MUCH CLEANER than my approach. Easier to read and understand. Really appreciate it as I have 12 fields that I am outputting. Will Make maintaining it so much easier. Thanks for your help.
  20. jsolutions

    PHP/MySql data truncation in HTML textbox

    Thanks Dweezel. Your code pushed me in the right direction. I looked at the page source after the PHP had processed and the tag ended up reading <input type="text" name="address1" size = 50 value = 1459 Woodland Drive> The implication is that "Woodland" and "Drive" are considered parameters...

Part and Inventory Search

Back
Top