User Profile

Collapse

Profile Sidebar

Collapse
Anane
Anane
Last Activity: Apr 2 '09, 05:54 AM
Joined: Dec 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Anane
    started a topic open mode : adModeShareDenyNone

    open mode : adModeShareDenyNone

    Hi All,

    We use “adModeShareDen yNone” open mode to allow others users to connect to database at the same time.
    But when I open database through one client on computer, other user(computer) can not connect to database. It gets an error saying “file already in use”.
    What can be the reason?

    Note :: I have distributed .exe (front end) to different users.

    ## some part of code (visual basic)...
    See more | Go to post

  • Anane
    replied to Events related errors
    I tried to insert a new button on form.....even though it is not showing "ON CLICK" event in property window of button.

    Also, i tried to remove "microsoft form 2.0 object library" and link it freshly, it is saying "can't remove control or reference; in use"...
    See more | Go to post

    Leave a comment:


  • Anane
    started a topic Events related errors

    Events related errors

    I get following error when i press a command button.
    The expression click you entered as the event property setting produced the following error: method or data member not found.

    It gives me error on clicking button, entering some data in text box etc..

    When I try to declare events for button control : it has got only following events --
    1. on enter
    2. on exit
    3. on get focus
    ...
    See more | Go to post

  • that is what i want to know. u said both language should tune-up very well? but what do you mean by tune-up?
    See more | Go to post

    Leave a comment:


  • "VB" to "ICAD (a programming language:to interact wid CATIA)" conversion is possible?

    Hi all,

    I have got one requirement which should convert Visual Basic code to ICAD code. I dont know whether this is possible or not.

    What I feel is, since VB and ICAD are different in architecture itself, this would be very tough (if this thing is possible).

    Please get me d answer. For this application any popular programming language can be used. But is the requirement feasible?

    Also let...
    See more | Go to post

  • "VB" to "ICAD (a programming language:to interact wid CATIA)" conversion is possible?

    Hi all,

    I have got one requirement which should convert Visual Basic code to ICAD code. I dont know whether this is possible or not.

    What I feel is, since VB and ICAD are different in architecture itself, this would be very tough (if this thing is possible).

    Please get me d answer.

    Also let me know what should be the basic similarity required between two languages to convert one language...
    See more | Go to post

  • "VB" to "ICAD (a programming language:to interact wid CATIA)" conversion is possible?

    Hello friends,

    I have got one requirement which should convert Visual Basic code to ICAD code. I dont know whether this is possible or not.

    What I feel is, since VB and ICAD are different in architecture itself, this would be very tough (if this thing is possible).

    Please get me d answer.

    Also let me know what should be the basic similarity required between two languages to convert one...
    See more | Go to post

  • Anane
    replied to Where should function reside?
    in Java
    Detailed explanation:
    take example of vehicle engine: Engine(class A) has cylinders(Class B). Cylinder has pistons(Class C). each class have got their own data members.
    Like for class A :1. engine no. 2. engine material 3. engine size. etc
    Class B : 1. cylinder diameter 2. cylinder thicknes 3. cylinder height
    Class C : 1. piston diameter. 2. piston material 3. piston thickness

    my question is : function...
    See more | Go to post

    Leave a comment:


  • Anane
    started a topic Where should function reside?
    in Java

    Where should function reside?

    In my application I have 3 classes.

    1. class A
    2. class B
    3. class C

    Application controller (having main function) has the object of class A, class A has object of class B and class B has objects of class C.

    Application Flow:
    1. Application reads some inputs.
    2. Application does some calculations.
    3. Stores generated data into excel file.

    My...
    See more | Go to post

  • Anane
    started a topic Object creation
    in Java

    Object creation

    When we use NEW word to create object of a class, it always creates object on HEAP memory. How can one create object on stack? If one creates object inside a function, then also object will be created in HEAP. Only object reference will be in stack. When function ends, object reference is destroyed, eventually object will be destroyed by GC. Am I correct with this concept?
    See more | Go to post
No activity results to display
Show More
Working...