![Embarassed :oops:](./images/smilies/icon_redface.gif)
osay:SetText(Time()) no me funciona!!!
- creswinman
- Posts: 33
- Joined: Thu Aug 24, 2006 3:14 am
- Location: mexico
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Ignacio,
Este ejemplo funciona correctamente:
Este ejemplo funciona correctamente:
Code: Select all | Expand
#include "FWCE.ch"
function Main()
local oWnd, oSay
DEFINE WINDOW oWnd TITLE "TestSay"
@ 1, 2 SAY oSay PROMPT "Test" SIZE 100, 20
@ 3, 2 BUTTON "SetText" SIZE 80, 20 ACTION oSay:SetText( Time() )
ACTIVATE WINDOW oWnd
return nil
- creswinman
- Posts: 33
- Joined: Thu Aug 24, 2006 3:14 am
- Location: mexico
- Contact: