segunda-feira, 11 de julho de 2016

WebDev - Somente Dicas

Nesse post so vou colocar dicas








Este erro é causado por uma configuração errada do site Webdev dinâmica no registro.
Você deve, re-instalar o site ou corrigir a configuração do site no registro.

Ao instalar um site Webdev dinâmica, uma nova entrada é criada no registro. 
Uma nova entrada é criada na seguinte chave:

"HKEY_LOCAL_MACHINE \ SOFTWARE \ PC SOFT \ Webdev \ 21.0 \ <ProjectName>".






Curso WinDev - Funções Dialogo - 3/... - Message








Video youtube


Nessa aula vou mostrar como mostrar uma message no Status Bar

Cette leçon va vous montrer comment afficher un message dans la barre d'état

This lesson will show you how to show a message in the Status Bar
 

http://doc.windev.com/en-US/?3021006&name=message_function
http://doc.pcsoft.fr/fr-FR/?3021006&name=message_fonction

http://doc.windev.com/en-US/?3021010&name=constants_for_managing_the_dialog_boxes

Blog - WinDev - Curso Funções Dialogo - 001/... - Confirm
Blog - WinDev - Curso Funções Dialogo - 002/... - Okcancel
Blog - WinDev - Curso Funções Dialogo - 003/... - Message
Blog - WinDev - Curso Funções Dialogo - 004/... - toastDisplay
Blog - WinDev - Curso Funções Dialogo - 005/... - YesNo
Blog - WinDev - Curso Funções Dialogo - 006/... - Input
Blog - WinDev - Curso Funções Dialogo - 007/... - Error
Blog - WinDev - Curso Funções Dialogo - 008/... - Gauge
Blog - WinDev - Curso Funções dialogo - 009/... - Info 


message("Processando")
//processos
message("")


Message (Function)
In French: Message

Displays (or erases) a message in the status bar of the current window or browser.
Note: The window or the browser window must have a status bar.
WinDev If the status bar is divided into several cells, you have the ability to specify the cell where the message is displayed.
WebDev - Server code To easily share code between the WINDEV and WEBDEV applications, this function has no effect in server code.

Example
Message("Processing...")
MyProcess() // Procedure used to perform the requested process
Message("Ready")
WinDevUser code (UMC)
// Message in the "MCB_Info" cell
Message(MCB_Info, "Enter your name")
WebDev - Browser code
// Message with scroll
Message("Welcome!", Scrolling, 5)






















Teste

Teste
teste