Hi
What is FUNCky obsolete in Migration Assistant?
I am migrating from PB 7..0 to PB 2017. I am getting following error message for below mentioned code snippet.
Error message while using Migration Assistant for FUNCky obsolete:- "This match may be valid PowerScript syntax, but also matches an identifier in the search file."
Below is my code snippet:-
If rownum > 0 then
For i = 1 to lb_1.TotalItems()
if lb_1.State(i) = 1 Then
if right(lb_1.Text(i),5) = "(CAO)" or right(lb_1.Text(i),5) = "(MIT)" then
if where_clause = "where " then
where_clause = where_clause + "(phone..CostCenters.GroupDesc = ~~'" + mid(lb_1.Text(i),1,len(lb_1.Text(i)) - 6) + "~~')"
else
where_clause = where_clause + " or (phone..CostCenters.GroupDesc = ~~'" + mid(lb_1.Text(i),1,len(lb_1.Text(i)) - 6) + "~~')"
Please suggest if this is syntactically correct or if there is any other issue as per PB 2017.
Thanks in Advance
Regards
Regards
Ankush Rai
How could I rectify if I have FUNCky libraries in my app.
I think we don't have any FUNCky libraries. But just to be sure about this.
Please suggest if there is a way to find it.
Regards
Ankush Rai
I have searched for Funcky32.dll, there are no results.
So I think we do not use any of the Funcky syntax's.
I will ignore this part of Migration Assistant.
Regards
Ankush Rai