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: *

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

    hiding option in select list

    Is there a way to hide an option in a select list with javascript? All code I have used so far just removes options but this messes about with the index numbers and stuff. Ideally, I'd like to give each option an id and then decide whether to hide it or not then make it visible again at another...
  2. qwertyjjj

    requery datasheet when using stored proc

    I have a datasheet which gets its data from a sql server stored procedure. Using .requery doesn't seem to refresh the data. Any ideas on how to do this? Private Sub GetData(Optional parameterOrder As String) On Error GoTo LocalHandler Dim strsql As String Dim db As Database Dim...
  3. qwertyjjj

    transfer file across network through dialog

    Hi I need to allow users to select a file from their desktop and save it to a fixed network location (they should not be allowed to change this). Ideally, through a select file dialog, then save. Any recommended solutions to go about this? Maybe an Open dialog that allows them to select the...
  4. qwertyjjj

    "Connect to Outlook" doesn't appear

    I'm trying to sync a document library in WSS with Outlook to use the files offline. I understand that this is done through the cations meanu and a link called "Connect to Outlook". This isn't visible - any ideas why or how to change this ? WSS 3.0 Outlook 2003
  5. qwertyjjj

    why buy MOSS if you can self develop with WSS

    It seems to me that you can self develop a lot on top of WSS so why would you buy MOSS at all?
  6. qwertyjjj

    only use top of master page

    I'm setting up a WSS site and I want to copy the top of the master page on all sites. In SharePoint designer you also get the left hand side of the master page, for which I want each site to have its own "quick link menu". Is this possible? Not sure how to do it...
  7. qwertyjjj

    site structure and search efficiency?

    The way I understand it, you create a worksite for a group to collaborate around (WSS or MOSS). In MOSS you can search across worksites. In WSS you can only search in the same worksite. So to create a similar hierarchy in WSS, can't you create a top level worksite and then say 10 subsites, each...
  8. qwertyjjj

    DMZ setup?

    We would like to setup an intranet side access to SharePoint with also a farm in a DMZ to allow internet access. Whether this is done by publishing to the internet zone or by direct access I am not sure yet. The internet licence is $40k, whereas I am led to believe we could do this WSS v3.0 on...
  9. qwertyjjj

    index fileshare - filename specific?

    How does the search and indexing on fileshares work with Microsoft's Enterprise Search model? Is this only filename specific or can the indexer search within documents ? If it was to be of any use, then people would have already had to name the file something specific rather than just Doc A or...
  10. qwertyjjj

    use Groove with SharePoint instead of upgrading bandwidth

    We're thinking of installing SharePoint server 2007. However, the likelihood is that this will have to go along with massive bandwidth upgrades. Is the Groove product from Microsoft aimed at this at all? I suspect we'll have to upgrade bandwidth anyway but just thought I'd see...
  11. qwertyjjj

    document limit on search standard

    The document limit of 500,000 on MOSS Search standard. Is that a document limit for what it can index or something else? What happens if you have more than 500,000 documents - will they not be included in search results at all ? Also, I take it when Microsoft mention documents here, they...
  12. qwertyjjj

    what's the difference between the 3 flabours of MOSS ?

    What's the difference between these 3 flavours of MOSS: Office SharePoint Server 2007 Office SharePoint Server 2007 for Search Standard Office SharePoint Server 2007 for Search Enterprise Seems to me that if you don't want extensive search capability initially and on't need access to the BDC...
  13. qwertyjjj

    Network performance issue

    I have designed an Access DB with various forms to display data populated by queries. This runs fairly efficiently when on the same system. As soon as I try to split the DB into a front and back end and place the data part in a network folder location (across a WAN) the performance is incredibly...
  14. qwertyjjj

    WSS v3.0 - metadata is not requested after multiple upload

    One of the nice features in WSS is that when uploading a single file, the software uploads the file and then asks you for all the metadata linked to it. However, when you upload multiple files, it does not do this. The workaround is that you have to go back, find all the files you just uploaded...
  15. qwertyjjj

    WSS 3.0 as a filing solution

    DO you think WSS 3.0 could be used an office filing solution? I suppose it would need to be configured around how the metadata is stored against each file...
  16. qwertyjjj

    Difference between WSS and MOSS 2007?

    What are the main differences between WSS 3.0 and MOSS 2007 ? I realise that WSS 3.0 is free but there must be strong reasons why a company would pay for MOSS 2007 over the WSS version? Thanks
  17. qwertyjjj

    run macro from VBA code

    I have a macro saved under the Accss Macros menu. I am trying to run this from VBA code through an onClick event. I realise you can select the macro directly but I need to put in some code for other stuff so I'm directing it to run the code instead. I use DoCmd.RunMacro(MacroName) It doesn't...
  18. qwertyjjj

    sum calculated fields

    I have a detail form, which hs controls populated from a query. For example, Name Number xxxx xxxx This can be any length depending upon the amount of database records, so there might be 5 names, or 4 names, etc. I then need to sum these in the footer. Is the possible? I just seem to...
  19. qwertyjjj

    rename Excel columns and import

    I have a spreadsheet that needs to be regularly imported into Access. Unfortunately some of the columns are called 1 - 10, 10 - 20, etc. Access doesn't seem to like these because of the hypen -. So, in the Access database I have named these columns 1To10, 10To20, etc. Is there a way to either...
  20. qwertyjjj

    display data in textboxes/cells

    Is there a way to display data from a query in control boxes instead of in a datasheet view?

Part and Inventory Search

Back
Top