ReportPro2, English and translation: now ok!

Forum dedicato ai programmatori di X# in lingua italiana – Italian language forum

Moderator: wriedmann

User avatar
Chris
Posts: 4587
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Error xs0246 solved! New error XS9002

Post by Chris »

Hi Gian,

Ah right, you need to use a combination of OrdCondSet() and OrdCreate() for that.

I did an experiment, took the UDC from VO, adjusted it a little bit and it seems to work. If you'd like to give it a try, add this definition in the beginning of your prg:

Code: Select all

#command INDEX ON <key>     ;
     [TAG <order>]  ;
     [TO <file>]  ;
     [FOR <fo>]     ;
     [<all:ALL>]    ;
     [WHILE <wh>]   ;
     [NEXT <nx>]    ;
     [RECORD <rec>] ;
     [<rs:REST>]    ;
     [EVAL <ev>]    ;
     [EVERY <evr>]  ;
     [<u:UNIQUE>]   ;
     [<asd:ASCENDING>]      ;
     [<dsd:DESCENDING>]     ;
     [<lCur:USECURRENT>]    ;
     [<lAdd:ADDITIVE>]      ;
     [<lCus:CUSTOM>]        ;
     [<lNop:NOOPTIMIZE>]    ;
        ;
    => OrdCondSet( <fo>, <{fo}>,  ;
     [<.all.>],     ;
     <{wh}>,        ;
     <{ev}>, <evr>, ;
     RecNo(), <nx>, <rec>,  ;
     [<.rs.>], [<.dsd.>],   ;
     <.lAdd.>, [<.lCur.>], [<.lCus.>], [<.lNop.>] )      ;
    ;;  ;
       OrdCreate(<(file)>,<(order)>,<(key)>,,IF(<.u.>,.T., NIL))
and then you can call it with

Code: Select all

INDEX ON CHIAVE TAG CHIAVE TO filename.cdx EVAL {||oSelf:DOProgress( 2 )} EVERY 10
The above directive will be cleaned up and will be properly added to the standard X# macros in one of the next builds.

.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
Gfb22
Posts: 105
Joined: Sat Oct 08, 2022 7:43 pm
Location: Italy

Error XS9002 solved too: thanks Chris! And now: CATO3CNT.DLL

Post by Gfb22 »

By adding the #command definition suggested by Chris XIDE compiles without errors.
The app is loaded regularly but when a DATABROWSER is loaded it gives the error "Cannot load library: CATO3CNT.DLL / FuncSym: DATABROWSER: LOADCONTAINERDLL"
Which DLL X # should be loaded into the library to avoid this runtime error?
Thank you!
gfb
FFF
Posts: 1532
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Error XS9002 solved too: thanks Chris! And now: CATO3CNT.DLL

Post by FFF »

You have to copy all of the Cato* DLLs to your bin folder
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Error XS9002 solved too: thanks Chris! And now: CATO3CNT.DLL

Post by wriedmann »

Hi Gian Ferruccio,
there is no DLL to add to your project, you have only to make sure that this DLL is in the bin folder of your application.
The VO GUI classes loads these DLLs dynamically (as VO does).
It may be the best to copy all the CATO*.dll from your VO bin folder there.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
Gfb22
Posts: 105
Joined: Sat Oct 08, 2022 7:43 pm
Location: Italy

Everything works :-)

Post by Gfb22 »

Well: I thought the Cato * .DDLs were not compatible with X # and I hadn't looked in C: Program Files (x86) XSharp Redist.
Now
Amm3nov.jpg
Amm3nov.jpg (13.96 KiB) Viewed 1386 times
. Thank you!
Next step: switch to using bBrowse ... see you soon :-)
gfb
User avatar
Chris
Posts: 4587
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Everything works :-)

Post by Chris »

Hi Gian,

Glad to see you're making progress! For bBrowser, you'll need the X# version from https://www.bbrowser.net/index.php/en/
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
Gfb22
Posts: 105
Joined: Sat Oct 08, 2022 7:43 pm
Location: Italy

Everything works :-)

Post by Gfb22 »

Yes: I bought bBrowser.NET 4 (XSharp Edition).
I searched the documentation on line and the help and did some testing but, with my limited knowledge, I was unable to import the examples into XIDE to test and learn from them.
There is other documentation explaining how to get started?
Surely these are simple procedures but for me, now...
:-)
gfb
User avatar
Chris
Posts: 4587
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Everything works :-)

Post by Chris »

Hi Gian,

In the bBrowser installation folder, there must be a XIDE folder, right? Below it there must be a "samples: folder, please copy htis folder somewhere outside the Program Files fodler structure, then open it, and it must contain a "bBrowser.NET 4 Samples (XSharp Edition).xiproj" file, or something similar. Double click that file, select XIDE.exe as the program to open it and now it should open in XIDE.

There's also one more step needed, in order to put bBrowser in the XIDE toolbox. Please search for a file cavowed.inf under your bBrowser installation folder, then copy it in C:XIDEConfig (or in which folder you have installed XIDE), restart XIDE and now it should be available in the toolbox.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
Gfb22
Posts: 105
Joined: Sat Oct 08, 2022 7:43 pm
Location: Italy

bBrowse: and now?

Post by Gfb22 »

Hi Chris,
...and now?
I followed your instructions and also tried to rebuild project but, when I quit XIDE and then restart nothing happens and I can't even reopen the example project ...
(... I have no hurry because in the meantime I have many other improvements to do)...
Thank you
bBrow1.jpg
bBrow1.jpg (41.71 KiB) Viewed 1386 times
bBrow2.jpg
bBrow2.jpg (17.03 KiB) Viewed 1386 times
gfb
User avatar
Chris
Posts: 4587
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

bBrowse: and now?

Post by Chris »

HI Gian,

Can you please give some more information, what do you mean nothing happens, and why can't you reopen the project, are you getting an error or similar?
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Post Reply