1. radha rani
  2. PowerBuilder
  3. Friday, 4 May 2018 17:15 PM UTC

Hi Eeryone,

I a getting the below error,i deleted everythng related to that but still it showing with that message.

Where I can see and fix it,and also it is not allowing me to proceed further.

Application Terminated

Error: Name not  found accessing  external object property tl24_00 at line 1 in the clicked event  of object  cb_1 of w_mngr_report.

 

Note: I deleted everythng related to tl24_00 and checked on my cb_1 there is nothing,below is the code oin my cb_1. 

String shft
date ldt

dw_1.accepttext()
ldt = dw_1.object.date_1[1]
shft = dw_1.object.shift[1]

dw_3.settransobject(sqlca)
dw_3.retrieve(ldt,shft)

 

 

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 4 May 2018 19:21 PM UTC
  2. PowerBuilder
  3. # 1

Hi Radha;

  Yes, the DOT notation will error out if anything is wrong with the object name, data type or row number in the statement.  That is why you need to capture the problem either in the DC/DS's Error Event or wrap your code in a TRY..CATCH statement.

Regards ... Chris

Comment
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.