Search found 35 matches

by vzeljko
Thu Mar 16, 2023 8:45 pm
Forum: 3rd party products
Topic: The future of ReportPro
Replies: 54
Views: 14439

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] ...
by vzeljko
Thu Feb 10, 2022 12:08 am
Forum: Product
Topic: Best way to show a picture in an X# VOForm
Replies: 34
Views: 5514

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
by vzeljko
Fri Feb 04, 2022 11:53 am
Forum: Product
Topic: Radio buttons in few group boxes
Replies: 5
Views: 1517

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
by vzeljko
Thu Feb 03, 2022 10:09 pm
Forum: Product
Topic: Radio buttons in few group boxes
Replies: 5
Views: 1517

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...
by vzeljko
Thu Feb 03, 2022 3:21 pm
Forum: Product
Topic: Radio buttons in few group boxes
Replies: 5
Views: 1517

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
by vzeljko
Mon Dec 27, 2021 3:55 pm
Forum: Product
Topic: DBServer question
Replies: 4
Views: 1529

DBServer question

Robert,
Thank you for the answer. It is now clear to me.

Zeljko
by vzeljko
Sun Dec 26, 2021 10:58 pm
Forum: Product
Topic: DBServer question
Replies: 4
Views: 1529

DBServer question

Thanks Robert for answer.
I guess for new app, in my case, the better practice would be XSharp.VO version.

Zeljko
by vzeljko
Sun Dec 26, 2021 9:17 pm
Forum: Product
Topic: DBServer question
Replies: 4
Views: 1529

DBServer question

Is there a difference between DbServer.FIELDGET Method, namespace: VO and DbServer.FieldGet Method, namespace: XSharp.VO.SDK

Zeljko
by vzeljko
Mon Nov 29, 2021 3:07 pm
Forum: Product
Topic: reading excel cell
Replies: 4
Views: 1521

reading excel cell

Thanks Dick. Works fine.

Zeljko
by vzeljko
Mon Nov 29, 2021 1:14 pm
Forum: Product
Topic: reading excel cell
Replies: 4
Views: 1521

reading excel cell

<t>Thanks Wolfgang. Your suggestion solved first problem, but after compiling I got another one:<br/> <br/> error XS1061: 'object' does not contain a definition for 'Cells' and no accessible extension method 'Cells' accepting a first argument of type 'object' could be found (are you missing a using ...