contje007 Guest
|
Posted: Mon Feb 16, 2004 3:46 am Post subject: can somebody translate this into OOobasic ? |
|
|
Ellow this is my final query but i have the same problem i can't translate it all maybe you guys can translate this into OOobasic ????
thanx Michael
this is my code
| Code: |
Sub Query()
Macro recorded 12/11/2001 by Filip Heymans
'****************************************************************
'* verzamel-macro voor 'queries' inclusief timing start & einde *
'****************************************************************
'Dim Qu As Variant
TimingMacro "legende", "C3", "C5"
Qu = "FH-itm001stockw"
ExecuteQuery Qu, "BASIS1"
TimingMacro "legende", "C3", "C7"
Beep
Qu = "FH-ticpr200"
ExecuteQuery Qu, "BASIS2"
TimingMacro "legende", "C3", "C9"
Beep
Beep
Beep
Beep
End Sub
| [/code] |
|