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!

Search results for query: *

  • Users: Sarmx
  • Content: Threads
  • Order by date
  1. Sarmx

    Getting href value of a link

    Dear friends, i am an asp developer with not much knowlage of javascript my problem is the following: i have a html table which every cell of it has a link in it, how can i via javascript get access to the href value of those links ( per cell) i will be thankfull for every help...
  2. Sarmx

    how to import relationships of access database to sql server 2000?

    Dear Friends, I have an MS Access (2002) Database with rather complex relationships between the tables, when i try to import the whole database to Sql Server 2000, it will not bring the relationships, is there a way to do that, so that i dont have to create those relationships in sql server...
  3. Sarmx

    how to open another excel file from vba

    Dear Friends, I need to access the information on another excel file (from a current excel file) i need some help is it possible to just read the information and not opening the other excel file??? please send me some codes thad does this, i am an experienced programmer but very new to Excel...
  4. Sarmx

    Team Foundation (making new process template)

    Dear Friends via Team Explorer i am trying to make a new process template (As you know, by uploading the set of xml files to the foundation server) but i get an error, in the errorlog it says, it can not make a connection to sharepoint services,...and says that the resean cannot be determined...
  5. Sarmx

    Changing database file path offline,...HOW???

    Dear Friends, i have a copy of my client's database files, but when ever i am trying to make a progress database server that targets those files it says that the path is not correct (i check this in dos command by using _mprosrv.exe ). it seems that the original path is saved somewhere in...
  6. Sarmx

    Error Starting a progress database on network

    Dear Friends, I am trying to setup a progress database (for later use by odbc ). the physical data are in network. i get an error that says: working directory is not valid. With respect to the fact that with the same settings i am able to make a database (which its physical data...
  7. Sarmx

    how can i target two frames via one link

    Dear friends, imagine that i have a web page with three frames i have one link in frame A and when the user clicks on this link , i would like to load two different pages in frame B and C How can i do this by using html or/and Jscript thanks for any help.
  8. Sarmx

    DataRow belongs to another table....

    Dear Friends, I Have two DataTables, dt1 and dt2. I Want to add a Row From dt1 to dt2 this is my code: Dim dRow As DataRow dRow = dt1.Rows(IndexOfTargetRow) dRow.Delete() dRow.AcceptChanges() 'Or instead of two lines above: dt1.Rows.Remove(dRow) If dRow.RowState = DataRowState.Detached...

Part and Inventory Search

Back
Top