Cannot export an ms access form.
- FarmingH
- Autor
- Offline
- Beiträge: 3
- Dank erhalten: 0
FarmingH erstellte das Thema Cannot export an ms access form.
I created an access project. Exported all of the objects and then recreated a new msaccess database from the Oasis files and found that at least two forms were missing so I imported them into the database and tried to export them to Oasis. It failed with the following error message
Error-Action not completed
I have compiled the database and the forms open properly.
Has anyone else had this problem.
Other than this the program seems to be very good.
Dennis
Error-Action not completed
I have compiled the database and the forms open properly.
Has anyone else had this problem.
Other than this the program seems to be very good.
Dennis
Bitte Anmelden um der Konversation beizutreten.
- GillesB
- Offline
GillesB antwortete auf das Thema: Cannot export an ms access form.
Did you try to export the forms "by hand"?
=> Application.SaveAsText acForm, "formname", "C:\Temp\filename.txt"
OASIS does nothing else internally.
Kind regards
Bernd
=> Application.SaveAsText acForm, "formname", "C:\Temp\filename.txt"
OASIS does nothing else internally.
Kind regards
Bernd
Bitte Anmelden um der Konversation beizutreten.
- FarmingH
- Autor
- Offline
- Beiträge: 3
- Dank erhalten: 0
FarmingH antwortete auf das Thema: Cannot export an ms access form.
Thank you Bernd for your prompt reply.,
Yes that worked however the file that was exported was exported is 42MB in size. Most of it is made up of what appears to be hexadecimal numbers. Such as;
Name ="PTree"
OleData = Begin
0x00c45200d0cf11e0a1b11ae1000000000000000000000000000000003e000300 ,
0xfeff090006000000000000000000000054000000020000000000000000100000 ,
0x1200000001000000feffffff0000000003000000060000000700000008000000 ,
0x090000000a000000010300008103000001040000810400000105000081050000 ,
0x110000001b2900001d2900001e2900001f290000202900002129000022290000 ,
This goes on for pages. It is from a MSComctlLib.TreeView procedure. I can't seem to set it to nothing when I close the form.
Regards
Dennis
Yes that worked however the file that was exported was exported is 42MB in size. Most of it is made up of what appears to be hexadecimal numbers. Such as;
Name ="PTree"
OleData = Begin
0x00c45200d0cf11e0a1b11ae1000000000000000000000000000000003e000300 ,
0xfeff090006000000000000000000000054000000020000000000000000100000 ,
0x1200000001000000feffffff0000000003000000060000000700000008000000 ,
0x090000000a000000010300008103000001040000810400000105000081050000 ,
0x110000001b2900001d2900001e2900001f290000202900002129000022290000 ,
This goes on for pages. It is from a MSComctlLib.TreeView procedure. I can't seem to set it to nothing when I close the form.
Regards
Dennis
Bitte Anmelden um der Konversation beizutreten.
- FarmingH
- Autor
- Offline
- Beiträge: 3
- Dank erhalten: 0
- GillesB
- Offline
GillesB antwortete auf das Thema: Cannot export an ms access form.
Hi Dennis,
I will try to fix it.
Could you please provide me a database that only contains this form?
Send it to: Diese E-Mail-Adresse ist vor Spambots geschützt! Zur Anzeige muss JavaScript eingeschaltet sein!
Regards
Bernd
I will try to fix it.
Could you please provide me a database that only contains this form?
Send it to: Diese E-Mail-Adresse ist vor Spambots geschützt! Zur Anzeige muss JavaScript eingeschaltet sein!
Regards
Bernd
Bitte Anmelden um der Konversation beizutreten.