Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: makdu
  • Content: Threads
  • Order by date
  1. makdu

    Problem with select Statment in Foxpro project

    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...
  2. makdu

    Radio button usage in struts

    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"...
  3. makdu

    Using index of foxpro from vb.net

    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...
  4. makdu

    copy table content using select * into

    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...
  5. makdu

    Block pop up from select statment

    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...

Part and Inventory Search

Back
Top