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
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for cybuster

hi im just starting to design a database using adodc but I have a problem... can someone give me tip on how to create a search code for ADODC... thx in advance

Member Avatar for PVBert
0
2K
Member Avatar for usavguy

try to use adodc control... for usa... if you using ADODC, yes its possible to use one on SQL statement but if want to input another SQL statement, use the recordsource command in adodc codes...

Member Avatar for usavguy
0
122
Member Avatar for ivy

i have one for you try this: Dim blnDrag As Boolean Dim xClickPos, yClickPos Private Sub btnEnableDrag_Click() If blnDrag = False Then blnDrag = True btnEnableDrag.Caption = "Disable Dragging" Else blnDrag = False btnEnableDrag.Caption = "Enable Dragging" End If End Sub Private Sub btnEnableDrag_DragOver(Source As Control, X As Single, Y …

Member Avatar for cybuster
0
175

The End.