Summary
How it works
Crystal Reports
Date
COPY_ARRAY
IS_WEEKEND
Decimal
COPY_ARRAY
Development
LINK_OPEN
VALIDATE
VALIDATE_TRANSACTION
VIEW_SCREEN
Integer
COPY_ARRAY
Short Integer
COPY_ARRAY
File
CREATE_DIRECTORY
CSV_TO_XLSX
DEL_DIRECTORY
DOWNLOAD
GET_COMPLETE_NAME
GET_EXTENSION
GET_HASH
GET_NAME
LIST_DIRECTORIES
LIST_FILES
PATH_TO_VOLUME
UNZIP
UPLOAD
VOLUME_TO_PATH
ZIP
FTP
DELETE
DOWNLOAD
LIST
UPLOAD
Image
GENERATE_CODE
IMAP
LIST_DIRECTORIES
JSON
COUNT
DEL_KEY
GET_KEYS
GET_ONE
GET_POS_KEY
GET_TYPE
GET_VALUE
SET_VALUE
TO_ARRAY
SMS
SEND
SMTP
SEND_EMAIL
Stock
GET_AVAILABLE_QTY
GET_COST
Text
COPY_ARRAY
COUNT_OCCURRENCES
HTML_DECODE
HTML_ENCODE
HTML_TO_TXT
IS_NUMERIC
LINK_DECODE
LINK_ENCODE
RANDOM
REPLACE
RTF_TO_TXT
SPLIT
TO_BASE64
User
CHECK_PASSWORD
Sale
CLOSE_ORDER
GET_PRICE
func X3.EN_DEV_LINK_OPEN(Clbfile URL_IN, Integer HEIGHT_IN, Integer WIDTH_IN, Integer CLOSING_TIME_IN) : Tinyint
Allows to open any type of url on the user's browser
- URL_IN Clbfile Url to open (http:, ftp:, mailto:, ...)
- HEIGHT_IN Integer Height of the pop-up in pixels (or 0)
- WIDTH_IN Integer Width of the pop-up in pixels (or 0)
- CLOSING_TIME_IN Integer Time in seconds for automatic closing (or 0)
Examples
func X3.EN_DEV_LINK_OPEN("https://toolbox.lvex3.com", 500, 500, 10)
Opens a 500*500 pixel pop-up on the Toolbox X3 site which closes after 10 seconds
func X3.EN_DEV_LINK_OPEN("mailto:toolbox@lvex3.com?cc=contact@lvexpertisex3.com&bcc=contact@lvexpertisex3.com&subject=Request for info&body=Email body", 300, 300, 1)
Opens a 300*300 pixel pop-up which closes automatically after one second and opens the user's email manager preparing an email for toolbox@lvex3.com