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...
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...
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=="Russian")
document.charset = "windows-1251"
else
document.charset = "windows-1252"...
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:
>>>>>>>>
"PLS-00123 program too large
Cause: PL/SQL was designed primarily for robust transaction processing.
One consequence of the...
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...
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...
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...
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...
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...
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...
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...
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>
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.