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 Wanet Telecoms Ltd 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: *

  • Users: vivasuzi
  • Content: Threads
  • Order by date
  1. vivasuzi

    unistall ie7 if i have no access to add/remove programs

    Hello! I thought I'd like the new IE7, so I installed it on my laptop. As with most people, I don't like it at all and I want to go back to IE6! However I do not have access to add/remove programs, or Start-->Run. They give us permission to install but not to uninstall (I never understood...
  2. vivasuzi

    FTP works but Confirm Copy box doesn't go away

    Frontpage FTP used to work perfect, then suddenly it started doing this. When I select a file and hit the arrow to copy it to my site, the confirm copy box opens.... Then the file does copy over and I can see this by browsing to the URL. However, the confirm copy box never closes. If I wait...
  3. vivasuzi

    View List data without logging in

    We have a secure website with a secure list. We have another unsecure website. We want to be able to create one view of our list that everyone (even those who are not logged on) could see. This would only contain 2 columns of the list. I tried doing a web capture, but it still asks the user...
  4. vivasuzi

    Can't add members to Cross Site Group

    I created a Cross Site Group. Now when I follow the instructiosn and hit "Add Member" it tells me "A cross-site group named SiteWideReader doesn't exist. This makes no sense since it obviously exists as I just created it and I'm staring right at it on my list of groups. I am able to delete...
  5. vivasuzi

    Drawing lines in access reports

    I read this post thread705-987716 (http://tek-tips.com/viewthread.cfm?qid=987716) to get help with drawing vertical lines that "grow" in my report. However, I cannot get the final line to draw. I used the code as posted and only changed the label names --> Me.Line ([Current...
  6. vivasuzi

    Numbering List Item

    I have a sharepoint list. I want to number each item and it seems the ID number does this for me. However, when I delete a list item, the rest of the numbers don't move up one. Instead that number is gone and sharepiont continues numbering new items. So I want to know if you can create code...
  7. vivasuzi

    Memo Field Size

    Hello! Is there anyway to increase the width of a rich text memo field? Like in regular html you could increase the width of a text area by putting cols="50"... is there a way to do this with a sharepoint memo field? Any help is appreciated! [cat2] *Suzanne* [elephant2] [wavey]...
  8. vivasuzi

    jrun:sendmail using a dynamic subject

    Hello! I am trying to get a subject to be created dynamically when the email is sent. Here is code <% String requireddate = request.getParameter("requireddate"); String requiredname = request.getParameter("requiredname"); . . . More strings here %> Later on.... <jrun:sendmail...
  9. vivasuzi

    Pass value to sharepoint new form

    Is it possible to pass a value to a sharepoint form so it is automatically checked? I have a form that allows users to register for a demo. There are 2-3 demos at all times. I'd like to have a seperate link for each demo. If they click link "august demo" than Newform.aspx would come up with...
  10. vivasuzi

    Lookup field with &quot;write-in&quot; choices

    Hello! I use sharepoint a lot at work, and it gave me this idea - but I can't seem to quite work it out, so any help is great! Here's the idea: I have a table with fields as follows- Songs | Artist | CD | ..etc..... I have a form to fill in this table. I would like the form to get all the...
  11. vivasuzi

    CSS: Target = blank all the time

    Hi! Can you use a stylesheet to specify that all links should open in a new window. I already use this A:Link {text-decoration: none} Can I add something in there that will make target=blank for all links? The reason I cannot physically add the target=blank is because sharepoint creates the...
  12. vivasuzi

    Excel: Hide FX toolbar

    Hi, Is it possible to Hide the toolbar that has the Cell number and the FX box in it? It is irritating when I have cells with a lot of data b/c the FX bar will expand to show all the data. I don't want it to expand at all. Can I hide this bar completely? Thanks! [cat2] *Suzanne*...
  13. vivasuzi

    Autofilter Merged cells, or is there another option?

    Hi. I saw someone else asked this question a while ago and everyone responded "don't use merged cells" so here I am either asking if there is a way to autofilter merged cells OR is there some other workable solution. Thanks! Here is my table design: __________________________ P |Complete...
  14. vivasuzi

    Grab list field and display in new window

    hello. I want to know if this is possible b/c my boss would really like it. When we open Dispform.aspx of our list, we would like one of the fields (comments) to open up in a new window (pop up) I know how to make the pop-up, but I don't know how to grab the data from the comments field. Is...
  15. vivasuzi

    Error loading form_location when I open my Menu form

    Hello, I made this database in Access 2000. We now have Access 2003, and now I have problems. When I open my database, the startup form is the Menu. It just has a bunch of buttons on it. When the menu opens it says: Box Title: Microsoft Visual Basic Box Text: An error occurred while...
  16. vivasuzi

    How long does something say new?

    After you add a new list item, how long does the "New!" image appear? It seems to be a few days, but I'd like to know if there is an exact time. Also, is it possible to change this to stay shorter or longer? Thanks for any help! [cat2] *Suzanne* [elephant2] [wavey] http://www.vivasuzi.com...
  17. vivasuzi

    Excel: Count all records that fall in a date range

    I am having trouble with this and it's driving me nuts. I have a table (don't we all): record record info record date ---------------------------------- blah blahblah 4/30/05 blah blahblah 5/30/05 blah blahblah 6/1/05 blah blahblah 7/30/05 I have one...
  18. vivasuzi

    Combo Box, form doesn't update after new records are added

    Hi! I have a combo box, as many people seem to. Right now it's pretty straight forward. Selecting a company from the combo will bring up that companies info in the subform. Here's how --> Me.RecordsetClone.FindFirst "[COMPANYname] = " & Chr(34) & Me![Combo28] & Chr(34) Me.Bookmark =...
  19. vivasuzi

    Getting Enterprise Manager for My Computer

    Hi! I hope this makes sense. I am working with a sql server, I've never accessed it, but my co-worker has. He is trying to set me up to have access, but our computer guys just tell us to download enterprise manager and that it's online for free. We'll we've searched and don't know what they...
  20. vivasuzi

    Query Print Preview - Save Page Settings???

    Hi :) I have a macro set to open up my query in print preview and then print it out. However, I can't figure out how to get the print preview to retain the settings I want (ie .25 margins, landscape, specific printer) I tried to set this info, but it forgets this it all evertime it runs. I'm...

Part and Inventory Search

Back
Top