module not found error in Access 2007 - forms

I have a database and I was working on it this morning. I created a filter form for a table which just takes parameters and when you click submit on this form, it checks for those fields in the where clause of the report. Anyway, I did this in Access 2013 and it worked fine. My colleague tried to run it in Access 2007 and it gives an error saying "Module not found" and takes me to the VB code in debug mode. I thought something went wrong with the database and I checked it on my computer and it is working fine. It just doesn't run on his computer. What can be the problem? and how can I solve it?

I don't have Access 2013, but I assume that you need to enable the content, as we do in 2010. When the file is opened a notification bar appears below the Ribbon (in 2010) to enable content.
Edited I got this the wrong way round (problem is not opening from 2013, but from 2007) but opening in 2007 you would still need to enable the content.
Added
Almost sounds as if the form's Has Module property has been set to No, but this seems unlikely. I don't like to open databases in different Access versions - I don't trust Access to do this successfully (I've had many problems with this). I would start a blank database in Access 2007 and import all of the database objects, then Compact and Repair.

Related

is it possible to link a field to a property of a control in formregions

I am developing an add-in for outlook 2013/2016.
Thus far I've been using vbscript for my forms.
However, needing not to have code exposed to anyone
who knows how to hit'design this form' and for easier
upgrading I was considering to switch to formregions.
My problem is how to assign the properties of a control
created in c# form region in the way that is done in outlook forms
(that are meant to contain form regions)
But I cannot find any help and references for that purpose
Does anyone know of a workaround?or some documentation, maybe?
PS:Importing the form region results in error:
'The installation Path for outlook 15 cannot be determined'
(I am running vsto 15 in office 16 64-bit)
thnx for all the effort!!!
the conversation got quite long
and i am gratefull.
i have taken your answers into
account but i could not complete
the puzzle starting from all
of the points you made.
Instead i will answer this question
with a complete tutorial i found.
Actually it dates back to office 2007
(so i avoided it initially because,
you know, technologies change
but i tried on 2016 and verified it works!!!
the link is at :
http://www.informit.com/articles/article.aspx?p=1327185
You can persist any property on an item using PropertyAccessor.GetProperty/SetProperty or the UserProperties collection.

Odoo email template unable to edit and save

Dears
I am using odoo 10. I have created automated actions and used email templates in it. Everything was quiet simple and working good initially. But now I want to edit the email template and add few details in it. But when I save the template it does not show the error and what ever text/data I add to the content gets vanished. This weird behaviour happening only on the online server. On my local machine it is working fine still I can edit and save the email templates. I have tried many solutions from stack and forums but no success. Please advise.
I think the problem is from the database, if you can check that the table of content is full or not

SilverStripe CMS times-out when changing pages in the CMS

I have installed SilverStripe on several servers successfully in the past (but I'm not a SilverStripe expert). This time my SS install fails to work and I'm at a loss how to fix it.
The Problem
SilverStripe 2.4.6 installed correctly on the server (AFAIK).
The front-end works as expected. (Show default theme. Pages all load correctly.)
I am able to log into the CMS admin section succesfully. The CMS loads but when changing site pages in the CMS using the browser pane on the left, the CMS shows the circular loading symbol. The new page load never completes.
Using the console of Firebug in Firefox - When attempting to change pages in the CMS (by clicking on the page browser pane) the CMS tries to load two pages. The second page request 404s.
The first GET request is from the initial page loads.
The following POST+GET requests fire when clicking on the page tree to change pages.
Attempting to Find the Solution
I've tried deleting and re-installing silverstripe twice. (2.4.7 and 2.4.6) Both times the problem recurs.
A strange thing is that this server is already running two other silverstripe sites (both of which I installed without a hitch). All three websites are accessed via different domains. I tried accessing this install via another domain thinking there might be something wrong with how this third domain is configured but that didn't help either.
What should I try now? I'm stumped.
Thanks in advance.
Responses to Comments
Check your root .htaccess file. Make sure RewriteBase is set to /
Checked. Full .htaccess on PasteBin
Indeed the javascrip URL is strange. Check if there is anything unusual about what's being returned from the previous POST request. Is the site running in dev, test or live mode?
I can't see anything unusual in the POST request.
Clue Found: The site is running in DEV mode. Switching to LIVE mode and the problem disappears. Also the second GET request only shows up in DEV mode.
Example Post request with response.
Example Get request with respones.
This is a work around more than a fix but if you'd rather be coding than bug hunting it might be worth a go! (remember to log out of SS before doing this fix)
In your mysite/_config.php file change
Director::set_environment_type("dev");
to
if(!isset($_GET['isDev']))
Director::set_environment_type("dev");
else
Director::set_environment_type("live");
Then you can develop the website in dev mode normally and to use the admin in live mode and avoid the bug you just go to: http://{your_domain}/admin?isDev=0
N.B. might find a proper answer when pastebin.com isn't overloaded and I can see your responses!

SSRS reportserver? link is not working

This may be a small thing, but not able to find the solution.
http://ServerName/Report_Dev/Pages/Report.aspx?ItemPath=%2fReportName
this works, but the next one don't work
http://ServerName/Report_Dev/reportserver?/ReportName&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false
do i need to configure something in the SSRS to make "reportserver?" work.
Thanks in advance
Edited:
I think the URL should be
http://ServerName/Report_Dev?/ReportName&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false
but still this is not opening the report, instead it is going to the home page of reports
Have you configured the virtual directory for report server? If the Report Manager is configured in the Report_Dev virtual directory (which I think it is, looking at the first link you shared) then I would expect to see a sibling address for report server, for example:
http://ServerName/ReportServer?/ReportName&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false
They are two different web applications - have a look in the SQL configuration manager.
EDIT:
As per the comment "Don't use the Report Manager URL"

Crystal report SetDatasource issue

I am working on a Classic ASP page with VB6 code. We are in a process of converting the crystal report and iis server for migration. We are not able to generate the report. When i debugged till the point i call the "Database.SetDataSource CDOSet, 3,1" it works fine. When i comment that single line i'm able to get the report without any data. We are also using the .ttx file for database connection(Field Definitions Only). Kindly suggest me were could have been the mistake. What all things i need to check for the migrating?
*crystal report 9 to Crystal report 2008, iis 5 to iis 6
First thing I'd suggest you look at is the Schema for the dataset and make sure it matches exactly with what the report is expecting.
Is it possible that while migrating some of the datatypes have changed and thats whats causing your problem now? if so it might be a simple fix to change the datatype in the report to match the new dataset
I don't have any experience with your setup, but my first guess would be a permissions issue. I would try looking at the event viewer on the server for more information, then the IIS logs.