osay:SetText(Time()) no me funciona!!!

osay:SetText(Time()) no me funciona!!!

Postby creswinman » Wed Oct 11, 2006 3:55 pm

Alguna sugerencia? :oops:
User avatar
creswinman
 
Posts: 33
Joined: Thu Aug 24, 2006 3:14 am
Location: mexico

Postby Antonio Linares » Wed Oct 11, 2006 8:53 pm

Ignacio,

Este ejemplo funciona correctamente:
Code: Select all  Expand view
#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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41442
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby creswinman » Wed Oct 11, 2006 9:46 pm

Gracias Antonio
User avatar
creswinman
 
Posts: 33
Joined: Thu Aug 24, 2006 3:14 am
Location: mexico


Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 3 guests