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 wOOdy-Soft 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: FOXPROG
  • Content: Threads
  • Order by date
  1. 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?
  2. 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
  3. 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.
  4. 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?
  5. 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?
  6. 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.
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. 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...
  12. FOXPROG

    Automated barcode reading system

    Does anyone have a suggestion on and automated barcode reading system? I need to be able to scan thousands of barcodes off of printed material like a coupon. I am looking for something that I can feed the material in bulk and have the barcodes scanned. Any help would be much appreciated.
  13. FOXPROG

    creating a file from an existing file

    Is there an easy way to get the fields from a table and build a new table with just the fields the user wants included?
  14. FOXPROG

    checkbox not show check mark

    I have a several check boxes in a grid and for some reason one of them does not display the check mark until it has focus but the others show the check mark whether they have focus or not. I have compared all three check boxes and they appear to have the same setting. I want all three to display...
  15. FOXPROG

    changing data in a combo box

    I have a grid that has a combo box in one column and I am trying to have each record that is displayed in the grid to display the fields from a table who's name is in another text box in the grid. I am able to populate the combo box but the information that is displayed is from the text box of...
  16. FOXPROG

    changing row color dynamically

    I have a grid that I want to have the first row in green and all other rows in red. the problem is the gird is filled with filtered records so I never know what record number is being displayed in the first row. Does someone have an idea how to make the first row always green no matter what...
  17. FOXPROG

    Adding a combo box to a grid

    Can someone remind me how to add a combo box to a grid? I am using the designer but certain fields that I put on the grid don't offer a combo box as a choice.
  18. FOXPROG

    accesing methods

    I am trying to access the dragdrop method of a column within a grid so I can trigger a process the problem is the grid and its columns are created at runtime once a database is picked. Any help would be much appreciated.
  19. FOXPROG

    Using the import wizard

    Is there a way to start the import wizard from within a foxpro program?
  20. FOXPROG

    error message

    I am receiving the error message "ADODB.Connection(0x800a0BB9) arguments are of the wrong type , are out of acceptable range, or are in conflict with one another" but the same ASP code works perfect on my other server. I am attempting to connect to a MS ACCESS database when this...

Part and Inventory Search

Back
Top