Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Browsing all 7329 articles
Browse latest View live

Re: Destroy() in Events list

In Edit Source search for "event destroy". You'll likely find it near the top of the object in the global type section. This is all structural code that is written by the painter. Somehow it got...

View Article


Re: emailSmtp non-visual: fine in classic, issue in pb.net?

If you can send me an example, perhaps I can make a PB.Net version of my smtp object that is merely a wrapper for the framework.

View Article


Application Monitoring Tool for PowerBuilder

We are looking for an application monitoring tool that works with PowerBuilder Classic.  We have an application that is experiencing an issue at one client site and they are insisting there is an...

View Article

PowerBuilder 6.5 crashes my all system

Hi, I got a new job where I need to work with PowerBuilder, and they gave me the PB 6.5 to install, the problem is when I reboot after the installation my system goes crazy with all applications...

View Article

Re: PowerBuilder 6.5 crashes my all system

Nothing to do with PB.  cfgmgr32.dll Missing - Microsoft Community

View Article


Re: PowerBuilder 6.5 crashes my all system

What version of Windows are you using? My guess is that the installer trashed your system path. PowerBuilder 6.5 is from 1998/1999 so don't be surprised that you run into problems.

View Article

Re: Application Monitoring Tool for PowerBuilder

What exactly do you want to monitor?  Performance?  Stability?  Something else?

View Article

Re: Application Monitoring Tool for PowerBuilder

For now, I need to start with performance, then possibly on to stability.  I have a client that is having substantial performance issues that is not manifesting at any of our other clients. However...

View Article


Re: Application Monitoring Tool for PowerBuilder

Did you see this earlier thread? Performance Monitoring User Experience for PowerBuilder?

View Article


Re: PowerBuilder 6.5 crashes my all system

I'm using Windows 7!

View Article

Re: PowerBuilder 6.5 crashes my all system

Thank you, I'lll try that!

View Article

Re: Application Monitoring Tool for PowerBuilder

I have an app that logs the execution time of all DataWindow retrieves in a table. I can then run a report that tells me which ones are slow. The base DataWindow object captures the start time in the...

View Article

What is best practise for using .movelast .movefirst?

I was told at some point that I should always execute a .movelast   then .movefirst before starting to work on a recordset, so that I was sure all records were loaded.  But if there are NO records, I...

View Article


Can I suppress the "You are about to update rows" messages?

When I execute code like the following, I get a message each time of the type "You are about to xxxxx <x> rows".  And I have to click OK.  Can I suppress that?  ls_sql = "Update tblClasses set...

View Article

Re: What is best practise for using .movelast .movefirst?

You do a MoveLast in order to make the RecordCount accurate.  If you access it before that, the results are unreliable. You want to do a MoveLast, then a RecordCount, and only then a MoveFirst if the...

View Article


Re: Can I suppress the "You are about to update rows" messages?

What database driver? This looks like Access.  Have you tried turning warnings off (SetWarnings False)?

View Article

Re: Can I suppress the "You are about to update rows" messages?

The not being able to paste drives me crazy too.  The only work-around I know of is switching to the HTML editor.  Do your paste and the switch back to the regular editor.

View Article


Does anyone know if CR is supported on the Surface Pro?

When I install (click once) version of one of our apps, created in Visual Studio 2013 so using SAP Crystal Reports, developer version for Visual Studio v 10 - which works fine in XP, Windows 7 and 8.1...

View Article

Re: Does anyone know if CR is supported on the Surface Pro?

Got no idea, but this is probably a better place to ask that question:SAP Crystal Reports

View Article

Image may be NSFW.
Clik here to view.

Using SharedObject to call webservice in multithread

Hi! I successfully implemented multithread on a wcf webservice on PB .Net 12.5.2 Now I need to call that wcf from my PB classic app, also using multithread.  I want to call the webservice (a child...

View Article
Browsing all 7329 articles
Browse latest View live