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. jbeetz1

    PB 11.5 and Internet Browser

    I'm running PB 11.5 and I put a Static HyperLink control on a window and set the URL field to http://www.speedbowl.com/schedule/nascar-weekly/. I set my default browser to IE9 and when I click the control in either development or production mode it goes directly to the correct webpage specified...
  2. jbeetz1

    PB 11.5 to Excel Starter Version

    It appears that Microsoft is shipping a starter version of Excel with Windows 7. The OLE call that I currently use Connecttonewobject("Excel.application") does not work. Does anyone know what the call wqould be?
  3. jbeetz1

    Multiple section window with vertical or horizontal adjustment bar

    How do you build a multiple section window where you can move a vertical or horizontal bar to change the size of one section and the other changes accordingly. Thanks in advance Jerry
  4. jbeetz1

    ODBC Connection

    Just to add additional information. I changed the SQLCA.DBParm = "Connectstring='DSN=SpeednetV2'" to SQLCA.DBParm = "Connectstring='FileDSN=c:\Program Files\Speednet2011\speednet.dsn'" and the application started right up. So the question is why when trying to read the registry for the...
  5. jbeetz1

    ODBC Connection

    I have an application using Sybase Adaptive Server 8. I'm using an ODBC connection to start and connect to the database. On some computers running Windows XP when I start the application I get the "Connect to Adaptive Server Anywhere" Login screen. If I fill out all the necessary information the...
  6. jbeetz1

    Adding a new library to the project in PB 11.5

    I'm using PB11.5 and have an existing project object created. I just added a new .pbl library and cannot figure out how to add it in the project object. When i try to deploy I keep getting this message; The current library list is different from the library list contained within this project...
  7. jbeetz1

    Determine the number of rows displayed in the datawindow control

    As long as I have been using Powerbuilder, I never had to get the number of current rows displayed in a datawindow control, as I always used the vertical scroll bar. However, I cannot use the standard vertical scroll bar and need to know this information to take some other action. How would I...
  8. jbeetz1

    Replicating tables across databases

    I'm looking for advise in setting this up. I have two databases (db1 & db2) on the same server. I need to replicate only two tables from db1 into db2 on a daily bases. In fact, if possible, I only need a subset of the data that resides in the tables though replicating the entire table is not a...
  9. jbeetz1

    Form with two drop down lists

    I have a form for simplicity has two drop down list as indicated below with a selected value for each: Maximum number of Primary Drivers per Team:&nbsp;<select size="1" name=max_drivers>< option value="1" selected><? echo $rs[1] ?><? echo $max ?></option> <option...
  10. jbeetz1

    Control display of webpage

    Phil I appreciate all your help but I cannot get it to work (execute the process code). Here is a partial of my page script (mamange_league.php). <html> <head> include 'dbconn_fantasy.php'; $league_sql = mysql_query("SELECT league_name FROM leaguemanager WHERE league_id = '$league_id'")...
  11. jbeetz1

    Control display of webpage

    Phil I had the processing code in the calling page originally but I was told I had to use AJAX to have it work correctly and I don't know AJAX. Thanks Jerry
  12. jbeetz1

    Control display of webpage

    Hi I have a webpage that upon clicking the "Submit" button executes the url designated by the action parameter on the <form line. The only action the called page does is to commit the information from the calling url to a MYSQL database. If the commit is successful I would like to just close...
  13. jbeetz1

    Accessing variables

    I'm new at PHP. What I'm trying to accomplish is creating a form that has many radio buttons, drop down lists and text fields and submitting the data to a MYSQL database without using a submit button on the form. Here is one of the objects on the page: <p align="left">Draft Type:&nbsp; <input...
  14. jbeetz1

    PB 9 and Vista

    I'm running PB 9 (desktop) on a Vista and XP service pack 3 computers. I'm trying to insert a OLE control from the Insert control tab. After selecting this I get a system error. Is there a work around for doing this. Thanks in advance Jerry
  15. jbeetz1

    PB 9 and Mozilla - Thunderbird

    I'm using PB 9 and setting up an application to send out emails using the MAPI Interface. It works fine with Outlook, Outlook Express and Windows Mail (Vista), but I cannot get it to work with Mozilla - Thunderbird (version 2.0.0.22). Is there something I'm missing? Any help will be great...
  16. jbeetz1

    syntaxFromSQL

    I look at that and it didn't help.
  17. jbeetz1

    syntaxFromSQL

    I am trying to build a grid datawindow using SyntaxfromSQL which has a group. I cannot get the syntax correct for the Presentation Style. I can create a grid but not a grid with a group by column. Any help would be appreciated. Thanks in advance. Jerry
  18. jbeetz1

    SqlAnywhere 5.0

    I have a PB application that uses a SqlAywhere 5.0 database. All the datawindows and sql queries are built without preceeding the tables with the owner "dba.customers" versus "customers". I now want to create another login that will have full access to insert, update and delete rows from tables...
  19. jbeetz1

    Datawindow expression for rownumber

    Abhijit Thanks for the feedback. I did it that way. I was looking for an easier way by just adding a computed field to the datawindow object that would calculate automatically without writing the code. It would be similar to using the getrow() function, but would need to start back at 1 for...
  20. jbeetz1

    Is MySQL safe to use as a database for PB apps?

    I have used MYSQL as a website database for my PB app for 3 years with no problem Jerry

Part and Inventory Search

Back
Top