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 SkipVought 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: sun11
  • Order by date
  1. sun11

    values from form textbox to grid

    hi cetin, I have a form in which I search using the ID. Once I found the ID in the table there are title, artist which fills from the table. After the search operation I want to store the values of the form in a grid so I kept a button but not able to know how to pass the values from the text...
  2. sun11

    values from form textbox to grid

    Hi, I have a form and a grid and I want to replace all the data from the form textbox to the grid. How can I do that .. thanks, Sun11
  3. sun11

    Building the .EXE

    hi mike I am using the read events and clear events in the main program The code in the main program ***************************************** on shutdown do cleanup in main.prg set talk off set deleted on set exclusive off set date to mdy set status bar on clear clear all close all ** Turn...
  4. sun11

    Building the .EXE

    Hi mike I am using menu and even used read events and clear events.. even then it just flashes and go away. Thanks sun11
  5. sun11

    Building the .EXE

    Hi, By using project manager I used build option for creating the (.EXE). but when I go to the folder and open the .EXE file it just flashes. May I know what to do to overcome this Thanks, sun11
  6. sun11

    How to get the count of the deleted rows

    Hi mikelewis, Even when I use SELECT COUNT(*) FROM ord WHERE Deleted() Iam not getting the count Thanks, Sun11
  7. sun11

    How to get the count of the deleted rows

    Hi, I have two tables one is oldtable which has 20000 records and other is new table . I run the program and I am searching for the records which has more than one in the oldtable. If there is only one record I am displaying in the new table.and I am deleting from the oldtable if its been moved...
  8. sun11

    How to search for multiple records...

    Hi Olaf, If I want to search for 25 catalog numbers is it the same procedure... i have a GUI in which I normally enter the catalog number. If I put all the catalog numbers in a text file suppose 30 catalog numbers. and if i give an option upload and search can i do in that way or is there any...
  9. sun11

    How to search for multiple records...

    Hi Nifrabar Thanks for the reply... I used like this "SELECT * FROM mytable WHERE MATCH(Catalog_no) AGAINST ('"+ALLTRIM(aIsbn13)+"')"... So I was getting the record for one catalog number. what I was trying to do was in the same text box I would be entering the When I enter the catalog...
  10. sun11

    How to search for multiple records...

    Hi Nifrabar, I am using the SQL SELECT but I am able to retrive only one record but how to retrieve more than one record. I mean if I give five catalog numbers it should fetch the records from the database. any help would be appreciated. Thanks, sun11
  11. sun11

    How to search for multiple records...

    Hi all, I have a search field where I can search for one catalog using the catalog number. I enter for eg. 987654321 as catalog number and hit search it retreives me the record from the databas. But if I want to search more than one at a time.. how can I do it.. Thanks, sun11
  12. sun11

    Problem while updating database

    Hi, I have a database called nielupdate and i want to update the database. the rows which are undated are stored in a text file. so i need to update from the text file to the database. iam not able to do that ... i have given the code which i used <?php session_start()...
  13. sun11

    comparing the fields in a database and storing it in a different table

    Hi, I have table called orders and table called nielsen. so iam searching for the catalog_no which is in table nielsen and ide to match in orders table so that they proceed for checkout. before i used the table directly like this SELECT IDE GO TOP DO WHILE NOT EOF() IF DIST <> 'XX'...
  14. sun11

    How to save at run time

    hi cbasoz, thanks for the solution.. Problem solved... Thanks, sun11
  15. sun11

    How to save at run time

    hi cbasoz, Thanks for the sol.. I'll try it out.. Thanks sun11
  16. sun11

    How to save at run time

    hi mark, sorry for that.. yes prompting the user to save the details in a folder as per user wish.. thanks, sun11
  17. sun11

    How to save at run time

    Hi, I have a form in which i have title,publisher and artist and dates to select (from date) and (to date) In my program i just gave a destination folder to save the data which is retrived. the retrived data goes to a table in the folder. Can i save the table at run time by selecting the folder...
  18. sun11

    Calender Selection

    hi JRB-Bldr, Iam able to get the details when i select the date. thanks a lot sun11
  19. sun11

    Calender Selection

    Hi jrbbldr, Sorry for late reply i have a basic knowledge on foxpro.. i tried your code but iam not able to select the dates and when i select the dates iam not able to display the records from the table Thanks, sun11
  20. sun11

    Calender Selection

    Hi mike, I have a form in in which i can search for title and a publisher and iam able to do that.. Every book has a published date so i have used olecontrol for the calender and i select a date from ... and date to... so i need to get the details of the books which were published in those...

Part and Inventory Search

Back
Top