Search found 104 matches

by Anne
April 28th, 2021, 3:25 am
Forum: Other
Topic: Problems with upgrading to 7.6
Replies: 13
Views: 6629

Re: Problems with upgrading to 7.6

Thanks yet another time, Greg. Didn't work, so I guess I'll just use my old laptop for the old apps until suddenly one day the issue is magically resolved by itself - or I'm done with all my old apps.. :lol: (No big deal: My office is filled with old laptops, so I can live with that.. I'll keep you ...
by Anne
April 27th, 2021, 3:44 am
Forum: Other
Topic: Problems with upgrading to 7.6
Replies: 13
Views: 6629

Re: Problems with upgrading to 7.6

Thanks again. Tried the view("https://www.census.gov"); in a non-capi app, and it worked perfectly, so it seems we've narrowed it down to not being a WebView2 problem. I've done some more testing, and it seems totally unpredictable what happens: made a new CAPI app. It worked ran the good ...
by Anne
April 26th, 2021, 4:24 am
Forum: Other
Topic: Problems with upgrading to 7.6
Replies: 13
Views: 6629

Re: Problems with upgrading to 7.6

Thank you, Greg. Tried the non-CAPI application, and that worked fine, so I guess you're right about what parts don't work. But installing WebView2 as you suggested did not help. I have a lot of weird stuff running on my computer including some .NET and ASP.NET programs (Windows server hosting, .NET...
by Anne
April 23rd, 2021, 6:58 am
Forum: Other
Topic: Problems with upgrading to 7.6
Replies: 13
Views: 6629

Re: Problems with upgrading to 7.6

It wasn't virus/windows defender after all: It seems all applications I made in CSPro 7.5 crashes if I try to run them using CSPro 7.6 - even the small, simple testingPffObject that I attached to the first post in this thread. And right now I tried making a new application using the same dictionary ...
by Anne
April 19th, 2021, 4:55 am
Forum: Other
Topic: Problems with upgrading to 7.6
Replies: 13
Views: 6629

Re: Problems with upgrading to 7.6

Found out what the problem was: I had a virus on the computer and Windows defender made the CSBatch.exe file disappear until I restored it.

Now it work! Thanks for the help anyway, and sorry to have bothered you..
by Anne
April 15th, 2021, 8:47 am
Forum: Other
Topic: Problems with upgrading to 7.6
Replies: 13
Views: 6629

Problems with upgrading to 7.6

Hi, I was finally going to upgrade to version 7.6 today, but I encountered problems: All of my old applications crash without a word of complaint if I try to run them. I have tried to uninstall all versions of CSPro, make sure there's no cspro folders in c:\program files (x86),  reinstall version 7....
by Anne
February 11th, 2021, 9:57 am
Forum: Entry
Topic: regex matching "?
Replies: 3
Views: 2298

Re: regex matching "?

Thank you Josh, As I really didn't feel like working with the things I should have done, I came up with the perfect regex for this task: '(^|\t)"[^"]*\t[^"]*"(\t|$)' (interpretation: (^|\t) = start of line or tab "[^"]* = a " followed by random number of random non...
by Anne
February 11th, 2021, 5:06 am
Forum: Entry
Topic: regex matching "?
Replies: 3
Views: 2298

Re: regex matching "?

After twisting my brains about this, I did find a solution to the problem: I know that if there are quotes in the line I'm reading, I know it is because there is a tab (or a line break) in the quoted string, hence I don't need the regex.. But I'm still curious about how it could be done using regex....
by Anne
February 11th, 2021, 4:11 am
Forum: Entry
Topic: regex matching "?
Replies: 3
Views: 2298

regex matching "?

Hi, I'm reading tab separated files of not perfect quality: There are some times a tab within a column like this: "This is a column containing a tab <tab> blahblah" And in these cases, the field is always enclosed with double quotes so it should be easy to find the problem using this regex...
by Anne
December 18th, 2020, 10:48 am
Forum: Entry
Topic: "Record too long"???
Replies: 2
Views: 1747

Re: "Record too long"???

Ah! I just saw the other post about the current bug with numbers with many digits.. So I assume that is my problem!

If so: Sorry for posting :oops:

Anyway: Holding my breath for the fix and merry Christmas to all of you!