Infomaker 12 Issue with Constituent Search Chicklet

I'm trying to implement a constituent search chicklet in an old custom screen.  This includes adding a new column in the return set that populates the screen.

I've followed the instructions closely, and all looks normal in Infomaker (of course none of this functionality exists there without being interpreted by Tessitura), but when clicking on the chicklet Tessitura crashes with this error:

"Windowmenu: uo_dw_base
Object: uo_dw_base
Objectevent: clicked
Line: 209
Error Code: 6
Error Text: Invalid DataWindow row/column specified at line 209 in clicked event of object uo_dw_base."

Adding a number manually works just fine.

Parents
  • The chicklet object needs to be named “idno_columnname” where “columnname” is the target field in the datawindow (where constituentid will be placed after selecting a constituent from the search window).

    Is columnname a valid column in the datawindow?

     

    +Ryan Creps

    +Tessitura Network

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Gawain Lavers
    Sent: Tuesday, March 5, 2013 1:49 PM
    To: Ryan Creps
    Subject: [Tessitura Technical Forum] Infomaker 12 Issue with Constituent Search Chicklet

     

    I'm trying to implement a constituent search chicklet in an old custom screen.  This includes adding a new column in the return set that populates the screen.

    I've followed the instructions closely, and all looks normal in Infomaker (of course none of this functionality exists there without being interpreted by Tessitura), but when clicking on the chicklet Tessitura crashes with this error:

    "Windowmenu: uo_dw_base
    Object: uo_dw_base
    Objectevent: clicked
    Line: 209
    Error Code: 6
    Error Text: Invalid DataWindow row/column specified at line 209 in clicked event of object uo_dw_base."

    Adding a number manually works just fine.




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Reply
  • The chicklet object needs to be named “idno_columnname” where “columnname” is the target field in the datawindow (where constituentid will be placed after selecting a constituent from the search window).

    Is columnname a valid column in the datawindow?

     

    +Ryan Creps

    +Tessitura Network

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Gawain Lavers
    Sent: Tuesday, March 5, 2013 1:49 PM
    To: Ryan Creps
    Subject: [Tessitura Technical Forum] Infomaker 12 Issue with Constituent Search Chicklet

     

    I'm trying to implement a constituent search chicklet in an old custom screen.  This includes adding a new column in the return set that populates the screen.

    I've followed the instructions closely, and all looks normal in Infomaker (of course none of this functionality exists there without being interpreted by Tessitura), but when clicking on the chicklet Tessitura crashes with this error:

    "Windowmenu: uo_dw_base
    Object: uo_dw_base
    Objectevent: clicked
    Line: 209
    Error Code: 6
    Error Text: Invalid DataWindow row/column specified at line 209 in clicked event of object uo_dw_base."

    Adding a number manually works just fine.




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Children