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!

Recent content by daneharnett

  1. daneharnett

    Entourage 2004 wont show my public folders

    Hi my office is running SBS 2000 with exchange server 2000 and ive setup my 14" ibook with entourage and i cannot get the public folders to show, i can get my regular mailbox but when i click on public folders in the list, it will only show Internet Newsgroups and no other public folders that we...
  2. daneharnett

    Does Exchange ActiveSync Sync Public Folders

    Hi, At my workplace we have an Exchange 2000 server, a few of the people here have Pocket PCs and one of the main problems we have is that they will not sync the public folders of the server by default. I know that you can sync with a server with Mobile Information Server or Exchange 2003 but im...
  3. daneharnett

    Public Folder Synchronization with Pocket PC

    Hi, Currently we have Exchange 2000 and my boss has a IPAQ. We started off by having the problem that it would not sync the public folders on the exchange server, and i found out that it was unable to do that without mobile information server or something. i found a program on the net called...
  4. daneharnett

    regular expression doesnt work as expected

    Hi everyone, im trying to use ereg() to match a pattern in a string. my pattern is "(.*) (.*)" my string is "foreach ($x as $i)" basically i would like to get the first string up until the first 'space' char.. when i ereg these via ereg($pattern, $string, $matches)...
  5. daneharnett

    Built in record locking not enough

    Hi everyone, ive found that the builtin locking mechanisms are enough for what i want to do. I can explain why but can we just accept that i dont want to use them. Id like to implement my own: Ive thought to add a "IsLocked" field to the table that i want to use locking with, then wen...
  6. daneharnett

    Database speed in two locations

    danvlas, I suppose it would be 256/64 ADSL at either end... But could be dial up... im not sure about the remote branch.
  7. daneharnett

    Database speed in two locations

    Yeah, what i meant when i said VNC was a program that is similar to remote desktop etc.. VNC is a free program that allows the same as remote desktop check it out at www.tightvnc.com ... Back to the problem, We dont have a dedicated computer for the remote office to access the db... For now we...
  8. daneharnett

    Database speed in two locations

    gusbrunston, Thanks for your input. what i mean by 'download data' is the loading time of the data over the internet... or the loading of the data into the remote computers ram... the remote computer must have access on it or else it wont be able to run the database... you may be talking...
  9. daneharnett

    Database speed in two locations

    Hi, Ive got a client with two branches. At the moment they are just copying the database from one branch and overwriting in the other branch... this is to update... what we would like to do is to be able to have the database kept at the main branch and access the data remotely thru a VPN or the...
  10. daneharnett

    JScript or VBScript?

    which one should i use? and maybe your going to say, the one your most comfortable with... I am equally comfortable with both.. I just wanna know what is used mostly out there in industry and what the professionals think is best.. I know i went for an interview at one place and they said they...
  11. daneharnett

    user management for various orgs

    Hi, Im building a web application that is currently only gonna be run on the local network but will eventually be on the internet... Many organisations will have access to the site, each organisation will have a list of users who are part of thier organisation... Each user will sign in using...
  12. daneharnett

    Schedule Control or use Outlook

    Hi, Im building a system that will need to track a boxers (or any other sport) training and fights(matches). It should display it in a variety of views.. like current month, current week, year... I would like to be able to schedule matches/trainings on certain days and be able to pick from a...
  13. daneharnett

    Need to find salary as of...

    Try this out, SELECT Max(Table1.DateChanged) AS MaxOfDateChanged, Last(Table1.Salary) AS LastOfSalary FROM Table1 HAVING (((Table1.DateChanged)<=#1/8/2003#)); Table1 Employee - Text DateChanged - DateTime Salary - Currency Hope it helps
  14. daneharnett

    Create Temp Record and only save when committed

    Hi, I have a FE/BE setup and would like the ability for my users to open a form, enter details, have these details saved into table(s). and at the end they must click 'OK' or 'Cancel'. this will moved the data into the 'actual' tables... if the user selected cancel then the data would be deleted...
  15. daneharnett

    Network Documentation Templates

    Hi, Im looking to document the network/it configuration at work. Does anyone have any templates that list the sections that should be covered in such a document? for instance: hardware register, software register, network config (ip addresses, network ids), disaster recovery (virus, backup)...

Part and Inventory Search

Back
Top