ptrex Posted November 17, 2005 Author Share Posted November 17, 2005 @RandallcLooking through your functions there seemedI agree with what blink314 says. The Excel UDF is a great tool, but it is to massasive. A much better way would be that you spilt the large UDF in small pieces per XLS function (or function group). Rather than loading the whole include in a script when you only need 1 subfunction of them all.@picassoThanks a lot !! I will test it today. I will also look at the links you provided.Did you have a change to look at the available C code examples on the SQLite hompage (I have put a link in the post in the developers are) ? I there something that a C programmer could pick up easily to create a dll to be used as plug in .@blink314I am doing an importThe SQLite comes along wiht a command line tool that handles import of data. I haven' t tried it yet but it might be worth looking in to that if you need to import large amount of data.PS: I will update the TO DO list. Remove the Bugs and add more kind of FIXES. Rather than bugs there are here and there some small changes to do, to get it all correct. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
randallc Posted November 17, 2005 Share Posted November 17, 2005 (edited) @ptrex;Yes, I know, now! - not when I started, very green!See in my first few lines;; Version: Please note; this is provided "as is" and was only intended as a "stop-gap"; Version: It needs major re-writing, even from what I know, and errors are a problem; good luck!It seems to work OK for me on many machines and setups, and most functions (not all!) work on office97 too.I had hoped to encourage someone who could program better to do it better!I am thinking of renaming it; I imagine your idiosyncrasy with errors is becuse you have OfficeXP?; I'll call it "Excel2003com.au3", and maybe not have any error complaints!Best, Randall Edited November 17, 2005 by randallc ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
ptrex Posted November 17, 2005 Author Share Posted November 17, 2005 @Randallc Please don' t take my comments to personaly. I am only making comment in order to improve. "Life is a continous circle of improvemt" you know ? At least I hope !! Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
ptrex Posted November 17, 2005 Author Share Posted November 17, 2005 @blink314 I have updated the Bugs/Fixes and Features list after some more testing. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
ptrex Posted November 17, 2005 Author Share Posted November 17, 2005 (edited) @blink314Found a work around for the Excel COM jumping problem.GUISetState(@SW_SHOW, $Main)GUICtrlSetState($ExcelLV,$GUI_FOCUS)MouseClick("Left")Add these 2 line to the code and the problem is gone.What it does is clicks in the Excel COM when opening the GUI. I will close the Bug. Edited November 17, 2005 by ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
randallc Posted November 17, 2005 Share Posted November 17, 2005 @ptrex, I was not being offended! -just hoping you would take the hint and rewrite Excelcom for me! - it is tortuous for me, cause I'm so slow. Best, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
ptrex Posted November 17, 2005 Author Share Posted November 17, 2005 @randallc I would like to but time is my anemy too. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
ptrex Posted November 17, 2005 Author Share Posted November 17, 2005 @blink314 GUISetState(@SW_SHOW, $Main) $tmp = WinGetPos($GUIText) MouseClick("left", $tmp[0] + 275, $tmp[1] + 30,1,1); Clicks in the first cell of Object GUICtrlCreateObj($ExcelLV,265,1,730,415) This solution for kjactive is even better, than my previous one. Give it a try. Could you upload a more recent version, including this change. So I can do some more testing. Thanks Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
jpm Posted November 17, 2005 Share Posted November 17, 2005 I will be with you as soon that the ExcelCom.au3 works with Office XP. Keep going you good work Link to comment Share on other sites More sharing options...
blink314 Posted November 17, 2005 Share Posted November 17, 2005 ptrex what line are you putting that on? I'm doing some other updates, I'll get a new version in a little while. Kevin Link to comment Share on other sites More sharing options...
ptrex Posted November 17, 2005 Author Share Posted November 17, 2005 @blin314 At about line 320 only the 2 line added. @jpm It works on Office XP. because I work with Office XP. The only thing you need to do is. Uncomment the lines like here at 1567 $ExcelLV = ObjCreate("OWC10.spreadsheet"); Office XP If not IsObj($ExcelLV) Then $ExcelLV = ObjCreate("OWC9.spreadsheet"); Office 2000 EndIf if not isobj($ExcelLV) then $ExcelLV = ObjCreate("OWC11.spreadsheet"); Office 2003 EndIf And comment the line at 1584 ;.ViewOnlyMode = True Have a go. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
blink314 Posted November 17, 2005 Share Posted November 17, 2005 @jpm: are you talking about ExcelCom or the database program? The database program does NOT use the excelcom udf. If you are talking about using the database, follow ptrex's intructions. If not, could you clarify? Kevin Link to comment Share on other sites More sharing options...
ptrex Posted November 17, 2005 Author Share Posted November 17, 2005 @blink314 Could you perhaps do the uncommenting of the lines in your next upload. So that more people can start using it, other than Office 2003 users. This will help getting more test users on the road. Thanks Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
blink314 Posted November 17, 2005 Share Posted November 17, 2005 Yes, just remember that you will have to click through com errors when opening. Kevin Link to comment Share on other sites More sharing options...
jpm Posted November 17, 2005 Share Posted November 17, 2005 @jpm: are you talking about ExcelCom or the database program? The database program does NOT use the excelcom udf. If you are talking about using the database, follow ptrex's intructions. If not, could you clarify? Kevinin the #156 post you have e reference to ExcelCom.au3. I was thinking it was the problem until I just found out the the OWC11 is still my problem for Office XP. changing to OWC10 just show an error at the statrtup on the .ViewOnlyMode = True settingYou can certainly manage to switch to the right OWCxx reading some key registry.Keep going the good work Link to comment Share on other sites More sharing options...
ptrex Posted November 17, 2005 Author Share Posted November 17, 2005 @jpm If you (un)comment the lines as mentioned in Post #171, than everything should work for all versions of Office. But reading the registry, is indead an option to up in the final Version. PS: if you like the SQLite project you might want to give it a 5 star rating (for Kevin) Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
blink314 Posted November 17, 2005 Share Posted November 17, 2005 If anything it would be an ini file... I keep registry editing on work computers to a minimum! Kevin Link to comment Share on other sites More sharing options...
blink314 Posted November 17, 2005 Share Posted November 17, 2005 New version. - Excel object jumpiness fixed (I dont like the fix, it tends to select cells, but it solves the problem!). - Import from excel. If importing into existing table you are responsible for assuring the number of columns match. Only the first n columns will be imported from the excel file (where n is the number of table columns). - Status line for reading/importing large numbers of records. This will eventually be used by other functions as well. - Open "" no longer creates empty database file. - Uncommented the Office Object stuff so others dont have to... this may be "unfixed" in future versions because I am going to recomment the lines... I'll try to remember but cant promise. KevinDatabase_1.au3 Link to comment Share on other sites More sharing options...
jpm Posted November 17, 2005 Share Posted November 17, 2005 If anything it would be an ini file... I keep registry editing on work computers to a minimum! KevinIt is not a question of editing the registry but just reading. .ini can be wrong with what is really installed.func _GUICtrlCreateListViewEnhanced($col_names, $x_pos,$y_pos,$width,$height) if RegRead("HKCR\OWC9.spreadsheet","") then $ExcelLV = ObjCreate("OWC9.spreadsheet") if RegRead("HKCR\OWC10.spreadsheet","") then $ExcelLV = ObjCreate("OWC10.spreadsheet") if RegRead("HKCR\OWC11.spreadsheet","") then $ExcelLV = ObjCreate("OWC11.spreadsheet") Link to comment Share on other sites More sharing options...
blink314 Posted November 17, 2005 Share Posted November 17, 2005 (edited) I'll give it a try... Kevin Seems to work... make note that Office 2000 does not appear to have a spreadsheet control (from what I've read) so OWC9.spreadsheet is pretty meaningless. Edited November 17, 2005 by blink314 Link to comment Share on other sites More sharing options...
Recommended Posts