It works. Thank you Karl.
Zeljko
Search found 37 matches
- Tue Dec 02, 2025 10:13 pm
- Forum: Product
- Topic: error XS0019
- Replies: 2
- Views: 296
- Tue Dec 02, 2025 9:23 pm
- Forum: Product
- Topic: error XS0019
- Replies: 2
- Views: 296
error XS0019
I tried to prevent user to enter non-numeric characters in numeric textbox and put this code in TextBox_KeyPress method:
IF !Char.IsDigit(e.KeyChar) .AND. e.KeyChar != '.'
e.Handled := TRUE
ENDIF
IF e.KeyChar == ','
e.Handled := TRUE
ENDIF
and I got this error message:
error XS0019 ...
IF !Char.IsDigit(e.KeyChar) .AND. e.KeyChar != '.'
e.Handled := TRUE
ENDIF
IF e.KeyChar == ','
e.Handled := TRUE
ENDIF
and I got this error message:
error XS0019 ...
- Thu Mar 16, 2023 8:45 pm
- Forum: 3rd party products
- Topic: The future of ReportPro
- Replies: 54
- Views: 27705
The future of ReportPro
<t>1. Your RP Version RP2[x] RP3[ ]<br/>
2. Uses [x] VO [x] XSharp<br/>
3. As a database you use. [x] DBFs [ ]Temporary DBFs [ ] SQL<br/>
4. Approximately how many installations of RP2 you have [x] 0-100 [ ] 101 - 1000 [ ] > 1000<br/>
5. Approximately how many people will use RP in your company [x ...
2. Uses [x] VO [x] XSharp<br/>
3. As a database you use. [x] DBFs [ ]Temporary DBFs [ ] SQL<br/>
4. Approximately how many installations of RP2 you have [x] 0-100 [ ] 101 - 1000 [ ] > 1000<br/>
5. Approximately how many people will use RP in your company [x ...
- Thu Feb 10, 2022 12:08 am
- Forum: Product
- Topic: Best way to show a picture in an X# VOForm
- Replies: 34
- Views: 10289
Best way to show a picture in an X# VOForm
Dick,
I think that Fab libs are based on X# 2.9.1.1 version.
I prefer .NET classes.
Zeljko
I think that Fab libs are based on X# 2.9.1.1 version.
I prefer .NET classes.
Zeljko
- Fri Feb 04, 2022 11:53 am
- Forum: Product
- Topic: Radio buttons in few group boxes
- Replies: 5
- Views: 2501
Radio buttons in few group boxes
Karl,
it seems that I didn't put radio buttons initially inside group box but probably outside and then moved inside. Maybe, cut/paste. When I deleted them and put new ones from toolbox directly to group box everything works fine.
Zeljko
it seems that I didn't put radio buttons initially inside group box but probably outside and then moved inside. Maybe, cut/paste. When I deleted them and put new ones from toolbox directly to group box everything works fine.
Zeljko
- Thu Feb 03, 2022 10:09 pm
- Forum: Product
- Topic: Radio buttons in few group boxes
- Replies: 5
- Views: 2501
Radio buttons in few group boxes
<t>Karl,<br/>
I imported your sample app and added few lines of code to check default radio buttons in each group box and it works as I expected. The same I did in my app, but only one could be checked.<br/>
Then I removed radio buttons from groupboxes and later put them in groupboxes again as Chris ...
I imported your sample app and added few lines of code to check default radio buttons in each group box and it works as I expected. The same I did in my app, but only one could be checked.<br/>
Then I removed radio buttons from groupboxes and later put them in groupboxes again as Chris ...
- Thu Feb 03, 2022 3:21 pm
- Forum: Product
- Topic: Radio buttons in few group boxes
- Replies: 5
- Views: 2501
Radio buttons in few group boxes
I put three group boxes on winform window. Each of those group boxes has two radio buttons. I can't choose a radio button in each group box, only one of all radio buttons. Is there a solution except using checkboxes but this is complicated.
Zeljko
Zeljko
- Mon Dec 27, 2021 3:55 pm
- Forum: Product
- Topic: DBServer question
- Replies: 4
- Views: 2359
DBServer question
Robert,
Thank you for the answer. It is now clear to me.
Zeljko
Thank you for the answer. It is now clear to me.
Zeljko
- Sun Dec 26, 2021 10:58 pm
- Forum: Product
- Topic: DBServer question
- Replies: 4
- Views: 2359
DBServer question
Thanks Robert for answer.
I guess for new app, in my case, the better practice would be XSharp.VO version.
Zeljko
I guess for new app, in my case, the better practice would be XSharp.VO version.
Zeljko
- Sun Dec 26, 2021 9:17 pm
- Forum: Product
- Topic: DBServer question
- Replies: 4
- Views: 2359
DBServer question
Is there a difference between DbServer.FIELDGET Method, namespace: VO and DbServer.FieldGet Method, namespace: XSharp.VO.SDK
Zeljko
Zeljko

