I am trying to save a PowerBuilder window object to a new name so I can load the original in the same PBL for testing.
when I attempt the Save As with the new name (orginal name preceded by x), I get the following error.
---------- Compiler: Errors
bill_temp.pbl(xgeneric_indiv_prot_rept).datastore_1.1: Error C0046: Illegal datatype for within clause: w_sh_generic_indiv_prot_rept
---------- Finished Errors (8:46:06 AM)
NOTE: This window compiles with no errors and executes fine.
I appreciate any ideas on this.
when I attempt the Save As with the new name (orginal name preceded by x), I get the following error.
---------- Compiler: Errors
bill_temp.pbl(xgeneric_indiv_prot_rept).datastore_1.1: Error C0046: Illegal datatype for within clause: w_sh_generic_indiv_prot_rept
---------- Finished Errors (8:46:06 AM)
NOTE: This window compiles with no errors and executes fine.
I appreciate any ideas on this.