Re: PB 12.6 - Windows 8.1 / Sybase DataWindow PS question
Hi Abdallah; FWIW: I would not recommend the XSLFOP option as 70-80% of your DWO's (in my experience) won't render properly to PDF format. Regards ... Chris
View ArticleRe: PB 12.6 - Windows 8.1 / Sybase DataWindow PS question
Right!and specially for pictures and specific fonts, it's not easy to configure and needsome 'Apache' skills.
View ArticleRe: PB 12.6 - Windows 8.1 / Sybase DataWindow PS question
You can use MICROSOFT PS CLASS DRIVER it Works ok on Windows 8 and Windows 2012 server
View ArticleMultilingual applications
Hello, please, what would be a good way to a frontend application with a dynamical multilingual presentation? We use PB 12.5 classic. We guess Translation Toolkit is not a proper tool for us. What...
View ArticleRe: Multilingual applications
Hi Jeff; I addition to what Roland mentioned .. you can also use WizTom - which is now called the "Assima Multilingual Suite" by Assima (which bought the WizTom product from WizArt). FYI:...
View ArticleRe: To get system login username and password in a variable
Please Can you provide a sample program using that API RegardsPol
View ArticleRe: To get system login username and password in a variable
Hi Polachan; FYI: All the above things are implemented in my STD Foundation Classes for PB & Appeon (aka "Integrated Framework"). Regards ... Chris
View ArticleRe: To get system login username and password in a variable
FYI: STD Foundation Classes | SourceForge.net
View ArticleRe: To get system login username and password in a variable
You can find samples of using LDAP to work with Active Directory on the old Sybase CodeXchange site: http://www.sybase.com/detail?id=1058501&id=1058501
View ArticleAppeon - Which target to include emailing of an attachment?
Greetings All, I am converting an application to Appeon. All is working out rather nicely. I am at the point where I need to provide the user with the ability to export (SaveAs) a datawindow as an...
View ArticleRe: 64 bit compiler woes
Yakov, what is the reason for the "stack size changed during routine call"?
View ArticleListview&Treeview drag event issue
Hi, The listview and treeview works normally in non-mdi application,such as code example 'w_employee_xfer'. But when I use them on a child window of mdi frame,and presses the left mouse button in...
View ArticleRe: Appeon - Which target to include emailing of an attachment?
In reading the Appeon online help, I realized that SaveAs is no longer supported after version 6.6? "SaveAs (Obsolete) This feature is obsolete since Appeon Web 6.6. The user can save the contents of a...
View ArticleRe: Appeon - Which target to include emailing of an attachment?
Okay, I figured out that I need to import a new PBL called: appeon_workarounds.pbl And I need to implement the following functions in the rbuttondown event of the datawindow script (even though the...
View ArticleRe: Appeon - Which target to include emailing of an attachment?
how do you want to send the email? if you are ok using the PB mail functions, then you can use them in appeon.
View ArticleRe: Appeon - Which target to include emailing of an attachment?
dw.saveas() is supported. not all the formats are supported, but many of them are.
View ArticleRe: Appeon - Which target to include emailing of an attachment?
Okay, I guess a 'duh' is in order. It should have been: appeonextfuncs.of_popmenu ( dw_1 , 100 , 100 )appeonextfuncs.of_popmenuon ( dw_1, true )
View ArticleRe: Appeon - Which target to include emailing of an attachment?
Thanks m. I would like to saveas Excel and ideally send using .net functions as I already have the code that does that. We have an smtp server set up that will relay from any approved server without...
View ArticleRe: Appeon - Which target to include emailing of an attachment?
did you include your system.dll in your 'deploy external files' in appeon's application profile configuration (and any other dlls' that you might need?)
View Article