dhack Posted November 2, 2005 Share Posted November 2, 2005 I posted in the GUI section.. but here it is as well.. it works on my machine, thank God.. hopefully yours too.. open the MDB, and choose a form to export.. it creates a 'TEST.AU3' on the root of your drive and opens it with explorer.. please send ideas etc.. DamonFutot.zip Link to comment Share on other sites More sharing options...
ptrex Posted November 4, 2005 Share Posted November 4, 2005 @dhack Just tested your Access application. Real nice job !! As it seems Access could be used as a GUI builder application. Perfect, keep on going !! 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...
dhack Posted November 4, 2005 Author Share Posted November 4, 2005 Thanks!.. i really appreciate it.. here's another version that supports tabs, (right now the control creationcall is not recursive, so you can't create a tab inside of a tab).. once (God willing) i get recursive controlcreation done, you'll be able to embed controls inside controls inside controls, etc).. and of course, not ALLwidgets are supported-- yet.Damon@dhackJust tested your Access application. Real nice job !!As it seems Access could be used as a GUI builder application.Perfect, keep on going !!Futot.zip Link to comment Share on other sites More sharing options...
DaLiMan Posted November 8, 2005 Share Posted November 8, 2005 Hi dhack, This is pretty cool!!!! Now we can use Acces as a form builder......... BTW, it does not quite copy the form exactly as shown in the picture below. The outlining of the text in a textbox is not copied I quess...... Thanx. Link to comment Share on other sites More sharing options...
ptrex Posted November 8, 2005 Share Posted November 8, 2005 @dhack I just gave you a good rating, look at the stars coming up now !! But, I have been thinking how far this could go. Here's the story : When your script runs on any MDB (which it still not does, I tested this on Nwind.mdb), than we can use this to auto generate formsfrom any MDB file. The Forms data is now sent to a AU3 text file, which is OK. But together the data should also be written to a mdb table. This data can then be exported in whatever format Like CSV or XML. Can than be used to import into SQLite Db to auto generate forms with AutoIT, like we discussed before. Second main advantage of using your applications is that KODA form builder saves all the data in XML files. Access can import/Export XML files. This means if KODA stores the data in a XML format that Access can read, there will a interchange possible. Also you could export form in XML format that KODA could read. Great stuff !! PS : could you come back on why your script doesn't run on an other MDB ? 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...
dhack Posted November 8, 2005 Author Share Posted November 8, 2005 Thanks -- to both of you for the feedback--I gave it a break for a few days.. Not sure why it won't run on any mdb.. it doesn't support all controls yet,.. but I can mess with it more today-- the XML issue.. yeah.. i'll try to add an XML export for KODA.. i considered it before-- but it was just another in between that I didn't want to add,.. .. About the Data export-- yeah.. we totally could do CSV-- but I thought you wanted to go SQLite DB format.. and just use SQL to actually just add the data to the database : ie: "CREATE TABLE",, and then a bunch of"INSERT INTO" statements... anywho.. don't know if i address all questions.. thanks to both for you feedback.. i'll open it up again and try to get more moving..Damon@dhackI just gave you a good rating, look at the stars coming up now !!But, I have been thinking how far this could go.Here's the story :When your script runs on any MDB (which it still not does, I tested this on Nwind.mdb), than we can use this to auto generate formsfrom any MDB file. The Forms data is now sent to a AU3 text file, which is OK. But together the data should also be written to a mdb table. This data can then be exported in whatever format Like CSV or XML. Can than be used to import into SQLite Db to auto generate forms with AutoIT, like we discussed before.Second main advantage of using your applications is that KODA form builder saves all the data in XML files.Access can import/Export XML files. This means if KODA stores the data in a XML format that Access can read, there will a interchange possible.Also you could export form in XML format that KODA could read.Great stuff !!PS : could you come back on why your script doesn't run on an other MDB ?Thanks Link to comment Share on other sites More sharing options...
ptrex Posted November 9, 2005 Share Posted November 9, 2005 @dhack Thanks for the feedback. The questions I popped up, where just some thoughts and ideas. Some answers will come as you go of course. Can you tell me if your script run on the Nwind.mdb on your site ? 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...
ptrex Posted November 14, 2005 Share Posted November 14, 2005 @dhack Any news on this ? I am trying to migrate you Access VB script but no success yet. Did you try to run it on Nwind.mdb yet. Please let me know the status. 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...
Gene Posted November 14, 2005 Share Posted November 14, 2005 Thanks -- to both of you for the feedback--I gave it a break for a few days.. Not sure why it won't run on any mdb.. it doesn't support all controls yet,.. but I can mess with it more today-- the XML issue.. yeah.. i'll try to add an XML export for KODA.. i considered it before-- but it was just another in between that I didn't want to add,.. .. About the Data export-- yeah.. we totally could do CSV-- but I thought you wanted to go SQLite DB format.. and just use SQL to actually just add the data to the database : ie: "CREATE TABLE",, and then a bunch of"INSERT INTO" statements... anywho.. don't know if i address all questions.. thanks to both for you feedback.. i'll open it up again and try to get more moving..DamonHi evry time I have tried this it crashes and burns without even a message of any kind. What version aof Access are you using? [font="Verdana"]Thanks for the response.Gene[/font]Yes, I know the punctuation is not right... Link to comment Share on other sites More sharing options...
dhack Posted November 14, 2005 Author Share Posted November 14, 2005 sorry.. i've been a bit lazy lately.. i'll try to get an update posted by thursday 11/17/05DamonHi evry time I have tried this it crashes and burns without even a message of any kind. What version aof Access are you using? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now