You cannot post messages because this group is only available as an archive.
|
help with dddw multi select
|
| |
I am attempting to create a dddw that will allow me to select multiple entries ( ie divisions) to be passed to a stored procedures for reporting. What I have attempted is to add a checkbox field that is toggled on an off when a row is selected.... it works pretty well but I have coded this toggle in the itemchanged event and when you toggle... more »
|
|
Merging Different excel Sheets into one sheet
|
| |
Hi all I have one composite datawindow in which i have 5 different datawindows nested in to it. I can generate five different Excel sheets for each datawindow ,by using getchild and saveas function function. But now i want all the five Excel Sheets to be saved in One single excel sheet. So can any one tell the method of merging all the sheets in one... more »
|
|
Special type of chart
|
| |
I'm looking for a chart that would display a bank account's balance. I can chart the current balance against the date with a regular chart but is not an acurate display of how bank account work. I've made a little jpg with what I'm looking for: [link] (it's crappy I know but it's getting late and I'm running out of... more »
|
|
Scrolling DWs with Groups and "New Page on Group Break"
|
| |
Hi, we migrated a PB-Application from 5.0.0.4 to 8.0.3 Build 9704 and most things work fine now. But the scrolling behavior on datawindows has changed between the versions. On a DW (no Printpreview) with groups and "New Page on Group Break" in the old version, the content scrolled by page, when I used the scrollbar or scrollbar arrows. In the new... more »
|
|
generic text printer to file problems...
|
| |
Hi All! I'm printing my datawindow using PrintDataWindow() and it works quite well. But when I use the Generic/Text Only printer and print to a file, some columns appear far off to the right in the line. Most lines come out great. Is there any explanation for this? Thank you for all your help. Sincerely,... more »
|
|
dropdowndw filter problem
|
| |
Hi I have a dropdowndw connected to a dw with three columns one display, one data and one column that I use to filter the dw. The problem is that when the samedata value is selected whith a new filter the dropdown "forgets" to change the displyed value (i have a displayed value that is wrong and cant be selected if i "open" the... more »
|
|
Err in Col width in DW built from DB using multibye char set
|
| |
I am using PB 8.0.3 and Oracle 9.2 I am using Oracle direct drivers to connect to the database. On oracle I am using UTF8 with nls_length_semantics=char I created a table as follows create table test( col_a integer not null, col_b varchar(20) nt null, primary key(col_a)); When I create a DW using this table and look at column specification... more »
|
|
Modify call Rowfocuschanged event. Please help!!!
|
| |
I have a problem in the itemchanged event , when I protect a column dw_1.modify("int_ext.protect=' 1'") calls the rowfocuschanged event and change the row to 1. Could you please help me to solve this problem???? Itemchanged event Choose case dwo.name Case "item" ll_row = dw_1.getrow() --> the value of ll_row is 105... more »
|
|
|