how to limit Tedit input to numericIs there a way to limit Tedit to Numeric input only?
In Delphi for Windows I use the KeyPress event to capture and delete alpha input, this doesn't work in FireMonkey as there is no KeyPress event.
On a related note, Is there a method for changing the iOS keyboard from alpha to numeric (and back) when tabbing between Tedits?
Or are these things I have to tweak in XCode on the Mac side?
Thanks
> {quote:title=Rick Tharp wrote:}{quote}
> Is there a way to limit Tedit to Numeric input only?
>
> In Delphi for Windows I use the KeyPress event to capture and delete a...
here's a tech question for non-techI have not had occasion to want to do this before, so I'm hoping
someone can enlighten me. I have an app built in D7, and it's rather
complex in its functionality. Is it possible to rebuild the app to run
as a service? Would that require separating the user interface from the
app?
Thanks,
Bill
William Meyer wrote on 4/22/2010 :
> I have not had occasion to want to do this before, so I'm hoping
> someone can enlighten me. I have an app built in D7, and it's rather
> complex in its functionality. Is it possible to rebuild the app to run
> as a service?...
ORA-01858I keep getting this message on some of the workstations on datawindows where
we use oracle function TO_DATE in the retrieval argumen.
We run Pb 7.0.2 build 8046 against Oracle 8.1.6 (8i).
The thing is, that this does not appear on workstations where the client has
been installed on a cleen PC (not upgraded)
Any with the same experiences? - What is the simplest solution in the
trouble? Are there some settings to do in the interface?
Thanx
Anders �gsnes
Upgrading to net8i can cause grief, because it sometimes leaves files
behind. What I would do:
remove the registry key ...
ORA-01858: a non-numeric character was found where a numeric was expected
This exact query is the one generated from the code and works when I run it against the db, however when I run it through my code I get that non numeric error
any ideas?
SELECT COUNT(SC_ID) as calls, to_char(RE_TM, 'HH24') as call_Hour, case when COMM_CTR_ID = 'ELK' then 'NOC' when COMM_CTR_ID = 'RIC' then 'NOC' when COMM_CTR_ID = 'HAM' then 'HOC' when COMM_CTR_ID = 'PHL' then 'HOC' else COMM_CTR_ID end as COMM_CTR FROM CAD.REPORTS_DATA WHERE ARCH_DATE IN (to_date('2007/06/04 23:50:00', 'YYY...
Limit / LimitationsThis is a multi-part message in MIME format.
------=_NextPart_000_02A2_01C439A4.DBDD9C10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Dear All .=20
Currently using PB8.0.4 with Appeon 2.7.1=20
I read in the help file about the PBL 's source code size limits should =
not exceed 50 MB.=20
When this limit can be increased.
I am have the report from REX , showing the comparision of 2.7 to 2.8 =
with PB9.x , where he mentions about the opening time a normal window =
taking 6 minitues to seconds.=20
Yes, i cannot call tha...
Ann: FastReport FMX for Delphi XE3 (FireMonkey 2) and XE2 (FireMonkey) releasedDear friends,
Visual report designer is available now on both MS Windows and MAC OS X!
Full sources.
We can write here full list of possibilities, but it will so long. Let
see FastReport VCL and FastReport FMX comparison table:
http://www.fast-report.com/en/products/comparison-fast-report-firemonkey-vcl.html
And all of this - just now in your hands for business-applications for Mac.
Report generator FastReport FMX is the first multiplatform solution for
including Business Intelligence into software based on Embarcadero
FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X)...
How to remove non-Numeric or non-alphameric characters from a string in Sql Server 2005
Hi to all,
I am having a string like (234) 522-4342.
i have to remove the non numeric characters from the above string.
Please help me in this regards.
Thanks in advance.
M.ArulMani
Hi,
How about this:Public Function StripAlpha(ByVal PassedStr) As String
'
' Leaves only any numeric values in passed string
'
Dim i As Integer
Dim GotChar As Boolean
Dim HoldStr As String = ""
Dim HoldChar As String = ""
'Clears Leading / trailing spaces
PassedStr = Trim(PassedStr)
' Cycle throug...
How to remove non-Numeric or non-alphameric characters from a string in Sql Server 2005 #2
Hi to all,
I am having a string like (234) 522-4342.
i have to remove the non numeric characters from the above string.
Please help me in this regards.
Thanks in advance.
M.ArulMani
Hi,
How about this:
Public Function StripAlpha(ByVal PassedStr) As String
'
' Leaves only any numeric values in passed string
'
Dim i As Integer
Dim GotChar As Boolean
Dim HoldStr As String = ""
Dim HoldChar As String = ""
'Clears Leading / trailing spaces
PassedStr = Trim(PassedStr)
' Cycle ...
Ann: X-platform report generator for Delphi XE3 (FireMonkey 2) and XE2 (FireMonkey) releasedDear friends,
Visual report designer is available now on both MS Windows and MAC OS X!
Full sources.
We can write here full list of possibilities, but it will so long. Let
see FastReport VCL and FastReport FMX comparison table:
http://www.fast-report.com/en/products/comparison-fast-report-firemonkey-vcl.html
And all of this - just now in your hands for business-applications for Mac.
Report generator FastReport FMX is the first multiplatform solution for
including Business Intelligence into software based on Embarcadero
FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X)...
PB 8.0.3/Oracle 9.2Hi,
I am running PowerBuilder 8.0.3 Build 9820 with Oracle9i (9.2.0.1.0). I
have a Stored Procedure that is being used to populate a datastore.
When I have my database ini file set to "DBMS=O73" it works fine, but when
I change the ini file to "dbms=O84" or "dbms=090", then I get an Oracle
error:ORA-01858: a non-numeric character was found where a numeric was
expected.
Has anyone else seen this error? Do I have a setting wrong? Or is this an
Oracle driver issue?
Thank you!
Julie Lefebvre
That's a know issue, fixed in build 9907.
...
Keyboard behavior change for <input type="number"> and <input x-inputmode="numeric">Greetings everyone,
Starting with bug 1024298 (which has landed), for <input type="number">
[1] and <input type="text" x-inputmode="numeric"> input fields, we bring
up the full keyboard, instead of the old four-by-three digit-only
numpad. The full keyboard brought up is defaulted to display the number
panel first.
[1] This excludes <input type="number" x-inputmode="digit">, for which
the numpad panel would display.
As this change is system-wide, I'd like to invite you to kindly check
that it has not br...
superreview canceled: [Bug 422888] Cannot change the inputting mode by shortcut keys of AquaSKK without non-needed char inputting : [Attachment 310023] Patch v1.0.1Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com> has canceled Josh Aas
<joshmoz@gmail.com>'s request for superreview:
Bug 422888: Cannot change the inputting mode by shortcut keys of AquaSKK
without non-needed char inputting
https://bugzilla.mozilla.org/show_bug.cgi?id=422888
Attachment 310023: Patch v1.0.1
https://bugzilla.mozilla.org/attachment.cgi?id=310023&action=edit
...
superreview granted: [Bug 422888] Cannot change the inputting mode by shortcut keys of AquaSKK without non-needed char inputting : [Attachment 312531] Patch v1.0.2Vladimir Vukicevic (:vlad) <vladimir@pobox.com> has granted Masayuki Nakano
(Mozilla Japan) <masayuki@d-toybox.com>'s request for superreview:
Bug 422888: Cannot change the inputting mode by shortcut keys of AquaSKK
without non-needed char inputting
https://bugzilla.mozilla.org/show_bug.cgi?id=422888
Attachment 312531: Patch v1.0.2
https://bugzilla.mozilla.org/attachment.cgi?id=312531&action=edit
...
superreview requested: [Bug 422888] Cannot change the inputting mode by shortcut keys of AquaSKK without non-needed char inputting : [Attachment 310023] Patch v1.0.1Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com> has asked Robert
O'Callahan (:roc) <roc@ocallahan.org> for superreview:
Bug 422888: Cannot change the inputting mode by shortcut keys of AquaSKK
without non-needed char inputting
https://bugzilla.mozilla.org/show_bug.cgi?id=422888
Attachment 310023: Patch v1.0.1
https://bugzilla.mozilla.org/attachment.cgi?id=310023&action=edit
------- Additional Comments from Masayuki Nakano (Mozilla Japan)
<masayuki@d-toybox.com>
Thank you Josh.
Only updating the comment. (see attachment 309372 for -u8pw)
...