Hi Liam, I just use a field "tUsername" and a 'OK' button with the following scripting: on mouseup if field "tUsername" is empty then answer error" You must fill in your name!" if field "tUsername" is not empty then go to card "...." put field "tUsername" of card "main" into field "name" of card "...." end mouseup
Now you can use the field "name" for whatever you like. William de Smet 2006/4/1, liamlambert <[EMAIL PROTECTED]>: > The login that I need is just to keep a log of who was useing the > software > the date time , and only to > let the registered people use the software > > Liam Lambert > [EMAIL PROTECTED] > IRELAND > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
