Publié le 08/06/2022 Téléchargé 94 fois |
|
Below is the source code for the WINDEV example used in the webinar "How to consume a REST webservice". You can watch the webinar here: https://youtu.be/XruOKyshbvk |
| |
Publié le 08/06/2022 Téléchargé 46 fois |
|
A continuación, encontrará el código fuente del ejemplo utilizado en el seminario Web "Consumir un Webservice REST". Para ver el seminario visite el siguiente enlace: https://youtu.be/fbcA68RXULU |
| |
Mis à jour le 07/06/2022 Téléchargé 2 406 fois |
|
Chat with WINDEV Projeto exemplo de Chat desenvolvido no WINDEV. Desenvolvedor: Fabrício Almeida +5583986556461 Telegram @fabricioalmeida |
| |
Publié le 07/06/2022 Téléchargé 33 fois |
|
WD Management of RTF // ---------------------------------------------------------------- // ----------------------- RUN CODE --------------------------- // -----------------------------------------... |
| |
Publié le 07/06/2022 Téléchargé 48 fois |
|
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... |
| |
Publié le 07/06/2022 Téléchargé 25 fois |
|
WD Managing the timers // ---------------------------------------------------------------- // --------------------- GLOBAL VARIABLES ----------------------- // --------------------------------------... |
| |
Publié le 07/06/2022 Téléchargé 29 fois |
|
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... |
| |
Publié le 07/06/2022 Téléchargé 26 fois |
|
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 ... |
| |
Publié le 07/06/2022 Téléchargé 34 fois |
|
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... |
| |
Publié le 07/06/2022 Téléchargé 42 fois |
|
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... |
| |