Can DDE “talk” to an app on different computer?
Question: I am building an front end application for Peachtree Accounting which only supports DDE. The Peachtree application will be the server. Will I be able to use DDE in
Question: I am building an front end application for Peachtree Accounting which only supports DDE. The Peachtree application will be the server. Will I be able to use DDE in
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: Are there any advanced-level PowerBuilder 5.0 books you recommend? Answer: The Powerbuilder 5.0: Secrets of the Masters book is the mostadvanced book I have seen to date.
Question: Hi, I am working on a VB 4.0 project. The project involves changing 2 fields – The date field from 6 digits to 8 digits and zipcode field from
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 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: How can I create a Sybase login from a PowerBuilder front-end application using sp_addlogin? The normal way of executing stored procedures ? for example, declare procname for procedure ?
Question: How do you use VB to check to see if a file exists? Answer: The simplest way to do it is to try opening the file with these lines
Question: Using Win 95 and 32-bit PB v5.0, I want to, off a timer event, monitor for an open window. When I detect it, searching once every five minutes, I