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

    Dynamic Datawindows based on a stored procedure

    I don't use Oracle so can't help with that question.
  2. Topwiz

    Dynamic Datawindows based on a stored procedure

    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...
  3. Topwiz

    PB crash after call to pfc_print

    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.
  4. Topwiz

    Powerbuilder 6.5 Demo

    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?
  5. Topwiz

    PB12.5 and mailLogon

    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.
  6. Topwiz

    PBL cannot be expanded, nor objects viewed within PB

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

    Send tcp packet from receiver to sender using winsock API in Powerbuilder 12.5

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

Part and Inventory Search

Back
Top