Ciao Gian Ferruccio,
Could it be the anti virus program? Can you try it without to check? And can also try to rename the CDX file and see if it goes faster without indexes (which could point to many duplicate keys or very large fields in the index).
Dick
Search found 1390 matches
- Fri Sep 22, 2023 7:49 pm
- Forum: Forum Italiano
- Topic: problemi con Append()
- Replies: 6
- Views: 101
- Mon Sep 18, 2023 6:11 pm
- Forum: Product
- Topic: Visual Studio does not show (all) X# templates
- Replies: 1
- Views: 110
Visual Studio does not show (all) X# templates
I wanted to show a non X# user the basics of X#. When I let him search X# templates in the VS start screen he originally saw nothing (entering X#) unlike on my system but that was due to the fact he didn't check the .Net desktop development options. After doing that common options I see like X# Winf...
- Tue Aug 29, 2023 10:40 am
- Forum: Chit-Chat
- Topic: New site issues
- Replies: 15
- Views: 668
Re: New site issues
Hello Robert, For now, I have added a second module on the front page with "New Forum Messages". That seems to work indeed. Also the hamburger menu option to see all my posts (and some more new options) is very useful I noticed that I clicked quot on your reply but I didn't see the "F...
- Mon Aug 28, 2023 1:35 pm
- Forum: Chit-Chat
- Topic: New site issues
- Replies: 15
- Views: 668
Re: New site issues
Hello Robert, I am working on this. I reply here so I can see if the rest is working. What I don't see anymore is the "x messages, y new" in the summary. That was very useful to see what was actually new. Could be because of the conversion, although I'd expect then the system to show all a...
- Thu Aug 17, 2023 9:12 am
- Forum: Chit-Chat
- Topic: New site issues
- Replies: 15
- Views: 668
New site issues
<r>There are still a lot of thing not working in the current site. E.g.:<br/> <br/> 1 I often can not edit a post I posted earlier<br/> 2 A search often shows irrelevant or incorrect results. What I also saw once: I get many results and when I decide to check these page by page (it says 100's of res...
- Tue Aug 15, 2023 8:24 pm
- Forum: Forum Italiano
- Topic: Limite massimo di email per minuto
- Replies: 5
- Views: 201
Limite massimo di email per minuto
<t>Hello Danilo,<br/> <br/> Sure - that could mean spam and it's one of ways a webhosting company tries to prevent spam.<br/> <br/> There are 2 options:<br/> 1 Build in a waiting time between sending the mails. You may have to ask the provider how long that should be.<br/> 2 Ask them if you can incr...
- Wed Aug 09, 2023 8:35 pm
- Forum: Product
- Topic: How to translate this Invoke/Delegate
- Replies: 15
- Views: 426
How to translate this Invoke/Delegate
<r>Hello Chris, Wolfgang,<br/> <br/> Thanks for the directives. I will put a couple ToDo's in the code - hmm, I realize there is in rare cases something I like in VS <E>:)</E><br/> <br/> Also this has been the 2nd day that the program didn't crash after the Invokce addition. Could still have been ra...
- Mon Aug 07, 2023 8:37 pm
- Forum: Product
- Topic: How to translate this Invoke/Delegate
- Replies: 15
- Views: 426
How to translate this Invoke/Delegate
<r>Hello Chris, <QUOTE author="Chris post=27241 userid=313"><s>[quote="Chris post=27241 userid=313"]</s> <e>[/quote]</e></QUOTE> <br/> You are right. First a query is built based upon user choices to show e-mails. Then the query is executed + assigned to the DataGrid with the above code. The same c...
- Mon Aug 07, 2023 8:33 pm
- Forum: Product
- Topic: How to translate this Invoke/Delegate
- Replies: 15
- Views: 426
How to translate this Invoke/Delegate
<r><QUOTE author="wriedmann post=27242 userid=336"><s>[quote="wriedmann post=27242 userid=336"]</s>Hi Dick,<br/> may I suggest to newer use DataTables as Datasources to grids, but always ObservableCollection objects? That makes you much more flexible in the display of data, and when you are changing...
- Sat Aug 05, 2023 2:21 pm
- Forum: Product
- Topic: How to translate this Invoke/Delegate
- Replies: 15
- Views: 426
How to translate this Invoke/Delegate
<t>Hello Chris,<br/> <br/> Yes! The line works without the parameter;sorry I started with the wrong line. Thank you so much.<br/> <br/> In a while I will know if the paint problem is solved. If I really would not have an idea how to solve this. One would say that there must be more users using the ....