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...
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?
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
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...
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...
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...
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...
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...
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: <select size="1"
name=max_drivers>< option value="1" selected><? echo $rs[1] ?><? echo $max ?></option> <option...
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'")...
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
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...
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: <input...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.