![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Here in the Netherlands we don't use the point but comma as our digit sign.
Normally this is controlled by local setting in windows (I use an english version with local setting to dutch). In, for example excel, this is working normally. In B4PPC however it seems it only will eat the point as decimal point. So moving a textbox1.text with 51.5 to a cNumber cell, the value will be 51.5 When using 51,5 the cell has the value 515 When the first 51.5 however is shown in the table, when I display it in a form it fomrats as 51,5. This both on my PC and PPC. I fixed this by change the comma into a point when the field value changes, but that seems a very strange way to me. ![]() Scub
__________________
PPC: IPAQ 2210, 2GB, CF GPS, CF Wireless |
|
|||
|
Quote:
Scub
__________________
PPC: IPAQ 2210, 2GB, CF GPS, CF Wireless |
|
||||
|
Quote:
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
|||
|
Quote:
When entered 5,5 the table gives me 55 ![]() Scub
__________________
PPC: IPAQ 2210, 2GB, CF GPS, CF Wireless |
|
||||
|
This is a "normal" behaviour!
If you enter 5.5 we have a decimal point. So the value of the tablecell with format cNumber is 5.5. As Erel said, for showing the tablecontrol the control converts the values to the default device format. This is done only for the output. The internal variables still remain in the number format with decimal point. If you enter 5,5 the value of the tablecell gets 55 (only the comma is removed). Showing this value in the tablecontrol (there is no format conversion necessary) will result in 55. specci48 |
|
|||
|
"It's life Jim, but not as we know it, it's life"
I just have to get used to B4PPC, but it's going fast, thanks to all your quick replies! Well, still some problems to solve...... ![]() Scub.
__________________
PPC: IPAQ 2210, 2GB, CF GPS, CF Wireless |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Binary, Octal, Decimal, Hex converter app | agraham | Share Your Creations | 2 | 02-20-2008 05:07 PM |
| B4PPC on USB stick | Put Claude | Questions & Help Needed | 1 | 01-04-2008 02:33 PM |
| Stripping decimal places | Softselect | Questions & Help Needed | 11 | 11-14-2007 01:17 PM |
| Very slow IDE since B4PPC Ver 5 | eclipse_wolfgang | Questions & Help Needed | 5 | 10-31-2007 12:49 AM |
| not b4ppc but the forum | Cableguy | Forum Discussion | 1 | 04-29-2007 07:10 AM |