2019-10-16 15:42:48 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
2019-10-17 00:11:21 +03:00
|
|
|
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Validation" script:language="StarBasic">Sub valButtonMark
|
2019-10-16 15:42:48 +03:00
|
|
|
|
|
|
|
End Sub
|
|
|
|
|
|
|
|
|
2019-10-16 16:17:28 +03:00
|
|
|
Sub validateButton
|
2019-10-17 00:11:21 +03:00
|
|
|
MsgBox "Validation works!"
|
2019-10-16 15:42:48 +03:00
|
|
|
End Sub
|
|
|
|
|
2019-10-17 00:11:21 +03:00
|
|
|
</script:module>
|