Search Result

Collapse
128 results in 0.0062 seconds.
Keywords
Members
Tags
error
  •  

  • How do you prevent access from showing error dialog box (Runtime error 2501).

    I keep on getting the same error message and I don't know how to either solve the problem or prevent it from showing the error. I have set up a switchboard item that opens a report. When the report opens it will call a form so that the user can change parameters in the report and filter the information before the report is generated see below.


    Code:
    Private Sub Report_Open(Cancel As Integer)
    DoCmd.OpenForm "CostCodeFilter",
    ...
    See more | Go to post

  • abhdkjsd
    started a topic baffling printf error in c++
    in C

    baffling printf error in c++

    Hello to all,
    I have a baffling problem with printf in Borland c++ v5.2 as follows:
    If I use the command:
    Printf(“ ”);
    Before the condition :
    If(b[loc[pn][0]][0] == loc[pn][0]){
    ….
    }
    My code works correctly, but if I delete it this error occurs:
    “Threat stopped access violation at 0x403492 read of address … “
    Have every one experienced a similar problem or could help me?
    See more | Go to post

  • asmodea
    started a topic DSUM with fields from different tables?

    DSUM with fields from different tables?

    I am trying to add a calculated field in my query to sum the payments up until the date of the entry. There are two tables involved. I have a table for the dates and amounts of wired payments ("KYOWAPayments ") as well as a table of invoice# and shipping information ("AP statement log"). The two tables have no relationship.

    I wanted to make a field that will automatically calculate the sum of all wired payments up...
    See more | Go to post
    Last edited by asmodea; Apr 13 '12, 06:27 PM. Reason: Saw a potential cause of confusion in question.

  • imhomer
    started a topic Django base.py: 'str' object is not callable

    Django base.py: 'str' object is not callable

    I met this problem (Django base.py: 'str' object is not callable) when I go through a Django tutorial:

    photo/models.py:
    Code:
    from django.db import models
    from django.contrib.auth.models import User
    from django.contrib import admin
    
    class Album(models.Model):
        title = models.CharField(max_length=60)
        public = models.BooleanField(default=False)
        def __unicode__(self):
    ...
    See more | Go to post

  • saliorkeo
    started a topic Issue parallelizing this c code with openmp
    in C

    Issue parallelizing this c code with openmp

    How can I parallelize this code with OpenMP?. The result I get is not correct.

    I try to use temporary variables p1aux, p2aux, and psumaux because the Reduction clause cannot be used with pointers or intrinsic functions. But as I said the result is incorrect.

    When I say "result is not correct", I would say: The calculations of array1 + array2 are stored in the matrix sumsse. The calculations are correct until...
    See more | Go to post

  • sg2808
    started a topic SQL UPDATE INNER JOIN syntax

    SQL UPDATE INNER JOIN syntax

    I have the following syntax for Update Inner Join:

    Code:
    UPDATE RuleDetail 
    
    SET RuleDetail.Function_involved = MasterUpload.Function_involved 
    
    FROM RuleDetail
    
    INNER JOIN MasterUpload 
    
    ON RuleDetail.Rule_description = MasterUpload.Rule_description
    However, when I am trying to run it, I am getting an error message -

    "Syntax error (missing operator)in...
    See more | Go to post

  • sg2808
    started a topic Subscript out of range - error message

    Subscript out of range - error message

    I am importing an excel file to the access DB.
    The headers in the excel is same as the field names in the access and also the data type is properly defined.
    However, I am still getting this error message.


    Screen shot of the excel file is attached in a word doc. Sorry, do not have photoeditor to upload this as JPEG.

    Any suggestion is much appreciated....
    See more | Go to post

  • Why do I keep getting a "service-specific error 0 (0x0)" when i try starting tomcat?

    I have installed a tomcat 6 server on Windows Server 2003 as a service; and every time I try to start it it keep terminating with a service-specific error 0 (0x0). Now I have gone through and starting and configured this server via the startup.bat just fine but when no matter how many times I install/remove the service it fails to start. Does anyone know why this happening and how I can fix it?...
    See more | Go to post

  • Syntax error 800a03ea in vbscript for sub function

    I'm running Logon Script and it is in VBScript.
    when I'm calling Sub function it givving me this error
    Code:
    If InStr(strGroups, ADFS1_GROUP) Then
    
       MapDrive "G:", "\\xxx-xxx-ADFS-1\GROUP"
    
    Else
     
      MapDrive "H:", "\\xxx-xx-ADFS\HOME"
    	
    End If
    Sub MapDrive(strDrive, strShare)
    
          On Error Resume Next
    ...
    See more | Go to post

  • PyKota, Python: AttributeError: 'module' object has no attribute '_quote'

    Hello everyone,

    I'm new to linux/suse, but I was given the task to install the print accounting software PyKota.
    Before that I never even touched a linux system, so I don't have any basic knowlegde at all!
    Up to now I was able to solve all problems with the help of google, but now I'm stuck.

    My problem:
    Code:
    linux-6n5c:/usr/local/bin # pkusers --add john paul
    Creation...
    ERROR: PyKota
    ...
    See more | Go to post

  • Pawel
    started a topic Error 2465 when referencing to a subform field

    Error 2465 when referencing to a subform field

    Hi everyone,

    I got this error in Access and I really don't have any idea where it may come from...

    In a form with Clients ("DB Client companies - management"), I have a subform with contracted products ("DB Client companies products - management").

    In this subform, there is a button with VBA code behind (OnClick). When it's executed, I get the following error (2465):
    Microsoft...
    See more | Go to post

  • tharindu96
    started a topic Error in $Filename_or
    in PHP

    Error in $Filename_or

    Can anyone tell me this code works. I'm getting an error

    Code:
    <?php
    
    $filename_or = 'image.jpg';
    $filename = rand(1000,9999).md5($file_or).rand(1000,9999);
    
    echo $filename;
    
    
    ?>
    See more | Go to post

  • tharindu96
    started a topic 'Notice: Undefined index:' Error
    in PHP

    'Notice: Undefined index:' Error

    I'm getting a error message in php the file is attached.

    Notice: Undefined index: textbox in C:\wamp\www\mys ite\index.php on line 2

    Code:
    <?php
    echo $text = $_POST['textbox'];
    ?>
    
    <form action="index.php" method="post">
    	<input type="text" name="textbox">
        <input type="submit" value="Submit">
    ...
    See more | Go to post
    Last edited by Niheel; Jan 25 '12, 09:45 PM. Reason: much easier if you post your question with all the details, your information was merged

  • Events disabled when did cut and paste? VB

    In a form, when I cut a control (a label) which has an event attached to it (click event), i noticed that the event attached to it doesnt work anymore when you paste it (the label I cut). why? how to resolve this?
    See more | Go to post

  • A using namespace directive can only be applied to namespaces;

    Full error text: A using namespace directive can only be applied to namespaces; 'Search' is a type not a namespace.

    FYI "Search" is my custom namespace, made in a seperate .cs(class) file in a App_Code folder.
    Pardon for the foreign language. It's my Database that's Danish, because this is a school project and they provide the database. I can translate it if it doesn't make any sense.

    - - - - - -...
    See more | Go to post
Working...