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 Chriss Miller 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: TomasDill
  • Content: Threads
  • Order by date
  1. TomasDill

    How to disable mouse cursor change?

    Hi! On the page I have a link: <A href=javascript:DoSomething('parameter')>Do Something</A> When I click on the link, JavaScript function is called ok. However, when I click on it first time, mouse cursor change from the usual default cursor to the waiting arrow cursor (like page is waiting...
  2. TomasDill

    Frames resizing and coloring

    Hi! I have 2 vertical frames that user can resize by the gap between them. IE 5.0 2 questions: 1. Can I resize frame from the Java Script? 2. Can I change color/appearanse of the gap between frames for resizing? 3. Can I catch events for the gap between frames? I know Java Script well, so...
  3. TomasDill

    Hi! Can somebody tell me or poin

    Hi! Can somebody tell me or point in right direction how I can change the page character set on the fly? Any hints, tips etc. I did used following lines: if (strLang==&quot;Russian&quot;) document.charset = &quot;windows-1251&quot; else document.charset = &quot;windows-1252&quot...
  4. TomasDill

    Transaction block is too large

    Hi! We're creating a PL/SQL script to update 100 tables in a single transaction. As soon as we try to execute such script, we get an error: >>>>>>>> &quot;PLS-00123 program too large Cause: PL/SQL was designed primarily for robust transaction processing. One consequence of the...
  5. TomasDill

    Excel sheet displaying from General field

    Hi! When displaying Sheet either in OLE Bound Control or in the window for General field editing, Excel sheet tries to display all columns at once. This cause it resized inside of the OLE Bound Control box by such way that all cells appear as a very little rectangles and no way to see something...
  6. TomasDill

    VFP DevCon 2001 Keynote video online

    VFP DevCon 2001 Keynote: Visual FoxPro 7.0 and Beyond View the keynote session given by Microsoft Visual FoxPro team members Ken Levy, Randy Brown, and Calvin Hsia on September 10, 2001 at Advisor VFP DevCon. Please take the time to watch the DevCon keynote video at...
  7. TomasDill

    MSDE limitations list

    Hi! Can someone post the list of what do not work on MSDE server compare to SQL Server 7.0? I already met some problems that were not described by Microsoft, so I'm interested if someone else knows something. The problem was with distributed transactions called from the SP using EXECUTE...
  8. TomasDill

    Visual Studio .NET and VFP

    Visual Studio.NET Beta 1 received by MS Visual Studio .NET Beta Testing Program members. It is 4 CD, include Windows Service update CD and SQL Server 2000 trial version (120 days trial). Visual Studio.NET has the following minimum system requirements: - Processor: Pentium II-class, 450 MHz...
  9. TomasDill

    SQL Server - OLEDB - Access query: How open as read-only?

    Hi! We have SQL Server stored procedure that query Access database. We used OLEDB/Jet connection to Access database. The problem is that OLEDB/Jet try to lock database when querying data, so we get error when other users opened database. Question: How we should configure OLEDB, configure...
  10. TomasDill

    How to pass parameters into distributed query?

    Hi! I have a query: SELECT * From OPENROWSET(MyLinkedServer, 'SELECT * FROM tblMyTable WHERE MyField > 01/01/2000') I run this query for Access databsae. Now I need to replace 01/01/2000 by variable passed to the query, for example: select @MyVar = '01/01/2000' SELECT * From...
  11. TomasDill

    .NET and VFP

    That is if the VFP community desires the CLR or Common Language Runtime. What do you think Vlad? It is so eearly any opinion is really premature but there will still be difference between VB, VC++, VFP etc? First of all, I don't think MS will listen to VFP community much, because you...
  12. TomasDill

    Stupid beginner question

    Hi, all! I never seen any resources that explain basics of certification. I meant, place, time, prices, registration etc. How all this looks like in process? <p>Vlad Grynchyshyn<br><a href=mailto:vgryn@softserve.lviv.ua>vgryn@softserve.lviv.ua</a><br>
  13. TomasDill

    Diagrams/Foreighn Keys question

    Hi! Novice question: I need to create relations between 2 tables. How I can do this from Enterprise Manager? When I try to use Database Diagram, I cannot add any table. It shows 'CoInitialize has not been called.' message. What this means? Are there other visual ways to add relation for...
  14. TomasDill

    Large binary data on SQL Server question

    Looks like I'm going to test real power and speed of VFP with SQL Server... I need to store large binary data (>1MB) in a single field. Tried to use image type on SQL Server, but it is hard to handle it in VFP because it converted to General type. Tried to use text for this, but SQL server (or...
  15. TomasDill

    How to show Icons from resource file?

    Interesting question. VFP works with pictires as with files only. Is there way to get picture from resource file and show it, for example, as picture on button? Resource file I meant EXE, DLL etc. For example, In Windows explorer you may specify deskctop Icon as 'Winword.exe,1', that means take...
  16. TomasDill

    SQL Server selection

    This is question about application installation on user computers and configuration of it. I will very appreciate help on this question, at least star guaranteed for good solution :) I have SQL Server database that will work on servers of many clients. What is sad is that SQL Server names (it...
  17. TomasDill

    Editbox problems

    1. When I set editbox property 'AddLineFeeds' to .T., I can observe strange things. Add one or mere lines during text editing. In second line keys 'del'/'backspace'/'any char' cause jump to next character by 1 position, in third line - by 2 positions etc. Looks like line feeds added to text...
  18. TomasDill

    How to Hide Compilation Progress Window in Run-Time?

    Question is not easy and it is very tricky, please, read carefully (I will try to describe problem with my knowledge of English). 4 well experiensed VFP programmers tried to find a solution for this problem and have no success. We have very dynamic application that runs some programs on When...
  19. TomasDill

    Corrupted Table Problem

    I have a VFP application that used by many users in network to access to the database on the file server (MS Windows NT network used). Occasionally (1-2 times at month) I receive reports that certain tables do not allow to add new record. When I look to them - they corrupted. Either tail of...

Part and Inventory Search

Back
Top