Olaf, Mike Sorry I could not reply you for a long period.
Stepping a few step back in this discussion I begin once again from where I had created two tables using-
CREATE TABLE K:\P4\Saurabh\Tbl\TestDept ;
(DeptID n(3) NOT Null, ;
DeptName c(40) Not Null, ;
HOD c(40) NOT Null, ;
PRIMARY KEY...
Yes Null arithmetic-
not NULL = NULL
NULL or false = NULL
NULL or true = true
NULL or NULL = NULL
NULL and false = false
NULL and true = NULL
NULL and NULL = NULL
So I will make the field Not Nullable.
Moreover, I got yet another good lesson not to use DDL...
Thank you Olaf. With Currency datatype and Tag DeptID my table was successfully created.
Working through RDP, that's why couldn't copy and paste the code, Sorry it troubled you.
I was using logical L(1) data type but that was absurd with "Null Check Gender = 'M' Or Gender = 'F'", It was not...
Thank you for the quick reply.
Actually that is my mistake in copying and pasting the code. Please ignore that.
I tried checking the code including lines one by one. The error comes when I include any of the following two lines of codes-
- Salary n(6) Null Default 0, and
- DeptID n(3)...
On Windows server 2012 R2, we have our software based (on vfp9). When users click the .exe of the software or switches the branch they get following error which is similar to the above mentioned error.
"OLE error code 0x800700CA: unknown com status code"
This error never came on windows...
Found the soln.
Intellisense env. - appending from foxcode.dbf and
Macros - from fky
Actually vfp was installed both on source and destinatination server. Just environment needed to be synchronized.
Sorry I was late but got tremendous pleasure and satisfaction to see the same soln. from...
Today this process of transferring the registry keys were really performed. It was successfully copied from the source windows server 2008 to the destination server (windows server 2012), run and the window that popped up also shown that the process has successfully completed.
But when tested...
@OlafDoschke "... Seems you already worked with VFP on your old computer quite a while."
To be a bit more clear, till now I have not started working with macros and have merely an introduction of its working. But I had an assignment from my senior to find about importing macros also besides...
Thank you very much to both MikeLewis and OlafDoschke.
I have just begun programming and that too with vfp, am an O level programmer. Your answers especially last three appealed to me quite well and solved my issue. Thanks a lot again.
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.