B is not a part of the column. That is the problem. It is a part of a result set in a grid datawindow. The first row returns(A,B,C,D) and I want to behave like they are headers/Columns. If user clicks on any of them and I want to sort that column. Am I making sense?
I think this would be my last question on the sort(hopefully!!)
This is what the dw returns:
A B C D
a a b b
a b c d
f c e f
A, B, C and D are also a part result set. In the DW, property I make the all four so it looks like they are the header columns (by...
Hi theKlOwn,
That would def help. Thanks
Only problem is the column names are retrieved as a result set. It would be different based on what I selected in another datawindow. So I need to sort the first row only.
Hi,
I want to sort data in ascending and desending order using Arrow Keys. The Arrow Keys should be displayed next to the column on the datawindow. Just like the way in Outlook we see it. I don't want to display the radio buttons for asc and desc and the user has to select it. Simply click on...
I have a PB app that is already running. Now when I open the same app again (second time) I need to find out if the app is already running or not. How do I do that? I thought OpenChannel would work by passing the app name. But it did not.
Thanks
The commandline or commandparm function did not work. I see that the web is passing me a string but when I try to retrieve in PB it is blank. I tried getcommanddde(ls_command) and that did not work either. When web executes PB it launches and it comes to the login window. Any ideas what I need...
A web application needs to launch PB application. They will be passing a string to PB. I need to get that string in PB.
What function in PB do I need to use to get the string that is being passed from web app? Do you think CommandParm or getcommanddde will work?
Also, the web application is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.