Search found 43 matches

by leighproman
Thu Mar 16, 2023 12:20 pm
Forum: 3rd party products
Topic: The future of ReportPro
Replies: 54
Views: 16465

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. [ ] DBFs [X]Temporary DBFs [ ] SQL<br/> 4. Approximately how many installations of RP2 you have [ ] 0-100 [X] 101 - 1000 [ ] > 1000<br/> 5. Approximately how many people will use RP in your company [X] 1 ...
by leighproman
Mon Jan 31, 2022 10:24 am
Forum: Product
Topic: windows form with custom controls - duplicate declaration of member errors
Replies: 5
Views: 1718

windows form with custom controls - duplicate declaration of member errors

Just a quick follow-up to say thanks to Chris and Robert for having this issue investigated, diagnosed and patched by Monday morning!
by leighproman
Fri Jan 28, 2022 8:12 pm
Forum: Product
Topic: windows form with custom controls - duplicate declaration of member errors
Replies: 5
Views: 1718

windows form with custom controls - duplicate declaration of member errors

Hi Chris

I've had issues like this before and even after removing the obvious surplus code from the designer I still have problems this time.

Have emailed you a much simpler example with a single custom control on it.

Leigh
by leighproman
Fri Jan 28, 2022 4:00 pm
Forum: Product
Topic: windows form with custom controls - duplicate declaration of member errors
Replies: 5
Views: 1718

windows form with custom controls - duplicate declaration of member errors

Trying to open some Windows Forms for the first time since going to X# 2.10 and getting lots of "Duplicate declaration of member '...'" errors.
All seem to relate to custom controls.
Any ideas where to start looking?
Thanks
by leighproman
Fri Jan 28, 2022 9:41 am
Forum: Product
Topic: VS2019 / X# 2.10 variable highlight colour
Replies: 1
Views: 1326

VS2019 / X# 2.10 variable highlight colour

I like how when I click on a variable name in the code editor it now it instantly highlights all the other occurences.
Is it possible to change the colour of the highlight?
If so, which of the 100s of customised ones available is it?
Thanks
Leigh
by leighproman
Fri Oct 15, 2021 2:44 pm
Forum: Product
Topic: Lost another big piece of code
Replies: 36
Views: 6031

Lost another big piece of code

<t>The newly generated event code is always added to the end of the generated code (as you can see in the screenshots)<br/> I usually just cut and paste it to another prg containing a partial class of the same window.<br/> Once there it doesn't get touched if I modify the window.<br/> The window in ...
by leighproman
Fri Oct 15, 2021 11:46 am
Forum: Product
Topic: Lost another big piece of code
Replies: 36
Views: 6031

Lost another big piece of code

<r>Tried it again the other way around and yes it deleted the DocumentCompleted method and replaced with the blank DocumentNavigated method.<br/> <br/> So sequence was:<br/> Open the code-behind prg<br/> Comment out the lines in the event method<br/> Save the changes<br/> Leave the code page open<br ...
by leighproman
Fri Oct 15, 2021 11:45 am
Forum: Product
Topic: Lost another big piece of code
Replies: 36
Views: 6031

Lost another big piece of code

<t>Tried it again the other way around and yes it deleted the DocumentCompleted method and replaced with the blank DocumentNavigated method.<br/> <br/> So sequence was:<br/> Open the code-behind prg<br/> Comment out the lines in the event method<br/> Save the changes<br/> Leave the code page open<br ...
by leighproman
Fri Oct 15, 2021 8:04 am
Forum: Product
Topic: Lost another big piece of code
Replies: 36
Views: 6031

Lost another big piece of code

<t>Something I noticed today which is similar.<br/> I normally move all my own Windows Forms related code to a separate prg.<br/> Today I was making a change to a simple form with a webbrowser control on it where I didn't separate the code.<br/> Yesterday I'd added a DocumentNavigated event with 3 ...
by leighproman
Thu Jul 09, 2020 2:49 pm
Forum: Product
Topic: ChildWinForm and QueryClose
Replies: 5
Views: 1848

ChildWinForm and QueryClose

Hi Chris
I went for the "neat" option and I have it all working now.
Thanks again for your help.
Leigh