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

Re: SlideLeft Not Working

$
0
0

Works for me in 12.1 Classic using a regular tabular dw.

In a gridstyle this will not work.

Be aware that columns don't slide left if there is empty space between the columns.  So for best results I tend to size my columns so there is (virtually) no space in between them.


Re: Graph Datawindow

Adding Datawindow Designer to VS 2010

$
0
0

I cannot find any info on adding Datawindow Designer to VS 2010. It is there in PB.net VS shell.  But I can use the VS 2010.

I like to use Datawindows, wpf  and c# .  where is this is hidden?

 

thanks\

Ramesh Bas

Re: SlideLeft Not Working

$
0
0

Hi Greg;

 

   Can you tell us  ..

 

1) PB version & build

2) Type of DW.

3) Are the columns in the GB on the same plane (front vs back)?

4) Do the two columns actually overlap (try "show edges on")?

 

Regards ... Chris

Re: Adding Datawindow Designer to VS 2010

$
0
0

Hi Ramesh;

 

  If  you are talking about DW.Net plug-in for VS - that product no longer exists.

 

For PB.Net 12.5.x users however, you can now build a visual assembly and use that in VS. So if that assembly contained a Visual UO + DW you would have the same thing as DW.net functionally.

 

regards ... Chris

Can't download Powerbuilder 12.5 Evaluation

$
0
0

Hi,

 

If I try to download PowerBuilder Evaluation:

 

  • I get an form where I have to fill all information SAP already have (I am logged in)
  • I have to give a new password (why? I am logged in?)
  • I will be redirect to a 404 after filling the form

 

Any ideas? Some hidden place where to get an Evaluation-Copy?

Re: Can't download Powerbuilder 12.5 Evaluation

$
0
0

That was already mentioned in a previous thread.

 

The problem is similar to what happen when Sybase didn't renew their license for the DataDirect ODBC drivers.  Because they were no longer allowed to distribute them, they had to pull everything (product releases, EBFs, etc.) that included them and remove them.

 

The same thing just happened with a third party control that was used to support WebForms in the 12.0 and 12.5 code line.  As a result, SAP has to as of April 15, 2013, stop distributing anything (product releases including eval versions, EBFs etc) that contain that third party software.

 

The 12.5.2 version of PowerBuilder, which is the 12.5 release minus WebForms, was recently made available on the SPDC site.  I imagine they have a bit of work to do still to make an eval version of it as well, and then the eval should be available again.

Re: delay calling webservices

$
0
0

I applied that solution and seems to be working, but this is not the development environment is a real productive one so I don't want to leave it disabled.

 

How can I use a real certificate created with my own infraestructure of digital certificates and sign my invoked webservice (webservice2 developed on pb11.5)? and what happens to the another ddl that PowerBuilder creates on the client side?

 

I'm not following.  If that is the issue, then it would seem you have two choices:

 

1.  Make sure the internet is available to the machines where your .Net code is running

 

  OR

 

2.  Add that entry to the config files to prevent the attempt to access the CRL.

 

The key thing in that document is where it says "all assemblies".  That's not just your generated PowerBuilder assemblies.  That's the PowerBuilder runtime assemblies as well.  What more, it all of the assemblies in the Microsoft.Net Framework.   It's going to attempt to access the CRL for all of them

 

That's going to apply to your client as well as your web service.


Re: PB15 Beta Program

$
0
0

in PB15 we'll get a new version of the PFC?

Re: Can't download Powerbuilder 12.5 Evaluation

Re: Datawindow Scrolling Problem

$
0
0

Figured it out:

 

scroll_info.cbSize = 6

scroll_info.fMask = SIF_RANGE + SIF_PAGE + SIF_POS

GetScrollInfo(Handle(dw_search), SB_HORZ, scroll_info)

ll_position = (scroll_info.nMax - scroll_info.nMin) / dw_search.RowCount()

ll_extra = (ll_row - 2) * Round((scroll_info.nMax - (ll_position * dw_search.RowCount())) / dw_search.RowCount(), 2)

scroll_info.nPos = (ll_row - 2) * ll_position + ll_extra

SetScrollInfo(Handle(dw_search), SB_HORZ, scroll_info, False)

Send(Handle(dw_search), WM_HSCROLL, SB_THUMBPOSITION + HIWORD * scroll_info.nPos, 0)

Re: PB15 Beta Program

$
0
0

I am not very optimistic (although I have abandoned them since 2004).

 

Lets hope that we will at least get visual enhencements - modernized look. The PB apps seem very dated due to the GUI choices.

 

Anyway...I am waiting for the official announcements...as all

Re: PB15 Beta Program

$
0
0

PFC has been an open source product since version 10.  Its up to the people maintaining that project to do a version for PFC.

Re: Strange PB datawindow "feature"

$
0
0

Bingo! It was the Copy in the PFC menu feature...

 

Thanks to everyone for suggestions and help.

which Framework


Re: PB 12.5.2 and IM 12.5.2 only from SPDC ?

Re: PB 12.5.2 and IM 12.5.2 only from SPDC ?

$
0
0

FYI, here's a screen shot of the notice for folks that can't access Facebook (or don't want to)...

 

Capture.PNG

Re: PB 12.5.2 and IM 12.5.2 only from SPDC ?

$
0
0

Actually, not much of a guess.  There's a response to that Facebook post that indicates specifically that it was the Telerik controls that are the issue.

Re: executing procedure from powerscript in a loop does not work properly

$
0
0

can i perform commit after calling function of_execute( parameter )?

if yes then how?

 

thanks

-Brijesh

Re: which Framework

$
0
0

there are examples of use?

(To understand how it works)

Viewing all 7329 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>