Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Questions (Windows Mobile)
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Questions (Windows Mobile) Post any question regarding Basic4ppc.

Trap the null value?

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-07-2007, 07:51 AM
Knows the basics
 
Join Date: May 2007
Posts: 82
Default Trap the null value?

I trap the null value input of Textbox with this code:

Code:
If Textbox.Text = "" then
...
...
...
It's ok but if the value is " " (space), it's can't trap. Do you have any idea?

Thank you
Reply With Quote
  #2 (permalink)  
Old 07-07-2007, 08:11 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 6,072
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

If TextBox.Text = "" OR TextBox.Text =" " then
...
Reply With Quote
  #3 (permalink)  
Old 07-07-2007, 08:28 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,734
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

If you want to ignore spaces you can check:
If StrReplace (Textbox.Text," ","") = "" then ...
Reply With Quote
  #4 (permalink)  
Old 07-07-2007, 12:49 PM
Knows the basics
 
Join Date: May 2007
Posts: 82
Default

Yeah, you're great !!!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Door Library Null Reference Exception sahoopes Bug Reports 1 07-15-2008 04:46 AM
Null modem emulator von WM5 schimanski Questions (Windows Mobile) 5 04-03-2008 12:14 PM
virtual null modem cable schimanski Chit Chat 0 04-01-2008 04:41 PM
Null value table cells with optimized compiler glook Questions (Windows Mobile) 0 01-04-2008 09:38 AM


All times are GMT. The time now is 10:43 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0