menu
Hello all , Does anyone have an interesting idea of main menu ( not the PB menu object ) , something based on a datawindow .( my menu must go under filter of the current user running the application ,...
View ArticleRe: PostUrl from Power Builder 6.5
It's a kind of php at the server site and eventually this needs some more content type information.Try this as header: urlheader="Content-type:...
View ArticleRe: PB 12.5 Classic and EWS API
Try with Exchange Web Services .NET - Exchange Web Services .NET - EWS API You have to reference only Independentsoft.Exchange.dll file. It works for me
View ArticleRe: menu
A datawindow with a series of dropdowns would probably work. You'd have to try it and see if it looks good or not. If you are using a newer version of PB, you could set a gradient background to pretty...
View ArticleRe: menu
Hello Moshe, If you have to do it with a datawindow then Roland's idea is probably the way to go. However, I thnk it might be wise to step back a bit and think about what you'd get. It might look good...
View ArticleOpening default email application with attachment in PowerBuilder
Hi , I want to open the default email application (could be Outlook ,Thunderbird ...etc ) and pass email content to it ( recipient , subject , body , attachment )Then user can review this email and...
View ArticleRe: Opening default email application with attachment in PowerBuilder
The MailTo handlers in any given mail program may not accept the Attachment keyword due to security. WinRAR is probably using DDE or sending keys to the application based on the individual e-mail...
View ArticleRe: Opening default email application with attachment in PowerBuilder
Hi Brad , Thank you for your reply . I am already using SMTP solution (Sample app was done by Roland Smith ) , and it works quite well .But I have some cases that users requires to see , edit emails...
View ArticleRe: Global external functions using power builder 12.5.2
I originally did not have the full path. I just had the DLL name but that was also not working the original string was the following: FUNCTION Integer LABELS ( ref string userid, ref string pswd, ref...
View ArticleRe: How to use Team foundation Server for Powerbuilder version control
You need to install the Microsoft Visual Studio Team Foundation Server [Version] MSSCCI Provider. Here's a link to a 32 bit version for 2012. It translates the MSSCCI calls that PowerBuilder makes...
View ArticleRe: Global external functions using power builder 12.5.2
I should also add that making an external function call to user32.dll works just fine i have tried registering the library but since it is not a .net i have not been able to register it. are there any...
View ArticleRe: Global external functions using power builder 12.5.2
Normally this works fine. Suggest using Dependency Walker to ensure that the labels2.dll can access all of the support files it needs in order to load. You might also use Process Monitor to determine...
View ArticleRe: Global external functions using power builder 12.5.2
I have used both of these tools. i will double check perhaps maybe I missed something. i will update once i have the results
View ArticleRe: Global external functions using power builder 12.5.2
Hi Luis; 1) Yes, I would remove the DLL's path - then it can be located anywhere you like. This is an optional change BTW and just my $0.02 on external DLL handling. 2) PB 12.5 is UNICODE and you...
View ArticleRe: Global external functions using power builder 12.5.2
one of the biggest problems we have encountered is that we do not actually have the source code for this DLL, this is preventing us from actually checking various parts of this DLL and how its calls...
View ArticleRe: Powerbuilder Classic 12.1 - PBDOM issue
Hi Bruce, Thanks for the answer. I will check it out and post the result here asap. rgdsVinicius.
View ArticlePowerBuilder Soap 12.5 Project
I’m using: Windows 7 PowerBuilder 12.5 Build 2511 Microsoft .NET Framework 4 Microsoft Windows SDK for Windows 7 (7.1) I am tasked with my first Web Services project. Connecting to a Vendor via a WSDL...
View ArticlePB slow down on windows 7 and above?
So i have a PB classic application that is on 12.5 running on windows 7. What looks like is happening is we have seen a general across the board slow down in all processes vs when it was running on...
View ArticleRe: Global external functions using power builder 12.5.2
If you can put together a small code sample and upload it somewhere, it might be easier for someone to look directly at the code to see if they can determine what the issue is.
View Article