Search found 24 matches

by Neale
Sun Mar 19, 2023 1:54 pm
Forum: 3rd party products
Topic: The future of ReportPro
Replies: 54
Views: 13926

The future of ReportPro

<t>1. Your RP Version RP2[ X] RP3[ ]<br/> 2. Uses [ ] 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 ...
by Neale
Sun Jan 29, 2023 5:05 pm
Forum: Product
Topic: RUN Command
Replies: 3
Views: 1110

RUN Command

Hello Chris
Thanks for your help, didn't think about the .net way.
Had a quick look at System.Diagnostics.Process.Start() and as you say has a lot more control with arguments etc.

Best
Neale
by Neale
Sun Jan 29, 2023 1:55 pm
Forum: Product
Topic: RUN Command
Replies: 3
Views: 1110

RUN Command

<t>Hello<br/> <br/> Using XVIDE the RUN Command will not work, code example;<br/> METHOD ShowOpenReportEditor() AS VOID<br/> //Purpose.......: Open report RP editor.<br/> //Notes.........:<br/> RUN ReportEditor.exe<br/> <br/> RETURN<br/> <br/> Error returned;<br/> error XS0103: The name 'RUN' does n...
by Neale
Mon Nov 29, 2021 9:28 pm
Forum: Product
Topic: CopyDB() Method
Replies: 5
Views: 1684

CopyDB() Method

Hello Chris
Thanks for your help, I noticed in your example you deleted the associated .CDX file before calling CopyDB(), that solved the problem.
In 2.8a CopyDB() seemed to work without deleting the old .CDX.
All good and thanks again.

Neale
by Neale
Sat Nov 27, 2021 10:33 pm
Forum: Product
Topic: CopyDB() Method
Replies: 5
Views: 1684

CopyDB() Method

<t>Hello Chris<br/> Your example worked OK.<br/> Will check again and send an example later, a snippet of the code I am using CopyDB ;<br/> <br/> oArt3Server := DBServer{ SELF:cArt3Path + "Transact.DBF", FALSE }<br/> oArt3Server:CopyDB( SELF:cArt4Path + "Transact.DBF" )<br/> oArt3Server:Close()<br/>...
by Neale
Sat Nov 27, 2021 8:50 pm
Forum: Product
Topic: CopyDB() Method
Replies: 5
Views: 1684

CopyDB() Method

Hello

Since installing XSharp 2.9a Public version the CopyDB() method seems to hang on
large .DBF files ( 75k + records ) and other .DBF’s are copied with few and duplicated
records. Reinstalled 2.8a and all seems OK ?

Neale
by Neale
Tue Feb 16, 2021 8:38 pm
Forum: Product
Topic: VODBServer Editor in XIDE
Replies: 2
Views: 1452

VODBServer Editor in XIDE

Thanks for the info will edit CAVOFED.TPL, re duplicate methods I just have to use the editor make a small change and another of the same name is generated.
by Neale
Tue Feb 16, 2021 8:05 pm
Forum: Product
Topic: VODBServer Editor in XIDE
Replies: 2
Views: 1452

VODBServer Editor in XIDE

<t>Hello All<br/> The VODBServer Editor in XIDE seems to create ASSIGN'S that need to be modified, and also when any changes are made in the editor a duplicate method is created in the .prg , GetFieldInfo<fieldname>() which in turn generates duplicate method errors (I have copied theCAVODED.tpl to t...
by Neale
Sat Feb 13, 2021 8:05 pm
Forum: Product
Topic: .ini files
Replies: 16
Views: 3105

.ini files

Thank you Chris, all good.
by Neale
Sat Feb 13, 2021 5:14 pm
Forum: Product
Topic: .ini files
Replies: 16
Views: 3105

.ini files

IniFileSpec_Test is a XVIDE project using StdSDI as a framework, step through Function SetUpIni() and you will see the vars in the debug window, and the App_Paths.INI will be changed and updated. An empty App_Paths.INI is in IniFileSpec_Test directory.