PDA

View Full Version : Check if username exist


Cologne
08-24-2010, 11:48 AM
I know, I asked that before, but I cant find the thread :-(

How can I check, if a username allready exist.

I got my form, got a recordset from the email field. Set the trigger of the ServerValidation to the "total-rows" of the recordset make it LIKE entry 1, cause then tehre is an entry?

Then I lost :-(

Denis

Jason Byrnes
08-25-2010, 06:49 AM
create a recordset to lookup the username that was entered.


Add server validation. Set the server variable to "$totalRows_RecordsetName" where RecordsetName is the name ofthe recordset.

Use number validation. set the minimum to -1 and the maximum to 0.

toms016390756
04-09-2012, 09:14 AM
Thanks!




http://www.imgsnatch.com/img/S/9.jpg