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

    Microsoft JET Database Engine error '80004005'

    I'm having a difficult time trying to accomplish a very simple task that is to create a small ASP page using FP that will take the contents of a post and update a DB. Before I can update the DB, I need to connect to the DB and that is the problem - I can't connect. I'm using what I assume is a...
  2. ca268339

    Embedded Graph based on VB code

    This question has been asked before without any answer. Has anyone been able to set the rowsource property of the embedded graph with VB. I've tried to create a sql and simply set it equal to the rowsource for the embedded graph. When I execute the report, I receive the message "Run time...
  3. ca268339

    External MDB access via ODBC

    I'm trying to link an external MDB with a local database. After I've defined the ODBC data source and try to link or access the database I get the following message: "Error "You cannot use ODBC to import from, link to an External Jet or ISAM database table to your database." Is it...
  4. ca268339

    onclick from drop down list

    Is it possible in FrontPage to develop a dropdown list from a database result and then have an OnClick action associated with the lines populated in the list box. Now I use a submit button to take the results of the select which results in two actions, (i.e., one click to select from the list...
  5. ca268339

    Reference Form Field From Database Result

    I'm sure that this is really a simple answer, but how do I reference a field created in a database result object that uses a drop-down list. I would like to take the value selected and use that value elsewhere on the page. How do I reference that variable? Thanks in advance for your help.
  6. ca268339

    FP 2002 Web Component Office Chart Question

    Has anyone been successful in creating an office chart with an ODBC link to an external database? I'm confused by the dialogue box that is used to setup the database in that on one text box they are asking for a connection and on the other they want user data. Can't I simply create a sql and use...
  7. ca268339

    Invoke Access Query from HTML page

    Is it possible to invoke an Access query from a page generated with FP? I have several Access forms in my fpdb that I use to update various tables used in my Web, but I would like to access the updates directly from a Web page.Can I create a Web page that would have a button that could be...
  8. ca268339

    Subform refresh from combo box on main form

    I'm trying to refresh a subform based on data contained in a combo box on the mainfrom. In the OnClick property of the combo box I have code that rebuilds the query used by the subform. Essentially I delete the query used as the RecordSource by the subform and then QueryDef the query back again...
  9. ca268339

    Change Control on Subform

    I have a continuous subform that is populated from a query dynamically created by the master form. On each of the lines in the subform I have an object that I would like to change the background color on depending on the amount. I normally would use the onCurrent property to set the control on...
  10. ca268339

    Combo Box Update

    Is there a simple way to update a record off of a bound or unbound combo box? I normally use a bound column to a table/query when I simply want to add a new record, but if I try to change the record a new record is added. I would simply like to "edit" the record based on the original...
  11. ca268339

    FP Extensions and use on Personal Web Server

    I'm trying to use the Front Page extension on an NT workstation (4.0) running the Personal Web Server product. When I try to modify the form property to send the contents of the form to an e-mail ID, I recieve a message that indicates that I don't have FP extensions enabled. Also, I've tried to...
  12. ca268339

    Populate Drop Down List with SQL

    I would like to know how - or if it is possible - to populate the selections in a drop down list form component from a SQL DB. To keep it simple, I've simply created an ODBC source (Access DB) on the same machine as the Web Server. I would like to be able to populate the drop down list by using...
  13. ca268339

    Passing Ctrl-C with Telnet.pm

    I need to pass a Ctrl-C with the Telnet.pm module to a router. I've tried using the telnet->break, but that only appears to send an interrupt or attention and is not the same as the Ctrl-C. I thought that I might be able to setup a scalar that would contain the Ctrl-C, but that apparently...

Part and Inventory Search

Back
Top