polens's Profile
Reputation: 13
Tradesman
- Group:
- Active Members
- Active Posts:
- 156 (0.12 per day)
- Joined:
- 09-November 09
- Profile Views:
- 3,502
- Last Active:
Feb 24 2013 11:53 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Latest Visitors
-
darek9576 
28 Jun 2012 - 06:49 -
modi123_1 
14 May 2012 - 14:35 -
xilith117 
13 May 2012 - 20:13 -
DimitriV 
05 May 2012 - 20:01 -
lordofduct 
11 Oct 2011 - 09:33
Posts I've Made
-
In Topic: how to populate collumn with rows
Posted 6 Jun 2012
in this line you didnt populate your datatable
Dim objDataAdapter As New OleDbDataAdapter(objCommand) Dim objDataTable As New Data.DataTable("personeel")
use the fill method of the dataadapter object
Dim objDataAdapter As New OleDbDataAdapter(objCommand) Dim objDataTable As New Data.DataTable objDataAdapter.fill(objDataTable)
oh you didnt use the object.. my bad... -
In Topic: [ASK]Control Resize VS Screen Resolution
Posted 16 May 2012
or just set the ANCHOR property of the control... -
In Topic: CRYSTAL REPORT DATA SET WINDOWS FORM CODING
Posted 14 May 2012
try to debug if the dataset is filled.. -
In Topic: CRYSTAL REPORT DATA SET WINDOWS FORM CODING
Posted 14 May 2012
try this:
rpt.SetDataSource(ds.tables(0))
you need to specify what table you want to feed to the crystal report -
In Topic: can't delete any records from datagridview
Posted 14 May 2012
no errors?
My Information
- Member Title:
- D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
polens has no profile comments yet. Why not say hello?