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)...
User Profile
Collapse
-
open mode : adModeShareDenyNone
-
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"... -
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... -
Anane replied to "VB" to "ICAD (a programming language:to interact wid CATIA)" conversion is possible?in Javathat is what i want to know. u said both language should tune-up very well? but what do you mean by tune-up?Leave a comment:
-
Anane started a topic "VB" to "ICAD (a programming language:to interact wid CATIA)" conversion is possible?in Java"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... -
Anane started a topic "VB" to "ICAD (a programming language:to interact wid CATIA)" conversion is possible?in Visual Basic"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... -
Anane started a topic "VB" to "ICAD (a programming language:to interact wid CATIA)" conversion is possible?in Visual Basic"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... -
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...Leave a comment:
-
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... -
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?
No activity results to display
Show More
Leave a comment: