Hello, ... Just set the AddTitle property in True ... Do you mean the native import from ElevateDB? The ElevateDB have the closed file format as I remember....
6098
Chuck Herndon
chuck@...
Jun 24, 2011 2:57 am
Mike, Can a SMexport component export to a mySQL database? - Chuck chuck@... Web site: http://www.homeplansoftware.com...
6099
Mike
mshkolnik
Jun 24, 2011 6:40 am
Hello, ... You may use the TSMExportToADO component and link to your MySQL database via ADO/ODBC provider With best regards, Mike Shkolnik ...
6100
iReshi Mahendra
reshi.mahendra
Jul 10, 2011 9:32 am
Hello Mike, Can you help me on how to use inplace editor on the smdbgrid? I have an integer fieldtype ranged from 0 to 9,and i want to display it on the grid...
6101
Mike
mshkolnik
Jul 10, 2011 9:35 am
Hello, you need add the new column in grid using the TSMDBProgressColumn.Create method. The TSMDBProgressColumn class have the Min and Max properties and you...
6102
iReshi Mahendra
reshi.mahendra
Jul 10, 2011 6:34 pm
Hi Mike, Thank you for your reply. I still confuse what to use/add in the progressbar create procedure's parameter (the TCollection parameter). Appreciate if...
6103
Mike
mshkolnik
Jul 10, 2011 6:38 pm
yourCol := TSMDBProgressColumn.Create(yourSMDBGrid.Columns); yourCol.FieldName := 'yourFieldName'; yourCol.Min := 0; yourCol.Max := 9; With best regards, Mike...
6104
Reshi Mahendra
reshi.mahendra@...
Jul 11, 2011 10:42 am
Hi Make, Thank you for your prompt reply. It work greats now. Regards, Reshi Mahendra Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT ... From: "Mike"...
6105
cybergen81
Aug 15, 2011 1:56 pm
Greetings ... currently i am evaluating the Import-Suite.I noticed that the Outlook-Import doesnt work ?! I've used the following code to Test if outlook works...
6106
Mike
mshkolnik
Aug 15, 2011 2:50 pm
Hello, what version of MS Outlook do you use? I tested this demo just now and it works for me with Outlook 2002, 2003 and 2007 With best regards, Mike Shkolnik...
6107
ingo_ostermann
Aug 19, 2011 6:46 am
Hi Mike, I've seen this problem today on a pc with Excel 2002. Is it fixed or not? Cheers Ingo...
6108
Leonardo Bidi
lbidi2002a
Aug 19, 2011 8:14 pm
Hi, Mike. Greetings. I need to print some records of a grid, but only those selected with the multi select option Is there a way to "filter" only these...
6109
Mike
mshkolnik
Aug 19, 2011 8:23 pm
Hello, did you see the date of original message? Of course, from 2003 the bug is fixed. You may define any custom date format using...
6110
Mike
mshkolnik
Aug 19, 2011 8:25 pm
Hello, if you want to filter the dataset, you need add some new boolean field and fill this field (True if record selected in grid) But generally most report...
6111
Reshi
reshi.mahendra
Sep 1, 2011 10:09 am
Dear Members, Good day. I tried to install SMDBGrid (grid only) on Lazarus 0.9.30(Win32) and got many error. I wonder if the Lazarus version are available....
6112
Mike Shkolnik
mshkolnik
Sep 1, 2011 10:10 am
Hello, ... Not exist With best regards, Mike Shkolnik http://www.scalabium.com...
6113
Reshi Mahendra
reshi.mahendra@...
Sep 1, 2011 11:36 am
Dear Mike, Thank you for the info Mike. Best regards, R. Mahendra Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT ... From: "Mike Shkolnik"...
6114
Roy Lambert
nlhassociates
Sep 6, 2011 3:13 pm
Mike What's the licence position on this unit Roy Lambert...
6115
Mike Shkolnik
mshkolnik
Sep 6, 2011 7:00 pm
Hello, in this unit you may find two or three functions to draw the transparent bitmaps and gradient. Nothing more there. The original code for these functions...
6116
Mike Shkolnik
mshkolnik
Sep 9, 2011 8:45 pm
Hello, on our site we published the new versions for VCL components with RAD Studio XE2 support The new trial packages uploaded and now they are available for...
6117
Glenn Crouch
esbglenn
Sep 11, 2011 6:46 pm
How do registered owners go about getting them? Glenn Crouch, mailto:glenn@... ESB Consultancy, http://www.esbconsult.com Follow us on Twitter:...
6118
Mike Shkolnik
mshkolnik
Sep 11, 2011 6:47 pm
Hello, ... Just send the message to update@... and include there any reg.information (order number or tracking id or password etc) With best regards,...
I am seeing some primary key violation errors because empty strings are being treated as NULLS. I am using SMImport to import data from a text file into SQL...
6121
Mike Shkolnik
mshkolnik
Sep 24, 2011 7:12 pm
Hello, you may: 1. in BeforePost event for your dataset replace the NULL value with empty string: with Dataset.FieldByName('yourField') do if IsNull then Value...
6122
Alexander Kardailsky
kardailsky
Sep 25, 2011 6:16 pm
Hello SMComponents, I have a problem when do a export of dataset to XLS file. If field have more than 255 chars it's cut to 255. This is because of using ...
6123
Mike Shkolnik
mshkolnik
Sep 25, 2011 6:50 pm
Hello, ... Not. The .xls-file is the old spreadsheet file or workbook (a few sheets in same file). The SMExport supports the spreadsheet file format and in...
6124
Steve Ayers
steve_comman...
Sep 27, 2011 7:56 am
Thanks for the help. I do not see a BeforePost event for TSMIWizardDlg, so I tried the OnGetCellParams event handler as you suggested. I now get "Non-nullable...
6125
Mike Shkolnik
mshkolnik
Sep 27, 2011 11:15 am
Hello, ... I wrote about event for your dataset, not for import component ... Usually the TDataset will send to db-server the NULL value for empty string. Just...
6126
Steve Ayers
steve_comman...
Sep 27, 2011 2:00 pm
Thanks for the help. From: SMComponents@yahoogroups.com [mailto:SMComponents@yahoogroups.com] On Behalf Of Mike Shkolnik Sent: Tuesday, September 27, 2011...