Published on 06/07/2022 Downloaded 40 time(s) |
|
WD Management of RTF // ---------------------------------------------------------------- // ----------------------- RUN CODE --------------------------- // -----------------------------------------... |
| |
Published on 06/07/2022 Downloaded 72 time(s) |
|
WD Managing the main menu of a window by programmin - WD Gerenciando o menu principal de uma janela por programação IF bModif = True THEN // "MenuSelectMinus is used to gray an option." MenuSelectM... |
| |
Published on 06/07/2022 Downloaded 30 time(s) |
|
WD Managing the timers // ---------------------------------------------------------------- // --------------------- GLOBAL VARIABLES ----------------------- // --------------------------------------... |
| |
Published on 06/07/2022 Downloaded 33 time(s) |
|
WD Managing the Windows session // Manage the action to perform SWITCH RADIO_ACTION CASE 1 // Close the session SysShutdown(sysLogoff) // Close the window Close() CASE 2 // Stop the system... |
| |
Published on 06/07/2022 Downloaded 32 time(s) |
|
WD Merging the column titles and the table cells - WD Mesclando os títulos das colunas e as células da tabela // define a font tt is Font tt = FontCreate("Verdana",11,iBold) // merge the titles of ... |
| |
Published on 06/07/2022 Downloaded 41 time(s) |
|
WD Moving elements between two list boxes - WD Movendo elementos entre duas caixas de listagem // Clears the list ListDeleteAll(LIST_Memory) // Fills the list ListAdd(LIST_Memory, "Monday") ListAdd... |
| |
Published on 06/07/2022 Downloaded 56 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 26 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 31 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 46 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+...... |
| |