Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed 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: 1,466
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
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: 2,956
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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Null modem emulator von WM5 schimanski Questions & Help Needed 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 & Help Needed 0 01-04-2008 09:38 AM


All times are GMT. The time now is 11:18 PM.


Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0