Published on 06/07/2022 Downloaded 53 time(s) |
|
WD Native access to MongoDB // Connection to the MongoDB server on the example database (creates the database if it does not exist) gclConnection = MongoCreate(StringBuild("mongodb://%1:%2/%3",EDT_Se... |
| |
Published on 06/07/2022 Downloaded 25 time(s) |
|
WD Operators Text // procedure used to update the display of results PROCEDURE UPD() // Calculate the result of an operation such as // ----------- sString1= String2[[ Subscript ]] -------- RES2 =... |
| |
Published on 06/07/2022 Downloaded 30 time(s) |
|
WD Overloading WLanguage functions PROCEDURE Manage_Trace_TraceMode(nTraceType) // Store the trace mode Manage_Trace_Mode = nTraceType IF Manage_Trace_Mode = FileTrace OR Manage_Trace_Mode = Stand... |
| |
Published on 06/07/2022 Downloaded 45 time(s) |
|
WD Play a sound mp3 / wav // select the sound file sFile is string sFile = fSelect(EDT_FILE,"Select a sound file...",... "mp3 files (*.mp3)"+TAB+"*.mp3"+CR+... "Wave files (*.wav)"+TAB+"*.wav"+CR+...... |
| |
Published on 06/07/2022 Downloaded 65 time(s) |
|
// Select the video file sFile is string sFile = fSelect(EDT_FILE,"Select a video file...",... "Video files (*.avi)"+TAB+"*.avi"+CR+... "MPG video files (*.mpg)"+TAB+"*.mpg"+CR+... "Mp4 video files... |
| |
Published on 06/07/2022 Downloaded 23 time(s) |
|
WD Playing a Flash animation swf // Select the video file sFile is string sFile = fSelect(EDT_FILE, "Select a Flash file...",... "Flash files (*.swf)"+TAB+"*.swf"+CR+... "All files (*.*)"+TAB+"*.*",.... |
| |
Published on 06/07/2022 Downloaded 39 time(s) |
|
WD Popup calendar PROCEDURE WIN_PopCalendar(dSelectionDate = DateSys()) IF dSelectionDate = "" THEN dSelectionDate = DateSys g_Date is Date = dSelectionDate d_SelectedDate is Date = g_Date sOContr... |
| |
Published on 06/07/2022 Downloaded 51 time(s) |
|
WD Printing by programming - Impressão Programada Info("A set of previews will be displayed","Those allow display of the various printing methods using programming") Str1 is string = "WINDEV is a gr... |
| |
Published on 06/07/2022 Downloaded 36 time(s) |
| |
Published on 06/07/2022 Downloaded 66 time(s) |
|
WD Reading and writing in XML format - WD Lendo e escrevendo em formato XML // XML Document XMLDoc is a xmlDocument sTag is string sSubChild is string sRootChild is string // Declare the root ... |
| |