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
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
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
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
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
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
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,
Question: How can I print a datawindow object and a graph control on one page? Answer: This is a common question. Normally the graph datawindow and the reportdatawindow can be
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,
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