Posts by Oscar B Jr • 41 points
3 posts
-
1
votes2
answers873
viewsA: Run executable independent program
If the executable is in use, you may not be able to update it. In this case, if you feel you need to finish the process, you can use the following routine: Procedure KillProcess( hWindowHandle: HWND…
-
0
votes2
answers1187
viewsA: Delphi 7 Ado Dataset not in Edit or Insert mode
As this error occurs when your table is not in Insert or Edit mode, check the state of the table before saving. See: // Faltou Definir a forma de Edição / Inclusão para // a Tabela tblRespostas //…
-
3
votes2
answers5857
viewsA: How to break a string
In case you want to use an array containing String’s, you can also use it as follows, if you want: Type aStrings = Array Of String; // Utilize um Tipo de Matriz para Parâmetros de Rotinas ...…
delphi-7answered Oscar B Jr 41