1. Kalpana Arumugham
  2. PowerBuilder
  3. Friday, 5 October 2018 13:14 PM UTC

Hi All,

I added a new column in an existing DW and the column is of type DDDW. So I wanted type ahead for this column and the dw.inv_DropDownSearch.Event pfc_EditChanged((row,dwo,data)  and DW.inv_DropDownSearch.Event pfc_ItemFocusChanged(row,dwo) in the DW EditChanged and ItemFocusChanged event respectively are called.

But the type ahead does not work for this column. It works for rest of the columns in the DW but for this new column that i have added it is not working. Any ideas how to make this work ?

 

Regards,

Kalpana

René Ullrich Accepted Answer Pending Moderation
  1. Monday, 8 October 2018 05:39 AM UTC
  2. PowerBuilder
  3. # 1

Is it PFC?

Have you called of_addcolumn or of_register to register the column for dropdownsearch?

Try calling of_isregistered to check if column is registered.

Is column datatype is char? Only char columns could registered with dddw.

Comment
  1. Kalpana Arumugham
  2. Monday, 8 October 2018 11:53 AM UTC
So that did not work either.
  1. Helpful
  1. René Ullrich
  2. Monday, 8 October 2018 11:56 AM UTC
I have no more idea what could going wrong.
  1. Helpful
  1. Kalpana Arumugham
  2. Monday, 8 October 2018 12:55 PM UTC
Ok. I have tried everything but nothing is solving the issue.
  1. Helpful
There are no comments made yet.
Kim Berghall Accepted Answer Pending Moderation
  1. Saturday, 6 October 2018 23:39 PM UTC
  2. PowerBuilder
  3. # 2

On the Edit tab, did you check "Allow Editing"?

Comment
  1. Kalpana Arumugham
  2. Monday, 8 October 2018 08:42 AM UTC
Hi Kim, Yes it is checked.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.