You can build the DataWindow syntax in a string and use the Create function of the DataWindow or DataStore objects. To get an example of what the string would look like, create a DataWindow in the painter and then delete all visual controls. After saving, open it in source mode. The second line...
Older versions of PFC used an external function in PBVM***.DLL which went away in newer versions of PowerBuilder. That code in the ancestor must be replaced with calls to the datawindow print function as mentioned earlier.
Why would you need to change the app to use a new printer? It should just print to whatever your current printer. Please be clear about your problem.
So you want to modify an application written in PB6.5 by a company that went out of business? Do you even know how to program in PowerBuilder?
I recommend using my SMTP object instead:
http://www.topwizprogramming.com/freecode_emailsmtp.html
It supports HTML formatted emails and doesn't cause Outlook to popup that annoying window that requests permission to connect.
An empty library that has never had an object in it has a size of 4,608 bytes. You can Optimize it by right clicking on it in the workspace tree and selecting Optimize. What this does is rename the old library as .bak and create a new .pbl file. It then copies any valid objects from the old...
If you take a look at my example that he gave the link to, it does just that. I have a function to get the IP address of the remote computer but you don't need to know the IP address of the remote computer to reply.
Download the example and open the object u_tabpg_tcpip_listen. Look at the...
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.