Soporte de DatePickers

Soporte de DatePickers

Postby Antonio Linares » Tue Jul 06, 2010 6:56 pm

Gracias a Dino! :-)

Image

TestDPick.prg
Code: Select all  Expand view
// Testing DatePickers

#include "FiveMac.ch"

function Main()

   local oDlg, oDPick
         
   DEFINE DIALOG oDlg TITLE "Test DatePicker" ;
      FROM 20, 300 TO 400, 200
       
   @ 20, 20 DATEPICKER oDPick OF oDlg SIZE 400, 300
     
   @ 20, 200 BUTTON "Value" OF oDlg ACTION MsgInfo( oDPick:GetText() )
   
   @ 20, 300 BUTTON "End" OF oDlg ACTION oDlg:End()
   
   ACTIVATE DIALOG oDlg
     
return nil
 
regards, saludos

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

Return to FiveMac / FivePhone (iPhone, iPad)

Who is online

Users browsing this forum: No registered users and 4 guests