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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FOXPROG

  1. FOXPROG

    converting numeric fields

    That was the first thing I did but it seems 19 is the limit so a 20 digit number gives me the same result and thoughts?
  2. FOXPROG

    converting numeric fields

    I have a 20 digit numeric field that I want to convert to a string but when I use the str command to put it into a character field it converts it to scientific format. Does anyone know of a string function that will avoid this problem?
  3. FOXPROG

    sql question

    I have two tables in an access database I need to select records in table1 based on information in table2. Table1 has a common field in table2. I want to get all the records in table1 that match table2.id2 when table1.id = table2.id See example below. table1 id first last talbe2 id id2
  4. FOXPROG

    drag & drop

    Can someone tell me if there is an easy way to have two textboxes on a aspx page and have the ability to drag the text from one box to the other? I am new to both aspx so please keep that in mine. Thanks.
  5. FOXPROG

    Virtual directory problem

    I have a database on my default website that has a virtual directory that has a database in it. I use oledb to connect to the database but I use that actual path and it works fine. Can someone tell me how to correctly reference the virtual directory in the connection string?
  6. FOXPROG

    using virtual directory

    Thanks.
  7. FOXPROG

    using virtual directory

    I have a database on my default website that has a virtual directory that has a database in it. I use oledb to connect to the database but I use that actual path and it works fine. Can someone tell me how to correctly reference the virtual directory in the connection string?
  8. FOXPROG

    problems importing an aspx page

    I imported an aspx page using "add existing item" but once the page is in my project the code behind page does not recognize the controls that are on the page.
  9. FOXPROG

    hyperlink download in a datagrid

    The original datagrid is in an ASP.net webform.
  10. FOXPROG

    Data provider error for excel

    I got it work but thanks.
  11. FOXPROG

    hyperlink download in a datagrid

    I have a datagrid being populated with data from a file and one of the columns is a hyperlink that I want to populate with one of the fields that is a path to a file to download but I can not seem to figure out where I put the code within the datagrid control. I am assuming one of the properties...
  12. FOXPROG

    Data provider error for excel

    I am trying to get the column headings from an excel file using the oledb data provider the problems is once I insert the "HDR=NO" into the string I get an "ISAM error" if I take it out everything is fine but I do not get the column headings.
  13. FOXPROG

    visual foxpro to foxpro 2x

    I do not believe the "copy to" command is valid when opening the table using oledb.
  14. FOXPROG

    visual foxpro to foxpro 2x

    Can someone tell me how I can open a visual foxpro file using a oledb data provider but then be able to output a new file in the 2x format? I have to accomodate some old software the can only handle the 2x format. Any help would be appreciated. I can open the visual foxpro file with no problem...
  15. FOXPROG

    getting information from a dataset

    Thanks for the input!

Part and Inventory Search

Back
Top