Migrating to WPF PB .NET 12.5.2, MDI quandary
Is there a way to code for switching between the tabbed "sheets" in a WPF app? Previously in Classic PB, the app was typically used for dragging and dropping between treeviews on tiled MDI sheets. I...
View ArticleCan help me make a simple app for my study materials power builder
how tomakean applicationto runavidiofile,image, text animation, withpowerbuildersuchasmovimakerplease providethe followingsimpleexampleapplicationwithtutorialthanks
View ArticleRe: Can help me make a simple app for my study materials power builder
Try this Using PowerBuilder to develop multi-media player - Tutorials to .com
View ArticleRe: Can't uncheck checkbox
Hi, Manuel, I'm sure this is the correct answer, and will so mark it after all my problems are solved. Hoping you or someone else can explain this: Now that I've got the Data On Data Off fields...
View ArticleRe: Can't uncheck checkbox
Are you putting quotes around the Y in the data field? That is "Y". Try just Y
View ArticleRe: DW printing with full page images?
(I've also tried to attach this response as a document with screenshots.) Assuming that each double-sided data entry form is populated using one row of data, here's one technique that should work....
View ArticleBest Approach to Share Photos in Client Server Environment
Ive been doing research on the best way to share scanned documents inside a client server application (PB11) but am not sure what's the quickest way to do it.My brainstorm came up with:1. Use MS...
View ArticleProblems using n_tr (PFC)
Hi, I am using n_tr object. This is my script: n_tr ltr_Trans ltr_Trans = CREATE n_trltr_Trans.Userid = 'UserCn'ltr_Trans.DBPass = 'PwdCn'ltr_Trans.LogID = ltr_Trans.Useridltr_Trans.LogPass =...
View ArticleRe: Can't uncheck checkbox
Go into the source and find the line for your column object and post just that line.
View ArticleRe: Problems using n_tr (PFC)
There is nothing inherently "wrong" with creating a n_tr object (or even a plain ole transaction object) and using it in your application. However, one must be careful about choosing this route since...
View ArticleRe: Problems using n_tr (PFC)
The value in sqlerrtext has no real meaning until you actually attempt to use it in some fashion. Checking it after assigning the dbms attribute serves no real purpose and I'm guessing that the value...
View ArticleRe: Problems using n_tr (PFC)
Thanks for your answer Lars . I am using PFC .In pfc_n_tr says Connect using this.I tried with CONNECT USING ltr_Trans and it showed no errors. However, when is with of_connect , the error neither...
View ArticleRe: Exchange Web Services API how to connect/access using PB12.5 classic
Hi Pat, Have a follow up question. After numerous tries I was finally able to create the proxy. Once I deployed it I can see numerous objects. What I am not seeing is the ews API. How do I...
View ArticleRe: Best Approach to Share Photos in Client Server Environment
I would not use Sharepoint for any purpose, ever.
View ArticleRe: SyntaxFromSQL Surprise?
This has been the case for a while (probably since the start). This is something to remember to prevent (SQL Injection attacks) if you ever code something which allows the users to write their own sql.
View Articlepowerbuilder 12.5.2 and powerbuilder 12.1
Can I install both powerbuilder 12.5.2, and powerbuilder 12.1on the same pc?and... will they act as separate entities?I need to still keep the 12.1, since I have existing clients using thatand, will...
View ArticleRe: powerbuilder 12.5.2 and powerbuilder 12.1
12.1 is an update to major version 12 and 12.5.2 is an update to major version 12.5 so you should be able to have both installed at the same time.
View ArticleI can't see tables in PB using Oracle 10g
Good morning, I can not see the tables on PB. I configured the connection and it showed to me "It is succesful". But when I try to see the tables I can't do it. I do not if the problem is a...
View ArticleRe: Best Approach to Share Photos in Client Server Environment
Sharepoint is absolutely horrible when it comes to finding your artifacts once they are placed into the repository. It also requires the use of MS browser and etc along with the associated bloat and...
View Article