<r>Hi all,<br/>
<br/>
do you remember thirty years ago. How did we print in Clipper. As I remember right<br/>
<CODE><s>[code]</s>Set Printer To LPT1:
? // New line
?? "In the same line"
? // "A second line"
?? CHR(12) // New page
<e>[/code]</e></CODE>
Later I realised that ? was translated to QOut ...
Search found 155 matches
- Thu Nov 09, 2017 8:50 pm
- Forum: Pearls
- Topic: Synfusion File Formats: Doc
- Replies: 9
- Views: 4640
- Thu Nov 09, 2017 12:32 pm
- Forum: Pearls
- Topic: Synfusion File Formats: Doc
- Replies: 9
- Views: 4640
Synfusion File Formats: Doc
<t>Hi Phil and Nick,<br/>
<br/>
you both are saying good things. The trick is how to bind to the 3rd party tools.<br/>
<br/>
The magic thing is: "Decouple the systems. Compile against interfaces, not to implementations.". Then we are less dependend on specific tools. Later this day I hope I can show ...
<br/>
you both are saying good things. The trick is how to bind to the 3rd party tools.<br/>
<br/>
The magic thing is: "Decouple the systems. Compile against interfaces, not to implementations.". Then we are less dependend on specific tools. Later this day I hope I can show ...
- Tue Nov 07, 2017 12:57 pm
- Forum: Pearls
- Topic: Synfusion File Formats: Doc
- Replies: 9
- Views: 4640
Synfusion File Formats: Doc
<t>Hi Phil et al,<br/>
<br/>
what do you expect? Working with this library or the process of registering, choosing the right package etc. to get and work with?<br/>
<br/>
At the end it is advertising for Syncfusion. Is this intended?<br/>
<br/>
What I did so far is mapping my simple or better to say ...
<br/>
what do you expect? Working with this library or the process of registering, choosing the right package etc. to get and work with?<br/>
<br/>
At the end it is advertising for Syncfusion. Is this intended?<br/>
<br/>
What I did so far is mapping my simple or better to say ...
- Mon Nov 06, 2017 8:34 pm
- Forum: Pearls
- Topic: Synfusion File Formats: Doc
- Replies: 9
- Views: 4640
Synfusion File Formats: Doc
<r>Hi all,<br/>
<br/>
Dick gave us an advice <URL url="https://www.xsharp.eu/forum/public-chit-chat/436-free-syncfusion-essential-studio-enterprise-edition-value-2000"><s>[url=https://www.xsharp.eu/forum/public-chit-chat/436-free-syncfusion-essential-studio-enterprise-edition-value-2000]</s>(Dick's ...
<br/>
Dick gave us an advice <URL url="https://www.xsharp.eu/forum/public-chit-chat/436-free-syncfusion-essential-studio-enterprise-edition-value-2000"><s>[url=https://www.xsharp.eu/forum/public-chit-chat/436-free-syncfusion-essential-studio-enterprise-edition-value-2000]</s>(Dick's ...
- Wed Oct 25, 2017 12:51 pm
- Forum: Chit-Chat
- Topic: Free Syncfusion Essential Studio Enterprise Edition (value $ 2000)
- Replies: 9
- Views: 3565
Free Syncfusion Essential Studio Enterprise Edition (value $ 2000)
Hi Dick,
thanks for this. I'm sure I will use it.
Frank
PS to Phil: Yes, I tried to make a million bucks a few times but failed alwasy
thanks for this. I'm sure I will use it.
Frank
PS to Phil: Yes, I tried to make a million bucks a few times but failed alwasy

- Wed Oct 18, 2017 12:43 pm
- Forum: Chit-Chat
- Topic: Windows 10 - Address Book and list printing (app?)
- Replies: 2
- Views: 2195
Windows 10 - Address Book and list printing (app?)
Hi,
this is what I found, not used oder downloaded. Did you try it?
http://www.geert.com/CardFile.htm
Frank
this is what I found, not used oder downloaded. Did you try it?
http://www.geert.com/CardFile.htm
Frank
- Tue Oct 10, 2017 8:30 pm
- Forum: Pearls
- Topic: How to link in one exe file
- Replies: 0
- Views: 2361
How to link in one exe file
<r>Hi all,<br/>
<br/>
some people, Horst for example, like to deliver only one exe file instead of a bunch of dll's.<br/>
<br/>
There is a little program that does this for us: ILMerge. I use it in a little batch file MergeMyProgram.bat that contains:<br/>
<CODE><s>[code]</s>del YourApp.LOG
"C ...
<br/>
some people, Horst for example, like to deliver only one exe file instead of a bunch of dll's.<br/>
<br/>
There is a little program that does this for us: ILMerge. I use it in a little batch file MergeMyProgram.bat that contains:<br/>
<CODE><s>[code]</s>del YourApp.LOG
"C ...
- Sat Sep 30, 2017 11:16 am
- Forum: Product
- Topic: Some warnings and error
- Replies: 88
- Views: 20832
Some warnings and error
<t>Hi Horst,<br/>
<br/>
I link the assemblies into one exe. Then there is no doubt where to find them.<br/>
The con under IIS is: the dll's are not shared resulting in more memory usuage, as I understand right.<br/>
<br/>
I'll send you an example when I'm back to my developing machine.<br/>
<br ...
<br/>
I link the assemblies into one exe. Then there is no doubt where to find them.<br/>
The con under IIS is: the dll's are not shared resulting in more memory usuage, as I understand right.<br/>
<br/>
I'll send you an example when I'm back to my developing machine.<br/>
<br ...
- Tue Sep 26, 2017 4:44 pm
- Forum: Product
- Topic: Some warnings and error
- Replies: 88
- Views: 20832
Some warnings and error
Horst,
set the /debug compiler switch. Then the compiler generates an additional .pdb file. This file includes the line numbers for the debugger.
Frank
set the /debug compiler switch. Then the compiler generates an additional .pdb file. This file includes the line numbers for the debugger.
Frank
- Sun Sep 24, 2017 4:31 pm
- Forum: Product
- Topic: How to find explanation
- Replies: 11
- Views: 4931
How to find explanation
<r>Hi Horst,<br/>
<br/>
above the example you find the type of form:<br/>
<br/>
Type: System.Collections.Specialized.NameValueCollection<br/>
<br/>
Follow the link. Now you are at<br/>
<br/>
<URL url="https://msdn.microsoft.com/de-de/library/system.collections.specialized.namevaluecollection%28v=vs ...
<br/>
above the example you find the type of form:<br/>
<br/>
Type: System.Collections.Specialized.NameValueCollection<br/>
<br/>
Follow the link. Now you are at<br/>
<br/>
<URL url="https://msdn.microsoft.com/de-de/library/system.collections.specialized.namevaluecollection%28v=vs ...