473,799 Members | 3,106 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WML Input Mask to force numeric characters

*Please excuse me for cross-posting. I really can't find a suitable
"wireless internet" group to ask this question, except forum.nokia,
where I didn't have any luck.

I have a web page for inputting personal expenses into a financial
database with a cell phone. To force numeric values on the keypad, I
used <input name="num" width="70" height="20" format="*NNNN/"
type="Currency" align="right">

The page works just great with the free Openwave V7 Simulator on my PC.
But when I try accessing the page with my Nokia 6061, the phone doesn't
switch to numeric-only. Having to enter abc1 for one dollar will not be
acceptable. I'm so stuck on this most basic of problems, I've even gone
as far as to consider writing a script to convert "a" or "b" or "c" to
a "1" at the server side.

Since my page is not a genuine xml compliant page, I wonder if anyone
could refer me to a page where I could confirm that the format="N"
parameter might actually work with a Nokia Series 40 phone?

In the meantime, I hope someone will take a moment and visit my page
and help me understand what the heck is going on...

http://www.envelopesystem.org/env/tr...=Entertainment

Regards,

Frasmus

Jan 11 '07 #1
1 2390

"frasmus" <Fr************ @gmail.comwrote in message
news:11******** **************@ i39g2000hsf.goo glegroups.com.. .
*Please excuse me for cross-posting. I really can't find a suitable
"wireless internet" group to ask this question, except forum.nokia,
where I didn't have any luck.

I have a web page for inputting personal expenses into a financial
database with a cell phone. To force numeric values on the keypad, I
used <input name="num" width="70" height="20" format="*NNNN/"
type="Currency" align="right">

The page works just great with the free Openwave V7 Simulator on my PC.
But when I try accessing the page with my Nokia 6061, the phone doesn't
switch to numeric-only. Having to enter abc1 for one dollar will not be
acceptable. I'm so stuck on this most basic of problems, I've even gone
as far as to consider writing a script to convert "a" or "b" or "c" to
a "1" at the server side.
I hate Nokia's browser, why couldn't they just have licensed Openwave's? Or
at least made theirs compatible, it breaks all kinds of WML stuff.

Anyways, best bet is Nokia's developer site, last I checked you can join for
free, giving you access to their docs and tools.
-Mark

Since my page is not a genuine xml compliant page, I wonder if anyone
could refer me to a page where I could confirm that the format="N"
parameter might actually work with a Nokia Series 40 phone?

In the meantime, I hope someone will take a moment and visit my page
and help me understand what the heck is going on...

http://www.envelopesystem.org/env/tr...=Entertainment

Regards,

Frasmus

Jan 12 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2970
by: Paul | last post by:
hi, is there an input mask i could use on a report to do the following: (1) if i enter "THISISATEST" on my form, i want the text box on my report to display: "T H I S I S A T E S T". (2) if i enter "THIS IS A TEST" on my form, i want the text box on my report to display: "T H I S I S A T E S T".
1
4649
by: John | last post by:
Hi What would be the input mask for a name field where first letter is caps and the rest lower? Its ideal if the mask can handle multiple names separated by a space but if not a single word will do. Thanks Regards
2
3726
by: johnp | last post by:
Hi, Our Tech department updated users to Office 2003 this week. Now the input mask in one of the applications is showing up as: (###) ###-### The input mask wizard works correctly when I redo the mask. But in form view, the mask appears reverts to the previous.
3
3344
by: AA Arens | last post by:
When I want the first character of a field to be Uppercased, I need to make an input mask, like >L< followed by ??????? for example. But this mask creates ____ in an unfilled field, which I don't like. How to get the fist character uppercased without an input mask or without ____ (underscores). When I click with the mouse on an empty field, it won't go to the far left side, cause of the input mask. How to avoid it? Bart
0
1456
by: Aaron Smith | last post by:
Is there an easy way to do a numeric mask on a DataGridTextBoxColumn? I need to only allow entry of numeric value and have only one decimal. I already have a subclasses TextBox column that limits the amount of characters that they can enter.. Now I need one to do the numeric masking. I checked for a keypress event and there doesn't seem to be one... Thanks, Aaron -- ---
1
1972
by: Stephen Plotnick | last post by:
I need to have an entry field where I can specify 99,999.99 and I downloaded and installed FlexMaskEditBox but I cannot type the '.' and get any characters to the right of it. I'm using NUMERIC and 99g999d##. Does anybody know how to use this or another edit mask method to force the user to enter in the numeric value? Thanks in advance.
0
1394
by: jmarr02s | last post by:
I am using the following input mask 00\-A0000000. The values entered using this input mask will have one of the following formats: 14-X1234567 OR 14-1234. What must I change on the textbox control to allow either 8 characters or 4 characters to be entered following the dash (-) of the above input mask? Thanks!, J
3
3519
by: ApexData | last post by:
I have an unbound textbox that I want to restrict to 10 characters. I defined the mask as follows CCCCCCCCCC;;" " The problem is that the behavior of the cursor changed beyond my request. Normally, you click on an empty txtbox without the mask and the cursor goes to the first position. With a mask this is not the case. Additionally, if you have a one character txtbox mask set to C;;" " , it becomes very easy to inadvertently click on...
1
10626
ADezii
by: ADezii | last post by:
The following characters define an Input Mask: Character - Description 0 - Digit (0 to 9, entry required, plus and minus signs not allowed). 9 - Digit or space (entry not required, plus and minus signs not allowed). # - Digit or space (entry not required; spaces are displayed as blanks while in Edit mode, but blanks are removed when data is saved; plus and minus signs allowed). L - Letter (A to Z, entry required). ? -...
0
9687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9541
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10251
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10228
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9072
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4141
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.