Hi,
I have a problem with the select statement with a Date field in foxpro project
SELECT * from &TRDB where inpdate > {ltr} into table temp.dbf
use temp.dbf
GO BOTTOM
@ 2,3 SAY RECNO()
I tired SELECT * from &TRDB where inpdate > {^ltr} into table temp.dbf
where &TRDB is a table name...
I am trying to develop a web page.In the webpage, i have two radio button. I need to make visible some text fields and labels when one radio button is selected and make other fields invisible. Here is what i have coded
<tr>
<td width="10%"> </td>
<td width="10%" colspan="2"...
Hi all,
I am having a foxpro table ( VF6). This is linked in MS access. From a vb.net application, i am reading the values in the foxpro table. Currently the search is taking a long time. So thought about indexing the foxpro table. But from a vb.net application, i am not able to index the...
i want to delete a record from employee table with a specific empid and before deleting , i want to copy all the equivalent data in employee table to another table, deletemprcd.
I tried using
SELECT * into deletemprcd from employee where empid =lclempno
but getting syntax error
Here i...
Hi,
I am creating a form. To this form the values are filled from a foxpro table( foxpro 6.0). I have used select statment
SELECT fname,lname,dob,nation,gender,married,contactno,doj,salary,commision,division from employee where empid=lclempno
then using the values obtained , i am filling the...
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.