Happy new year to you all... Before we start baking the belgium waffles, we have updated The Magic Group Archive with messages until end of December 2005. You...
Thanks Jaymin, you're a champion. ... having ... this ... great. ... configured in ... chart ... Due to ... as ... and ... and ... jfreechart ... demonstrating...
Hi everybody, For data conversion from magic 5.7 to mssql I need magic 5.7 software. I don need its lock or any dongal etc. only copy of software. I have copy...
... right 'Messages:MGA (Magic Group Archive)' ) but here's the link too http://www.ng-sw.de/mg-wikka/MagicListMessages ... Frank, Een gelukkig Nieuwjaar voor...
Hi All, I have enhanced jMagic API to generate LineChart. Also, I have replaced the JMagicChart.zip and jMagicChartDemo.pdf with updated contents on JMagic...
Hi group, We are ussing magic 9 SP5d. I'm ussing de default SOAP SERVER for a call webs. and need to set i time-out on that. I tryed to set a time-out in a...
Hi group, We are ussing magic 9 SP5d. I'm ussing de default SOAP SERVER for a call webs. and need to set i time-out on that. I tryed to set a time-out in a...
We are a Magic shop developing and selling an accounting package for Wholesale / Distribution. Check us out at www.magic-info.com. We are currently in the...
Frank, The time-out of a webservice is set in the magic.ini The parameter is HTTPTimeout The default value of this parameter is 120 seconds. Happy new year ...
I'm Henry Dayrit. I like to know if you still need a magic programmer ? Im working in a software development in the Philippines using magic software for 8...
Dear All, Anyone have mgfox32.dll for Magic 8.3? If yes, could you mind send it to me? Thank you very much!! Best Regards, Oscar [Non-text portions of this...
Oscar Choi
oscar@...
Jan 3, 2006 2:40 am
100074
Hi Group, Having problems writing to Excel files via ODBC. I've got another (non-magic) application that can successfully insert rows in the spreadsheet. The...
Hi All, I have successfully enabled jMagic API to work Magic with JasperReports created using iReport (iReport is an openSource and Free visual report builder...
Hi Chris, I know the setting you are talking about but in the log is the respond time of more than 120 sec. several times accrued. I assumed that this setting...
Hi All, I forgot to mention very important feature of iReport that it supports Unicode and non Latin language (Russian, Chinese, Korean etc including ...
Hello, Happy new year to all of you. I want to publish a magic (v9.40 sp4c) application to my clients as a web service. As somebody experience this ? What are...
Does anyone know the secret handshake for using Magic's Find Text using Regualr Expressions? No documentation and everything I've tried doesn't work. Does it...
... Hi Ed, You can do this today without any problem. You need to export the program and then run the conversion utility with the -V10EXPORT key word. This...
Is there one? I seem to remember having to convert to ODBC, maybe with version 7? ... From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] On...
Hi Ken, I didn't test it exhaustively, but I think eDev10's expression matching uses the standard found at http://en.wikipedia.org/wiki/Regular_expression. ...
Andy, Thanks, but I am using 9.4 Does this still apply? Thanks, Ken ... From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] On Behalf Of Andy...
Hi Ed, The converter saves you having to fiddle around with ANY of the command line switches. It is rather trivial but saves a bit of hassle. It implements the...
Ken, Gee, I actually never noticed the "regular expression" checkbox in v9's Find Text dialog! I can't start eDev10 today as the license expired, but I bet it...
Example: I want to Find and Replace the HTMLS logical name in all Expressions (only for .mg file paths): %HTMLS%somefile.mg So, I am trying the following...
Andy, THANK YOU! Here is the expression I needed: \%HTMLS%.*\.mg GOT IT! Thanks Again, Ken ... From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com]...
Ken, Any time. But do note that your expression will also find the string '%HTMLS%somefile.mgx'. This issue raises again the somewhat disturbing observation...
DAMN! It replaces literal. I changed the FIND to: \%HTMLS%(.*)\.mg I tried the \1 reference in the replacement text: %MGFILES%\1\.mg But, I don't think it...