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 TouchToneTommy 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: tbubbs
  • Content: Threads
  • Order by date
  1. tbubbs

    Reloading a calling page

    I have a popup window and after selecting a value from this window I need to be able to close it and reload the page that called it. I used this code in my aspx.vb file: Response.Write(&quot;<SCRIPT language='javascript'>&quot;)...
  2. tbubbs

    Build an update statement dynamically from just a Dataset

    Hello all, I was wondering - I have a dastaset that has been modified, is it possible to build an update/insert/delete combination of statements and NOT use a dataadapter? And then update the database using these statements that were just created, once again not using a dataadapter? I would...
  3. tbubbs

    Frames and redirect

    Hi, I have a treeview on my left hand frame that allows me to select a node. Depending upon which node is selected I would like to reload the frame on the right hand side. Currently, I am using the vb code behind page to capture my ID and response.redirecting. The problem is that using...
  4. tbubbs

    Tree View web control

    We are attempting to use a treeview control in a framed environment. The multilevel treeview is populated from the code behind vb page coming from a sql database. The treeview exists in the left frame and we wish to populate our body (right) frame with information based on which node is...
  5. tbubbs

    OLEDB and Foxpro

    Our team is having problems updating a FoxPro database through OLEDB. Getting and displaying data has not been an issue. We have a data adapter that has insert, update, delete and select statements. The parameter collection satisfies the requirements for our statements. All the logic sits in a...
  6. tbubbs

    Source Control and the Page Language statement

    I have a question about the inherits statement on the aspx page. On our team we have each created a project on our local machine and we have all of our pages under source safe control. We are finding that when one user works on a page and checks it in, that the next user to check that page out...
  7. tbubbs

    Asp Pages and the Mac

    HI, Here are some questions I have regarding the Macintosh and asp/html pages. I have some links that are used to take a user to another webpage, these are not working on the mac/ie5, the same goes for my menu which is created using links. I know that this seems very vague, but I'm not sure...
  8. tbubbs

    Querystring

    HI, I am trying to pass a variable using a querystring in a javascript function. This is how my code looks, &quot;page.asp?varname=&quot;+jsname; Doing this tells me that the varname is undefined. But I do an alert and the proper info shows. It is just not passing the info through the...
  9. tbubbs

    Help please!!

    Hi, I have a pop up window that is used to select comments. When I first use the pop up window, everything works fine, no problems submitting. The next time I use the pop up window, when I click on submit I get the internet explorer message box, stating that the information cannot be sent...
  10. tbubbs

    Submit from multiple frames

    Hi, I have a page that is set with four frames. the 2nd and 3rd frame needs to submit info to a submission page. I have a submit function that will allow me to submit the info from the 2nd frame, but does not go into the 3rd frame. Does anybody have any ideas? Thanks in advance, Terri
  11. tbubbs

    Passing data to an existing form

    Hello, Here is my problem. I have a pop up window that is used to select comments. Once a comment is selected I would like it to be placed in the comment area of the main page. The reason I have a pop up window, is because the user may want to expand on the existing comment. The problem I am...
  12. tbubbs

    Passing a data path using a javascript function

    Hi, I am trying to pass a data path (&quot;d:\...&quot;)as a parameter, but I have figured out that javascript does not like the &quot;:&quot;. Does anyone know any ideas on how to get around this? If so, thank you in advance.
  13. tbubbs

    Foxpro and dll's

    I was wondering if anyone would know how to return the path of where a foxpro dll is located on a system. What I am trying to do is return the information about the dll and where it is located on a machine and the version number that it is currently at. Any ideas? s-) Thanks in advance, T
  14. tbubbs

    Asp Script Engine Errors

    Hi, I am experiencing this problem. I am working with asp pages and foxpro dlls. Here is the error that appears, Active Server Pages, ASP 0240 (0x8000405) A Script Engine threw exception 'C0000005' in 'IActiveScript::GetScriptState()' from &quot;CActiveScriptEngine::ReuseEngine()'. If...

Part and Inventory Search

Back
Top