this is my current setup. I connect on a Windows 2003 server via remote desktop connection on a windows ce 5.0 terminal client. The PB is installed on the...
anybody got a list for the functions enclosed in this DLL as well as the corresponding variable types and sample codes? thanks. I heard that this is the dll to...
I think I've encountered a similar error before, the data for a particular column is bigger than the column width specified at the time the datawindow was...
Hi there I am trying to pass a user id as a page parameter from a webpage to another webpage, but unfortunatlly the second webpage shows the the user id in the...
You must install a Microsoft Tool called 'Outlook Administrator Pack' to allow Powerbuilder (and other Applications) send mails without this Message. Horst...
Hi Said, First of all : Methods GET and POST in HTML forms - what's the difference ? http://www.cs.tut.fi/~jkorpela/forms/methods.html But you should not pass...
dear oliver, thanks for the reply. I wonder if you have some sample codes on how to access the following functions encapsulated in the dll.. regards angeLO ......
No, but as of using windows API I always use this web site because it contains some sample. Of couse it is VB6, but I found API calls are very easy to...
has anyone been able to change the cursor in the editable fields of powerbuilder application? like in single line edit controls, multiline edit, datawindow...
Please visit this link to download it and you can see the sample code too. http://eric.aling.tripod.com/PB/tips/pbtip38.htm Regards William ... From:...
Dear All I m facing the problem to connect SQL Server 2000 to PB 10. Previouly we r using SQL Server 2000 with PB 6. Now we r going to migrate the application...
HI, Sql server 2000 doesn't have the native data base drivers for PB10 . So you have to use either OLEDB or ODBC. Regards Veerendra ... From: madhur kumar...
Balagamsetti, Veerend...
vbalagamsetti@...
Jan 3, 2006 1:35 pm
17986
I've had a certain problem pop up with inheriting from menus. Here's what is going on... I have a menu m_ancestor which has a menu item Add/Remove and add...
Angela - From a previous post: "Catalyst Development Corporation (www.catalyst.com) has SocketWrench OCX to winsock programming. It is a very good and...
This was a thread on the forum a few weeks ago. Someone wanted to dynamically find a DNS file because they did not wish to restrict the location of the DNS...
You are correct: this should not be happening. HOWEVER, this is a known problem with menus in older versions of PowerBuilder. This issue was mostly corrected...
Only with menus. Olan ... Thanks. Is this an issue with all inheritance or just menus? ... You are correct: this should not be happening. HOWEVER, this is a...
Hi All: I tried looking for this file on my drive but could not find it. Can someone please send me this file or tell me where I can find it? I am using PB...
i am currently using an OCX which i have registered it's dll. I wish to know from start of the application if the said dll is registered in the registry of...
Angela, You can download a sample chat program (scschat.zip) from http://groups.yahoo.com/group/PowerObject/files/ which is developed using Catalyst...
Hi all, Iam connecting to sql server 2000 in PB10 using ole db drivers. Iam facing a problem when retrieving the values which doesn't have any value(i.e,...
Balagamsetti, Veerend...
vbalagamsetti@...
Jan 4, 2006 11:47 am
17997
Hi Veerendra, "Facing a problem" does not help us. Anyway with any DBMS, NULL value has a very special meaning. Never use '=' nor '<>' with NULL. The following...
You need to change where clause to either: WHERE data_file_format IS NOT NULL and data_file_format <> 0 OR WHERE isnull(data_file_format,0) <> 0 ... From:...
Hi Olivier, Thanks for your reply I need to check whether there are any rows which doesn't have either null or 0 in a particular column. Iam using Oledb in...
Balagamsetti, Veerend...
vbalagamsetti@...
Jan 4, 2006 2:25 pm
18000
Hi Richard Hope the holidays went smoothly.... Have you ever tried to execute the GOTO command for a bookmark? I have the following code which always bombs: ...