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 John Tel 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
  • Content: Threads
  • Order by date
  1. 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
  2. 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
  3. 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...
  4. 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
  5. 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()...
  6. 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'...
  7. 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...
  8. sun11

    Calender Selection

    Hi, I have used Olecontrol for the calender. I have to select the dates from the calender and display the records from the table . but when i try to do iam not able to display the dates from the table. thanks

Part and Inventory Search

Back
Top