Click here to Skip to main content
15,867,568 members

Comments by Sascha Lefèvre (Top 200 by date)

Sascha Lefèvre 23-Nov-17 19:31pm View    
Do you mean that your messages appear with a text like "This message has been flagged as potential spam and is awaiting moderation" instead of your actual message? That's the automated spam filter of this site and at that point it doesn't mean anything but that a moderator will have to take a look at it and then decide whether it actually is spam or not. In the latter case your message will then be shown as you wrote it. I don't know how the automated spam filter exactly works but it looks like messages from members who haven't posted many messages yet are more likely to get flagged as spam. If this is what happens to you / to your messages: You're doing nothing wrong (as long as your messages actually aren't spam ;-) ) and it should get less frequent at some point - no need to worry.
Sascha Lefèvre 22-Nov-17 4:38am View    
Please don't post questions as solutions - use the button "Have a Question or Comment?" below the question instead.
Sascha Lefèvre 26-Oct-17 10:00am View    
Process.Start(@"C:\PROGRA~1\My App 4\Compare\app.exe"); will work regardless of spaces. Spaces are only a problem in your code because you use the path as an argument. Enclose it in double quotes, as I said and as Dave showed below.
Sascha Lefèvre 14-Oct-17 13:56pm View    
Have you tried inserting records into the tables with relations? As long as you don't have circular dependencies it's pretty straight forward - the only special thing to keep in mind is to insert records that are being referenced by others first.
Sascha Lefèvre 26-May-16 12:32pm View    
+5