Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
libreoffice /
share /
basic /
Access2Base /
[ HOME SHELL ]
Name
Size
Permission
Action
acConstants.xba
14.11
KB
-rw-r--r--
Application.xba
74.03
KB
-rw-r--r--
Collect.xba
15.02
KB
-rw-r--r--
CommandBarControl.xba
14.3
KB
-rw-r--r--
CommandBar.xba
14.93
KB
-rw-r--r--
Control.xba
117.95
KB
-rw-r--r--
Database.xba
78.09
KB
-rw-r--r--
DataDef.xba
23.76
KB
-rw-r--r--
Dialog.xba
32.42
KB
-rw-r--r--
dialog.xlb
398
B
-rw-r--r--
dlgFormat.xdl
1.64
KB
-rw-r--r--
dlgTrace.xdl
3.77
KB
-rw-r--r--
DoCmd.xba
115.65
KB
-rw-r--r--
Event.xba
21.71
KB
-rw-r--r--
Field.xba
38.54
KB
-rw-r--r--
Form.xba
48.02
KB
-rw-r--r--
L10N.xba
51.39
KB
-rw-r--r--
_License.xba
1.48
KB
-rw-r--r--
Methods.xba
11.58
KB
-rw-r--r--
Module.xba
29.72
KB
-rw-r--r--
OptionGroup.xba
12.76
KB
-rw-r--r--
PropertiesGet.xba
64.05
KB
-rw-r--r--
PropertiesSet.xba
36.19
KB
-rw-r--r--
Property.xba
6.63
KB
-rw-r--r--
Python.xba
27.26
KB
-rw-r--r--
Recordset.xba
44.9
KB
-rw-r--r--
Root_.xba
12.55
KB
-rw-r--r--
script.xlb
1.58
KB
-rw-r--r--
SubForm.xba
33.2
KB
-rw-r--r--
TempVar.xba
8.19
KB
-rw-r--r--
Test.xba
406
B
-rw-r--r--
Trace.xba
17.6
KB
-rw-r--r--
UtilProperty.xba
14.66
KB
-rw-r--r--
Utils.xba
53.9
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dlgFormat.xdl
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd"> <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="dlgFormat" dlg:left="246" dlg:top="119" dlg:width="153" dlg:height="40" dlg:help-text="Export the form" dlg:closeable="true" dlg:moveable="true" dlg:title="OutputTo"> <dlg:bulletinboard> <dlg:combobox dlg:id="cboFormat" dlg:tab-index="0" dlg:left="4" dlg:top="18" dlg:width="71" dlg:height="8" dlg:help-text="Format in which the form should be exported" dlg:value="PDF" dlg:spin="true"> <dlg:menupopup> <dlg:menuitem dlg:value="PDF"/> <dlg:menuitem dlg:value="ODT"/> <dlg:menuitem dlg:value="DOC"/> <dlg:menuitem dlg:value="HTML"/> </dlg:menupopup> </dlg:combobox> <dlg:text dlg:id="lblFormat" dlg:tab-index="1" dlg:left="4" dlg:top="7" dlg:width="100" dlg:height="9" dlg:help-text="Format in which the form should be exported" dlg:value="Select the output format"/> <dlg:button dlg:id="cmdOK" dlg:tab-index="2" dlg:left="111" dlg:top="5" dlg:width="35" dlg:height="12" dlg:help-text="Validate your choice" dlg:default="true" dlg:value="OK" dlg:button-type="ok"> <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Access2Base.Trace._TraceOK?language=Basic&location=application" script:language="Script"/> </dlg:button> <dlg:button dlg:id="cmdCancel" dlg:tab-index="3" dlg:left="111" dlg:top="20" dlg:width="35" dlg:height="12" dlg:help-text="Cancel and close the dialog" dlg:value="Cancel" dlg:button-type="cancel"/> </dlg:bulletinboard> </dlg:window>
Close