You cannot post messages because this group is only available as an archive.
|
print datawindow to RightFax server with embedded code
|
| |
I would like to print a datawindow to RightFax Server with embedded code. However, when I print out a datawindow with a text object contains embedded code( such like : <TONAME:XXX><TOFAXNUM:45678794 56>....), RightFax still pop up the "fax information" to fill up. Anyone get idea of how to slove this problem?... more »
|
|
How to destroy a control created on design time
|
| |
Hello! Is there a way to destroy a control which was created on design time? Let's say that you have two buttons. If you click buttonA, buttonB will be destroyed. I tried Destroy cb_2 It didn't work? Destroy works only for controls created on run time, right? TIA. Sam
|
|
changing text of button nested in DW
|
| |
Hi, I have a DW grid style with a nested button in the detail band. I try to modify the text of the button for 1 row (can do it for all rows). I have tried many dot stuff without success, it GPFs on runtime: //OK for all rows dw_1.object.col_button.text = "Hello" // Runtime error on all these: dw_1.object.col_button[2] = "Hi"... more »
|
|
In search of wininet examples
|
| |
Can anyone provide some examples of using the InternetWriteFile function of the wininet.dll? I am seeking to upload a file within a pb app (v7) to a website, without using ftp functions. I am assuming the InternetWriteFile function is the way to go. The app already does a connect to a website and downloads a file in chunks using the InternetReadFile function.... more »
|
|
How do I determine the name to reference an external program?
|
| |
I am launching a program on a timer. I don't want the new one to start until the first one ends. Neither using the name of the exe or the name on the title bar make it accessable. The method that id in the powerbuilder information assumes you know the name the system knows it as like scicalc for the calculator but where do you get that information? Since the program... more »
|
|
This newsgroup has been marked read only.
|
| |
This newsgroup has been marked read only. All messages from this Newsgroup are available on sybase.public.powerbuilder.pow erscript. Please subscribe to sybase.public.powerbuilder.pow erscript. As part of the Sybase Newsgroup move to DNews, all newsgroups with a Powersoft domain are branded with a Sybase domain name. For example,... more »
|
|
How to call WebService from PB7
|
| |
Hi, We have a window application which is developed in PB7 and Ms SQL 2000 database. It is a typical thin client/fat server application since all the business logic is running in stored procedure and trigger. My management want to try on N-tier architecture. They propose to use Microsoft .Net WebService to wrappe all the business logic. And these... more »
|
|
Delphi 6 DLL problem
|
| |
Marco, I don't know Delphi but here is a function from a .dll I wrote in C that works. A software package we bought had been coded using STDCALL so I created a wrapper .dll using WINAPI. The PB app calls my .dll which then calls theirs. DWORD WINAPI pbarm_init( LPSTR lpszApplName ) { DWORD dwApplID;... more »
|
|
OpenUserObjectWithParm - PB9.0 bug?
|
| |
I ran into a PB error (see below): The instruction at "xyz" referenced memory at "xyz". The memory could not be "read". Scripts (PB9): OpenUserObjectWithParm(u_logon ,s_passwd_parms,"u_login_oracl e",-1000,-1000) In the construction event of u_login_oracle, it opens a response window (w_change_password). The window opens OK. However, when I try to enter... more »
|
|
|