Hi all,
When using the VFPCom utility, it cannot be run on Windows
2000, both Pro or server. What i encounter is that the
createobjected object oVFP sudden quit & terminated,
without returning any error code when executing the
cursorTors function (line 5 of the following code),
however, the...
HI all,
I build an application in VFP6.0 + SP5, however, this application alway quit suddenly when i activate a screen function in my windows 2000 pro workstation. Even the W2K OS is a fresh install, the problem repeat and repeat, I get from the event log and found that it logged the program...
Hi all,
An application was developed in VFP3.0 few years ago and I want to have the setupdisk of the application in VFP6.0 format now, as well as a exe file built from 6.0 version.
I reopened that project by VFP6 + SP5, VFP promoted me whether to preform conversion and of course, I go ahead...
Dear all,
I write an program (by VFP 6.0 SP4) like this :
************************************************************
lcFile = getfile('bmp')
if empty(lcFile)
quit
endif
create cursor xPrintout(print_date t, print_by c(50), bmpFile g)
insert into xPrintout(print_date, print_by) values...
HI all,
I am managing and developing a SQL 7 OLAP service solution, but everytime i need to start / execute the OLAP manager at server side and is it the only way that i can do the project? Can i install the OLAP manager in my own workstation which is similar to SQL Enterprise manager, that...
HI all,
I am managing and developing a SQL 7 OLAP service solution, but everytime i need to start / execute the OLAP manager at server side and is it the only way that i can do the project? Can i install the OLAP manager in my own workstation which is similar to SQL Enterprise manager, that...
Hi all,
I am developing an error routine procedure, except on the main program to execute
ON ERROR Do sys(5)+curdir()+program\myerr.prg with error(), message(), message(1), program(), lineno(), date()
I am now considering another method such that any error hit in the form's controls (text...
Hi all,
I have created an active x control "panel.ocx" by VB6.
This active x is used to detect a hardware panel, when user click different button (e.g. "Start", "Stop", "Skip"), different event will be driven. A simple VB6 program with this active x...
HI all,
I have an Visual FoxPro 6.0 application connecting to SQL server 7.0 via ADO 2.5. And recently, I experienced a very strange case from SQL server 7.0 on NT 4. When i execute the application. ADO returned "timeout expired" error even when i execute a simple ADO statement in...
Hi all,
How to restrict the form to be resized even if user double click the titlebar of the form. I want the form's windowstate property = 0 all the time.
Many thanks
:D
Franklin
Hi,
I have built an application by Visual FoxPro 6 (SP4) and using Dial-up networing to connect RAS service on NT4 server (SP5) and access the MSSQL7 server using ADO2.5.
I am finding solution to check whether the dial-up connection is still active instead of terminated. Is there any API...
Hi,
I have built an application by Visual FoxPro 6 (SP4) and using Dial-up networing to connect RAS service on NT4 server (SP5) and access the MSSQL7 server using ADO2.5.
I am finding solution to check whether the dial-up connection is still active instead of terminated. Is there any API...
Hi,
Can i pass a parameter to a DTS package? What i want to do is to extract records to a text file according to the pararamters. I don't want to write code in my program because i believe SQL can output the file more quickly.
Or what can i do in SQL server to suit this requirment if the...
Hi al,
Similar to the Internet explorer, I would like to add a checking step such that the program call the dial-up networking control if the application detect no connection at the beginning. Any window active X control or others utility can serve this purpose?
Many thanks.
Franklin
:)
Hi all,
i have encountered one problem when passing parameter to MS SQL server. But different version SQL server gives me differnent result. Here is the code that the program excuted:
oSQL = sqlconnect("MY_DB", {user_name}, {user_pwd})
lcDifference = 3
lcExec = "select...
Hi all,
I am using SQL server 6.5 , 7 and 2000 in my office, but the available languages is not the same among these three servers. The following codes are excuted:
Either
use master
select * from syslanguages
OR
exec sp_helplanguage
============================
for 6.5 version
-> no records...
Hi all,
Both MS SQL 6.5 & MS SQL 2000 was installed into a Window NT4+SP6 server called 'Test'. Then i execute the Microsoft SQL Server Switch -> SQL Server Wizard, after followed the instruction and entered the password for the "import server" and "export server", system...
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.