Rick,
I could also find what you searched in MS website before, seems nothing about the error or bugs for CursorToRS. For the same table, nomatter the recordsize, why the same vfpcom perform extremely different in WinME and Win2000....
Seems no way to tackle such abnormality...
Poor!
:-(...
HI Rick,
I am using the latest vfpcom as specified from you supplied link already.
For my further testing in windows 2000 platform, some of the vfp tables can be converted to recordset without any problem, while for one particular table, the com utility sudden terminate itself and the main...
...when executing the
cursorTors function (line 5 of the following code),
however, the same program can be executed with any error
in Windows ME.
********************************************************
oVFP = createobject('vfpcom.comutil')
oVFPRS = createobject('adodb.recordset')
? 'VFP Com...
Hi ramani,
Thanks first, But why the same code or logic works in VFP3.0 but not works in VFP6.0. Is there any difference between the declaration of (public, private, local) variables between two VFP versions.
Any comments?
Franklin
Hi ramani,
Thank you for your help, but what if i want to pass parameter? I can't remove the brackets, is it right?
I will try to remove the brackets and test the application in the production stage.
Franklin
Hi Rick
Thank you for your link, My problem is when i click one of the menu item in my VFP6 application, the error code appears, but for other 'menu.click' action, no problem and everything go smoothly. i will try to narrow it down to find out what happening when init the form or when load the...
HI Danceman,
I tried to restore the production environnment in VFP3.0 version and install the setup diskes built from VFP6.0 and finally return the same problem, i.e. some fields's value is empty.
Many thanks
Franklin
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 Ssaamm,
I am sorry that i can't identify which thread is useful coz i really don't have any concept in spanish. Could u mind to tell me the thread (or the Fecha of the Título) ?
Many thanks!
Franklin
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
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.