Forum Discussion
joffre
15 years agoRegular Contributor
Didn't work again my friend.
The same issue, at the same line. Screens attached.
Here is the code where I called the function:
Hope you can keep helping me until I fix it.
The same issue, at the same line. Screens attached.
Here is the code where I called the function:
Set directUIHWND = explorer.wndCabinetWClass2.SHELLDLL_DefView.FolderView
''Renames 01 - LGComponentes folder to 1.LGComponentes and get inside of it
Call directUIHWND.Keys("01 - LGComponentes[F2]1.LGComponentes[Enter][Enter]")
Call directUIHWND.Keys(CaminhoDaPasta3)
''Renames the SQL file that starts with 1 to 1.sql
Call directUIHWND.Keys("Like %1%[F2]1.sql[Enter][BS]")
Call LGComponentes
Call directUIHWND.Keys(CaminhoDaPasta4)
''Back at Scripts_Criacao_Banco, select the folder 1.LGComponentes and press the down arrow
Call directUIHWND.Keys("1.LGComponentes[Down]")
Log.Message("Pasta LGComponentes Renomeda com Sucesso!!!")
Hope you can keep helping me until I fix it.