devxlogo

July 24, 1997

Creating PowerBuilder executable

Question: I want to create an independent PowerBuilder executable. Which DLLs should I include, and how do I package them with my application so that it runs on a computer

MDI applications

Question: I am trying to build a form that can be loaded as either MDI or SDI. If a use the SetParent API to force the window to be a

PowerBuilder 5.0 datastores

Question: I am 90 percent done building a product catalog using PB 5.0.2 and SQL Anywhere 5.5.I just added a feature that uses a datastore to retrieve pricing information and

Developing PB apps w/SQL Server as back-end

Question: Is it possible to develop applications in PB using Microsoft SQL Server as the back-end? Answer: PowerBuilder has excellent support for MS SQL Server. Here at Powersoft, we have

PowerBuilder lost scripts

Question: We are working with PB 5.0.02 Enterprise with anOracle server. The scripts are kept on a Novellserver version 4.x. We regenerate a PBL, and when we re-edit the object,one

Return values from ancestor events

Question: How can I determine the return value of an ancestor event from its descendant?For example, the PFC_addrow event of the PFC datawindow. If I were to extend this event,

Using Global Class Objects

Question: I have a general class that has the following amongst other stuff.Public Property Get Status() As String Status = stattxtEnd PropertyPublic Property Let Status(vNewValue As String) stattxt = vNewValueEnd