Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

SMComponents · This is mailing list about components from Mike Shkolnik (SMReport Designer, SMExport, SMComponents suite, DIM, General etc).

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 6157 - 6186 of 6327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6157 Alexander Kardailsky
kardailsky Send Email
Jan 20, 2012
8:45 am
Hello Mike, Friday, January 20, 2012, 1:42:04 AM, you wrote: MS> thanks for file. Just a few minutes ago I sent to you the build where this problem fixed. ...
6158 Mike Shkolnik
mshkolnik Send Email
Jan 20, 2012
8:53 am
Hello, ... There was a problem with allocation of memory for very large set of strings, not a memory leaks. Also I rewrote the engine for xlsx and now the...
6159 Mike Shkolnik
mshkolnik Send Email
Jan 20, 2012
8:57 am
Forgot to add the note: I exported the first 1000000 records from your dataset to xlsx and Excel opened this file (takes 15 minutes to open there and 1 Gb...
6160 feridun takis
feriduntakis Send Email
Jan 22, 2012
2:37 pm
hi mike is it possible to send me the last release feridun ________________________________ Kimden: Mike Shkolnik <mshkolnik@...> Kime:...
6161 Alexander Kardailsky
kardailsky Send Email
Jan 22, 2012
2:37 pm
Hello Mike, ... MS> The recordsets with billions rows are not splitted automatically as I wrote in previous message. MS> You need define the RowsPerFile...
6162 Mike Shkolnik
mshkolnik Send Email
Jan 23, 2012
11:52 am
Hello, ... You may send the request to update@... Please include there any information about your order (tracking id or email address or password...
6163 Mike Shkolnik
mshkolnik Send Email
Jan 23, 2012
11:53 am
Hello, ... Fixed now too. Thanks With best regards, Mike Shkolnik http://www.scalabium.com...
6164 Walter Matte
mattewbm Send Email
Jan 23, 2012
2:59 pm
Importing a txt (CSV) file. Check 1st row is a header Header Row 1 Start Row 2 The Headings do not appear on the File Preview - like they do for Excel,...
6165 Leonardo Bidi
lbidi2002a Send Email
Feb 8, 2012
3:24 pm
Hi, Mike. I've downloaded the last version of smdbgrid and now when compiling it says that property "Colcount"; and "RowCount"; does not exist. I had to go back...
6166 Mike Shkolnik
mshkolnik Send Email
Feb 8, 2012
3:26 pm
Hello, these properties removed. Just ignore the warning in Delphi IDE when you open the form and save the dfm file. With best regards, Mike Shkolnik ...
6167 B
debois_b Send Email
Feb 15, 2012
10:08 pm
Greetings... I am unable to import Microsoft Excel 2010 files using either the demo XLSviewer project or the SMImportFromXLS component. However, the compiled...
6168 Mike Shkolnik
mshkolnik Send Email
Feb 15, 2012
10:09 pm
Hello, you need enable the SMI_USE_ZLIB directive in smi.inc file and recompile the SMImport package from sources Else the import from xlsx-files is disabled ...
6169 Graham Ritchie
ritchie_graham0 Send Email
Feb 16, 2012
7:50 am
Mike Scrolling through a grid (with "large" table), using the mouse wheel is really slow. Page up/down is fine, up/down arrows is fine; this is just for the...
6170 B
debois_b Send Email
Feb 16, 2012
3:27 pm
Hi Mike Doesn't removing the // in front of {$DEFINE SMI_USE_ZLIB}in smi.inc and recompling SMImportD2010.dpk enable the SMI_USE_ZLIB directive? Thanks Bob...
6171 Mike Shkolnik
mshkolnik Send Email
Feb 16, 2012
3:29 pm
Hello, ... To draw the column headers you need use the OnDrawColumnTitle event With best regards, Mike Shkolnik http://www.scalabium.com...
6172 Mike Shkolnik
mshkolnik Send Email
Feb 16, 2012
3:30 pm
Hello, ... Yes, it's enough. If you did it but not works anyway, just check if in search/browse path of Delphi IDE and/or your project you have the directory...
6173 Graham Ritchie
ritchie_graham0 Send Email
Feb 17, 2012
7:40 am
Mike, Sorry, I knew that OnDrawColumnTitle event is triggered, I would like to know what method / procedure / function to use to actually display /draw the...
6174 Mike Shkolnik
mshkolnik Send Email
Feb 17, 2012
9:05 pm
Hello, you may call the inherited DrawCell method. By default, this method is in protected section but you may use the next code: type ThackSMDBGrid =...
6175 Graham Ritchie
ritchie_graham0 Send Email
Feb 21, 2012
8:22 pm
Thank you for your reply, however when I used the sample code provided as a solution, my application got a 'Stack Overflow" error. Is there any other...
6176 steve_commandalkon
steve_comman... Send Email
Feb 27, 2012
10:18 pm
I used SMExport to export some data using the "MS SQL" format option. I can see the data if I open the xml file in notepad, but when I try to import it using...
6177 steve_commandalkon
steve_comman... Send Email
Feb 27, 2012
10:18 pm
When I export data to an XML file, I am unable to open the xml file using XML Notepad. I get the following error message. Error loading: B:\Data&#92;Test.xml '.',...
6178 steve_commandalkon
steve_comman... Send Email
Feb 28, 2012
7:55 am
When I import data from an XML file that was created using SMExport with the "IE" or "IE Compact" formats, text fields that include a space are being...
6179 steve_commandalkon
steve_comman... Send Email
Feb 28, 2012
7:55 am
When I use SMExport to create XML files and choose to use a text delimiter (which appears to be the default behavior when using the wizard), text values that...
6180 Mike Shkolnik
mshkolnik Send Email
Feb 28, 2012
8:01 am
Hello, do you use the standard QuoteTerm property for text qualifier? Or use the custom code in some event? I tried to reproduce this situation but all works...
6181 Mike Shkolnik
mshkolnik Send Email
Feb 28, 2012
8:03 am
Hello, your xml-file is not valid because string values for attributes must be quoted: <RECORD> <ROW CustomerID="Test001" Description="Test Customer 001" ...
6182 Mike Shkolnik
mshkolnik Send Email
Feb 28, 2012
8:04 am
Hello, do you use the Delphi XE or XE2? Please send to me privatelly (mshkolnik@...) the any sample of xml-file with this error. Seems like there is...
6183 Mike Shkolnik
mshkolnik Send Email
Feb 28, 2012
8:06 am
Hello, just define correctly the XMLTags property The xmlMSSQL format uses the another tag names and you need define these names in XMLTags property for...
6184 Steve Ayers
steve_comman... Send Email
Feb 28, 2012
4:25 pm
I am using the QuoteTerm property for the text qualifier. I cannot replicate the problem today, so please ignore. If I see the problem again, I'll dig deeper...
6185 steve_commandalkon
steve_comman... Send Email
Feb 28, 2012
8:15 pm
I am using C++ in RAD Studio XE. I discovered my problem - I was using Windows-1252 encoding instead of utf-8. Changing to utf-8 allows me to open the xml...
6186 steve_commandalkon
steve_comman... Send Email
Feb 29, 2012
4:06 pm
Correction: I cannot open the xml file in XML Notepad regardless of the encoding I choose. I opened the xml files in a hex editor and discovered that the BOM...
Messages 6157 - 6186 of 6327   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help