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: *

  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!
  16. FOXPROG

    getting information from a dataset

    I also need to find the maxlength of the actual field. I can find the length of the column(i.e. "id" = 2 and "first" = 5) but I can not seem to find out how to tell what the input field length was.
  17. FOXPROG

    getting information from a dataset

    Not sure how one does that in vb.net.
  18. FOXPROG

    getting information from a dataset

    I am new to vb.net and vs 2008 so here is my problem. I have a foxpro free table that I read into a dataset then I do some manipulation of the data. What I can not figure out is how to write out to a new foxpro file with some extra fields added to it. I know I can do a "create table" but how...
  19. FOXPROG

    Can't get update to work in oledb

    No, I do not have a primary key. Can you give me a snippet of code that might work better?
  20. FOXPROG

    Can't get update to work in oledb

    I am trying to update a foxpro table but the da.update(ds,"sample") fails with an error about not being valid. Can someone tell me what I am doing wrong. I am new to this programming environment.I know the dataset gets fill with the foxpro table data and the dataset changes to the new...

Part and Inventory Search

Back
Top