Forum: Visual Basic 4 / 5 / 6 Mar 20th, 2008 |
| Replies: 3 Views: 2,141 Hi!
Use .additem feature of the combo box to add the ids into the combo box. The help file guides u to do that.
Hope it helps...
bye
swati |
Forum: Visual Basic 4 / 5 / 6 Mar 20th, 2008 |
| Replies: 7 Views: 8,052 I am using jet oledb provider which removes the dependancy on the DSN...
The following lines are in the module.
Public Application As New CRPEAuto.Application
Public Report As New... |
Forum: Visual Basic 4 / 5 / 6 Mar 20th, 2008 |
| Replies: 7 Views: 8,052 I am using jet oledb provider which removes the dependancy on the DSN...
The following lines are in the module.
Public Application As New CRPEAuto.Application
Public Report As New... |
Forum: Visual Basic 4 / 5 / 6 Jun 10th, 2007 |
| Replies: 2 Views: 3,378 Hi!
Please help me .. urgent
How do i using a Query in crystal report?... I tried using the select expert but I dont know how to go abt it...
from
srao |
Forum: Visual Basic 4 / 5 / 6 May 17th, 2007 |
| Replies: 7 Views: 8,052 Hi!
I tried with ur code but it didn't work..
When i try the debugger mode (in VB) i can see the window but it closes in a sec... are there some kind of settings to be done in crystal reports.
... |
Forum: Visual Basic 4 / 5 / 6 May 13th, 2007 |
| Replies: 7 Views: 8,052 The following is the code that i have... please let me know where i hv gone wrong...
Set Application = CreateObject("crystal.crpe.application")
Set Report =... |
Forum: Visual Basic 4 / 5 / 6 Apr 18th, 2007 |
| Replies: 4 Views: 8,158 :?: How do I change the input and display of the dtpicker control to "dd/mm/yy" format. Also how do I store it in an MS-Access database in the same format (ie. dd/mm/yy ) . ... need help urgently!
... |