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...
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"...
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
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??
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.