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

  1. SteveDingle

    Word '03, Which template was used

    I have a document and I would like to see which template it was based on. Is that possible in Office Word 2003 Thanks Much, Steve
  2. SteveDingle

    Change user but keep apps/settings

    Hello All, I have been having trouble for years now with Window 2003 server (at home) and my Windows XP SP2 PC (also at home). Thinking it might be a user account problem, what I was wondering is is there a way for me to ... 1) Create a new user on the network 2) Login as that new user on my...
  3. SteveDingle

    Cannot Connect To SQL Server 2005

    Hello All, I have just insalled SQL Server 2005 (including SP's) onto my Windows 2003 Server and can not connect. I am connecting using Windows Authentication and the user is Admin with all domain rights. I have use SAC to verify: - Data Engine is running - SQL Browse is running - Remote...
  4. SteveDingle

    Control for editing/viewing HTML

    Heya All, For awhile now I wanted to allow users to add very basic formatting to notes, comments and basically any free text they might have. I thought that if I use HTML I could provide that formatting (Bold, underline, bullets etc...). Just wondering if anyone knows of a control which works...
  5. SteveDingle

    Rebuild Project misses files

    HEya All, Is just it me or does the rebuild process now miss files referenced in classes/prgs/forms. In past version (<9.0) I could usually rely on the fact that if I have a class in the project and there is a method that contains... llProgramSuccess = DoMyProgram() .. that DoMyProgram.prg...
  6. SteveDingle

    Connection to Server dropped randomly

    Hello All, I posted this in the XP forum but thought I would also try here PC: Windows XP SP2 Server: Windows 2003 I have been having this problem with my home network for a coupla years now, haven't gotten it resolved yet but have more information so hoping that someone might have new ideas...
  7. SteveDingle

    Connection to server dropped

    Hello All, PC: Windows XP SP2 Server: Windows 2003 I have been having this problem with my home network for a coupla years now, haven't gotten it resolved yet but have more information so hoping that someone might have new ideas. I have a server and a coupla PCs attached to it at home...
  8. SteveDingle

    Task Pane - Explore an XML Web Service Not working

    Heya All, This probably belong under Web Related, but also thought it might be a VFP 9 SP2 issue so figured I would start here. Haven't played around with XML Web Services in years, no need [shrug], but wanted to start playing around again so registered a coupla services (FoxWiki,FoxCentral)...
  9. SteveDingle

    Find FK/Rel info when using triggers for RI

    Hello All, I am using a data modelling tool (xCase) to maintain my SS2K database. It allows me 2 ways to maintain Referential Integrity - via triggers or via Declarative RI which I see is FK Constraints. I had chosen to use triggers because I had read in the end hey are more flexible and...
  10. SteveDingle

    Call function in different database

    Hello All, I thought I posted this yesterday but can't find a record for it. (Hope I didn't put in wrong forum) SS2K - I would like to call the fn_listextendedproperty from an SP in a different database (same server) and can't figure out the syntax I would use Thanks very much Steve
  11. SteveDingle

    Timeout for search for mapp drive?

    Heya All, XP PC, 2003 Server. I have an on going problem (for years it seems) where the connection to my server's shared drives just drops. That is a separate problem. The more immediate and frustrating problem I get is that if the connection drops and I then try to open a file in ANY...
  12. SteveDingle

    Save user setting for re-install

    Hello All, Because of problems with my 2003 Server and my workstation I will have to reinstall server on my home network for the 3rd time. I am getting very tired having to constantly re-setup my PC's because they are considered NEW USER (Of which they are not). This is very very time...
  13. SteveDingle

    Unique Key Constraint, Querable index?

    Heya All, All my tables have surrogate PK's which means that all my tables also have alternate keys which I am currently enforcing using Unique Key Constraint as opposed to a Unique Index. My question is, does the constraint help in querying against the table? If not should I also have a index...
  14. SteveDingle

    SS2K, view trigger code from inside QA

    Heya All, I use ApexSQL EDIT as my interface in SQL Server so always forget how to do things in QA or EM (and I'm now spending more time on client pc) Is there a command I can use in QA which allow me to view the code for a trigger and/or SP's Thanks Toodles, Steve Dingle...
  15. SteveDingle

    SQL Injection from VFP

    Heya All, Was just reading up on the issue of SQL Injection when communicating with SQL Server from inside VFP... http://en.wikipedia.org/wiki/SQL_Injection ... I assume the proper (only?) way to deal with it is just pre-checking before submitting code. just wondering if anyone has...
  16. SteveDingle

    Fastest non-deleted record count

    Heya All, Old one I'm sure but finding I have to have a revisit it. I need the number of records, non-deleted, in a table. Of course because of deleted records, RECCOUNT() isn't an option and because some table have 10's of millions of record (yes close to the 2 gig limit) a SELECT COUNT(*)...
  17. SteveDingle

    Communication Link Failure

    Heya All, While this does have to do with ODBC, I thought I would post here in case anyone has any specific VFP experience with this error, I have scoured the web and not found anything helpful. Basically client is running and app of mine which is talk updating a SQL Server 2K database...
  18. SteveDingle

    Top Level Form - 2 In Top Level Form

    Heya All, Situation - Top Level Form calls a MODAL In Top Level Form (it a wizard or pick list type form). Then an error occurs in my MODAL "In Top Level Form" which call my error manager object (property in _SCREEN) calling my Message Form which is also an MODAL "In Top Level Form". Problem...
  19. SteveDingle

    Unable to acess Win2003 network drives from XP machine

    Heya All, My current home set up: Windows Server 2003 - latest updates installed Windows XP on 2 PCs (ZoneAlarm as Firewall) - latest updates installed Lynksys Router DLINK Modem for internet access. FWIW, I have rebooted network and all devices multiple times My problem is that on the PC...
  20. SteveDingle

    Network Check Timeout setting

    Heya All, in another thread I mention my problem connecting to my network drives. Well because of that I am also having a problem every time something tries to access the network. Just as a for instance, using my computer I try to click on a network drive. About 10 minutes later, after failing...

Part and Inventory Search

Back
Top