Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Interests
Programming VB6, HTML, CSS, VB2010
PC Specs
Dual Core - 2 Gig Memory
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for NewCoder_31

I have underconstruction project and my table is made via VISUAL DATA MANAGER, and Im using the DATA CONTROL OBJECT as my connection...Surprisingly, this error appeared when I click the button where I am calling a form that is connected to the database....What's the cause of this error?......Please Help....

Member Avatar for NewCoder_31
0
141
Member Avatar for NewCoder_31

Hi, I am working on my project and your HELP guys is really appreciated. I have a STUDENT NUMBER textbox, and what I want is when the form is open, IT WILL AUTOMATICALLY ASSIGN student number so that the registrar will not bother anymore to encode the student number...Is this …

Member Avatar for Reverend Jim
0
178
Member Avatar for NewCoder_31

I have a LogIN form - usertxt and passtxt and a button, and what I want to know is how to call the values of the fields user and password in the database access to open the MAIN FORM..I am connected using DATA1.RECORDSET..Is it possible instead of using ADODC?....

Member Avatar for Aslam Mansoor
0
3K
Member Avatar for NewCoder_31

I have a textbox, and what I want to do is to AUTO CONVERTI NUMBERS ENTERED IN TEXTBOX with a two decimal values?....Is this possilbe guys?....Example: 2 textboxes A and B, after entering 1222 to textbox A, it will automatically change to 1,222.00...Help here will be highly appreciated...Thanks

Member Avatar for NewCoder_31
0
208
Member Avatar for NewCoder_31

I have a program, and what I am thinking to add is the printing feature...I used the MS WORD connection to connect vb texboxes to msword receipt template i made, and it works fine....Is there any other way for this without exiting vb like i did?....Is there any approach for …

Member Avatar for ddanbe
0
95
Member Avatar for NewCoder_31

Hi...I created a project using VISUAL DATA MANAGER TABLE as backend...However, I observed in the database, I have no access in other commands / buttons such as Save or Save As....Is there an easy way to convert VM table to other Access version such as 2000-2003?

Member Avatar for Hamza Saleem
0
228
Member Avatar for newvbee

try this.. 'click first your data control object, in the properties section of your data control, locate the DATABASE NAME, and find using the (...) symbol...Next on the RECORDSOURCE, Select the DATACONTROL NAME you had...ex.DATA1...Last on your textbox, select the DATA FIELDS APPROPRIATE in every textbox our had...and that's it..you …

Member Avatar for NewCoder_31
0
360
Member Avatar for johnchristian.pagnes
Member Avatar for akuikhwan94

'i do a simple version for that, it goes this way 'assume that you want to view your answer in text1 text1.txt = formatnumber (Val(text3.text) + Val(text2.text))

Member Avatar for NewCoder_31
0
499

The End.