1. Luka Ivanovic
  2. InfoMaker
  3. Tuesday, 12 March 2024 15:40 PM UTC

Hi, is it possible to add a new row to the DropDownDW list or edit it? I have the issue when users don't want to select any from the drop down and in that case it should pull everything from the database related to that report but actually when users leave the drop-down blank, it reads that like an empty string. Thank you 

Sivaprakash BKR Accepted Answer Pending Moderation
  1. Wednesday, 13 March 2024 01:20 AM UTC
  2. InfoMaker
  3. # 1

I don't have any experience with Infomaker.

Can't you add rows using UNION ALL to add more rows of your choices along with your regular select statement?

 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 12 March 2024 15:49 PM UTC
  2. InfoMaker
  3. # 2

Hi Luka;

  Absolutely!

  1. Use the GetChild() command to get the address of the DDDW
  2. Then using the DDDW's address - any DataStore command (ie: InsertRow(), DeleteRow(), SetItemXxxx(), etc command can be used to modify the DDDW's buffer(s).

HTH

Regards .. Chris

Comment
  1. Chris Pollach @Appeon
  2. Tuesday, 12 March 2024 23:46 PM UTC
You would need to use PowerBuilder for that as IM has no programming language. Sorry, I missed that your question was for IM.
  1. Helpful
  1. Luka Ivanovic
  2. Thursday, 14 March 2024 09:37 AM UTC
Hi Chris, thanks for the prompt reply.



So, is it possible to do this in InfoMaker? Or if you can suggest any workaround? Thank you!
  1. Helpful
  1. Chris Pollach @Appeon
  2. Thursday, 14 March 2024 18:01 PM UTC
No. The only alternative is via a DB table update that feeds the DDDW as mentioned by BKR.
  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.