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.

~12.0K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for sidnei

could you to tell us what your Project Component and Project References B'cause I get error on descr below Dim [COLOR="Red"]rTela [/COLOR]As [COLOR="Red"]tCoord[/COLOR]

Member Avatar for anbarasan
-1
714
Member Avatar for Member #754645

may be solved whit this [url]http://www.vb6.us/tutorials/vb6-string-functions[/url]

Member Avatar for AndreRet
0
6K
Member Avatar for labq5

How to show field/row serial number on detail data report without use data environment? simply view like this |Number|WO Number|WO DATE|ERROR DESCRIPTION|LOCATION|EXECUTOR NAME| ___________________________________________________________________ | [COLOR="Red"]1[/COLOR] |N0.000001|10-01-1| | [COLOR="Red"]2[/COLOR] |N0.000002|10-01-2| | [COLOR="Red"]3[/COLOR] |N0.000003|10-01-3| | [COLOR="Red"]4[/COLOR] |N0.000004|10-01-4| | [COLOR="Red"]5[/COLOR] |N0.000005|10-01-5| ___________________________________________________________________

Member Avatar for nihar1989
0
1K
Member Avatar for leesysmuthu
Re: VB

[QUOTE=leesysmuthu;1291526]how to run the vb exe without VB6.0[/QUOTE] That's simple You must Compile your project first. for example your Project is Project1 click Menu File >> Make "Project1.exe" >> Type the File name >> Choose Folder for saving (example My Documents) >> OK see on Folder for saving (example My …

Member Avatar for kinwang2009
0
94
Member Avatar for marluke

it's with ADO connection first you must have Access.mdb then add your project component choose Microsoft ADO Data Control 6.0 (SP6)(OLEDB) add adodc to your form then open ADODC properties and build your Connection String. or do like [B]shweta102030[/B] or [B]ryan311[/B]

Member Avatar for anmisha
-3
342
Member Avatar for gloryy

[QUOTE=debasisdas;1287400]DTPicker is better control in comparison to calendar control.[/QUOTE] :-/ I guess your reply it's not solving the problem, but like give a opinions. read the questions provided and then provide a good answer

Member Avatar for labq5
0
84
Member Avatar for ryan311

may be your code for insert is not correnct i usually make this [code]Conn.BeginTrans MySqL = "INSERT INTO table_name (Field1, Field2, etc) " & _ "Values ('" & String & "','" & String & "','" & etc & "')" Conn.Execute MySqL Conn.CommitTrans[/code] hope this solve

Member Avatar for labq5
0
188
Member Avatar for pritesh2010

execuse me, i am newer, but I hope it's work. B-cause some time i get code from friends forums. And forgive me if this code it's has yours. so try this.... [code]Public Sub TB_Zone(frm As Form, Optional vntUseScaleValues As Variant) Dim bUseScaleValues As Boolean If Not IsMissing(vntUseScaleValues) Then bUseScaleValues = …

Member Avatar for labq5
0
1K

The End.