(pizzagate)
submitted 8.3 years ago by [deleted]
view the rest of the comments →
gopluckyourself 8.3 years ago
aliceastor rule 1 shit post strike 2.
AliceAstor 8.3 years ago
Global Const $DB='FileMaker Pro Advanced - [Price_List]'
HotkeySet("{F6}", 'Search')
HotkeySet("{F9}", 'Card')
WinWait ($DB)
WinWaitClose($DB)
Func Search()
Local $Input = InputBox('Scanning', 'Incoming data:')
If @Error Then Return
WinActivate($DB)
Send("^s")
Sleep(300)
Send($Input, 1)
Send("{ENTER}", 0)
EndFunc
Func Card()
Send("^h")
*** syntax_error *** ... ...
view the rest of the comments →
gopluckyourself ago
aliceastor rule 1 shit post strike 2.
AliceAstor ago
Global Const $DB='FileMaker Pro Advanced - [Price_List]'
HotkeySet("{F6}", 'Search')
HotkeySet("{F9}", 'Card')
WinWait ($DB)
WinWaitClose($DB)
Func Search()
Local $Input = InputBox('Scanning', 'Incoming data:')
If @Error Then Return
WinActivate($DB)
Send("^s")
Sleep(300)
Send($Input, 1)
Send("{ENTER}", 0)
EndFunc
Func Card()
WinActivate($DB)
Send("^h")
EndFunc
gopluckyourself ago
*** syntax_error ***
...
...