Hello In my App. i use the SMDBGrid and everything works fine. Now i would like to show an the side from the Grid a Row with numbers. I use the eoRowNumbe and...
Hello, the SMDBgrid uses the RecNo property when eoRowNumber flag is in ExOptions You may create the calculated field (returns the Dataset.VisibleRecno there)...
Hi Mike thanks for your fast answer. Just found out that Fibplus Dataset has a Option: VisibleRecnoToRecno >>Returns the real position of record in dataset by...
Hello, the DBGrid displays the rows from linked dataset. If you need the fixed number of rows, just add these 10 records in your dataset With best regards,...
I sent you e-mail yesterday regarding a problem I am having with SMImport, but am sending to the groups, as the problem may be of general interest. Using the ...
I have found that when importing from an XLSX file, the columns formatted as Date are imported as numeric date values, not as date strings; when from XLS ...
Hi to terminate my school project i found a problem: i have a query with the following fields idStudent, Name, Birth I want to know which Students(rows) are...
Hello, see the sample code for selected rows in FAQ: ******************************************************* Delphi tip#43: to navigate by selected rows in...
I've some strange issues with SMImport (v2.73) in my D7 to XE2 converted project. If I use the wizard in my application and it want's to save the file. It...
yup, I had, but I removed this and still had the same weird behavior. But see my other post send to you. I think the chars at the bottom of the file are the...
Hi i need to compile my (school) project both in x32 and x64, but i get errors in the smcomponents. how could i solve this Thank's in advance Marco Branco...
Hi if Windows Live Mail 2011 is default email client, TMAPIEmail.Send calls MAPI error 2. Is it possible to send email by this Simple MAPI component in Windows...
Hello, thanks very much, but I tried it whithout any effect. The error occurs in SendMail.pas at line 238, StrDefaultProfile is 'Outlook39; but Default Email...
I am using SMImport 2.73, but cannot import XLSX files. XLS files work fine. I have enabled {$DEFINE SMI_USE_ZLIB}, but that didn't fix the problem. Is there...
I noticed different behavior between calling TSMIWizardDlg.Execute and TSMIWizardDlg.ExecuteWithoutDlg when an exception is raised during the import. When...
Hello, check the search/browse path in Delphi IDE and your project. Because maybe the old units used instead sources with enabled directive. PS: did you...
Hello, The status dialog is not closed only if soAutoCloseStatistic flag included in Options property. Maybe in wizard you load the specification file where...
I have made sure I only have one smi.inc on my pc and have recompiled the SMImport package as well as my application and I still get the same problem. After I...
I already have the soAutoCloseStatistic option included. I checked at run time and it is still there during Prepare is executed. The problem occurs when an...