Unfortunately, I am still getting that darned messge, no matter what we do.
As there also another DLL referenced inside this small project, we have taken out of the equation that additional DLL (it...
Type: Posts; User: Yannis
Unfortunately, I am still getting that darned messge, no matter what we do.
As there also another DLL referenced inside this small project, we have taken out of the equation that additional DLL (it...
Thank you Frank, I will follow your steps and code the project in C# from scratch, as per Michael's article.
Thank you Frank.
I revisited the code of the project (DLL) made for me, the only thing that seemed to be missing from Michael's article, was the InterfaceType declaration. I added it, got a new DLL,...
Hello,
I have a simple DLL which was created for me with Microsoft Studio, which is supposed to send to the Greek IRS, a VAT number, and the IRS returns an object which then needs to be parsed, to...
I understand Bob, thank you for the additional info, always appreciated.
OK, things are actually simpler than that.
I discovered that the code for the Request_Save_No_Clear I added in the cCJMenuItemClasses.pkg, was actually entered twice, with the 1st instance (probably...
Garret,
The truth is that I tried setting it to false in the code of the cj pkg, and it didn't work.
But because of the location of that code, perhaps indeed the right place would be in the...
I have searched for this but I haven't found anything related.
I am trying to add a Save_No_Clear button to a Ribbon toolbar, through the cCJMenuItemClasses.pkg, but while it does save the record's...
Hello Vincent,
Yes, we have thought moving to Dataflex Reports, but the lack of compatibility or any quick way to port the existing ones from Crystal to Dataflex has been a negative factor towards...
Yeah, I guess you're right, but still always on our toes, decades after, waiting to see after each windows update, f things that were working yesterday, will still be working today.
But yes, in any...
Hey Adri,
Thanks for the feedback, another thing to have in mind :rolleyes:
Microsoft will never make our lives easier...
Thank you Garret for jumping in.
Actually, from the moment I posted the message, I also did some search to see if there are other forums where that kind of delay was mentionned.
I found some...
Hello,
I did a small addition of a text field (with an additional Bank Account) on a client's Invoice report, and right after that change, the reports needs over 2 and a half minutes to load in the...
Thanks Garret, quite helpful.
I hope to try both solutions tomorrow and report back, just for the 'fun' of comparing the time needed.
Thank you Garret and Samuel for the suggestions.
I have the files on an SQL server, so I guess achieving the constraint needed through a query (I think I read this somewhere) seems to be the way to...
Hello,
I have two files, FileA and FileB, which is related to FileA via an ID.
Then I have a selection list with FileB as main DD (Not constrained to FileA), however, in that list, I would like to...
Thank you Hans, sorry for the delay getting back to you, I was off for some days.
I tried that, in different 'spots' (Create, End-Construct...) but nothing I do seems to be able to get rid of that...
Hello Denis, yes, it is a cSigCJRibbonBar
Thank you Bob, it made sense that the issue is leaning towards the drivers, I opened a ticket with them.
On a VDF19.1 workspace upgraded today to use Mertech's drivers v17.0 Classic Edition, the database explorer has stopped opening any file from the filelist, giving the same error: - No Error Text:...
Hello,
I am using a ribbon bar which shows some kind of additional line just below the tabs. This is annoying as it 'eats up' valuable space, but I haven't been able to remove it.
It is the area...
No Garret, nothing, new view, no custom classes, no code whatsoever.
But it is part of a project whihc did give me troubles with an sl not activating, and I think the common component is the ribbon...
Definitely not with that name, this is why I used the list from the help to try and figure out what is going on.
Hello Garret,
Yes the code is actually outside the DD, when I said "in the DD" I meant in the file.DD, but the code is indeed above the DataDictionary declaration.
Hello,
I am using a DescriptionValidationTable in a datadictionary, bound to a field in a table.
In a clean view using this table, created with the wizard, I have a combo for this field, but when I...