CREATING REPORT THROUGH CRYSTAL REPORT AND VB.NET

ACTUALLY, I AM CREATING REPORT THROUGH CRYSTAL REPORT AND VB.NET .   PLEASE GUIDE ME THAT HOW I WILL I LINK THE VB FORM WITH CRYSTAL REPORT.



Answer Question   |  June 28, 2012  3:16 AM
Crystal Report, VB, VB.NET 2005
asked by:
5 pts.

CREATING REPORT THROUGH CRYSTAL REPORT AND VB.NET

ACTUALLY, I AM CREATING REPORT THROUGH CRYSTAL REPORT AND VB.NET .   PLEASE GUIDE ME THAT HOW I WILL I LINK THE VB FORM WITH CRYSTAL REPORT.



Answer Question   |  June 28, 2012  3:16 AM
Crystal Report, VB, VB.NET 2005
asked by:
5 pts.

VB When i create a screen size from ?then i how many size identify in pixel?

When i create a screen size from ?then i how many size identify in pixel?



Answer Question   |  June 28, 2012  3:16 AM
Programming, VB
asked by:
20 pts.

VB When i create a screen size from ?then i how many size identify in pixel?

When i create a screen size from ?then i how many size identify in pixel?



Answer Question   |  June 28, 2012  3:16 AM
Programming, VB
asked by:
20 pts.

Class call not recognized

I have created a class TMT2PropertiesCollection as a separate file. I have a second class (TMT2Layers) and from within Layers I can make a call to Properties (e.g. properties.xxx and back comes a value). But In In my main form I call TMT2properties.xxx and it comes back empty! I am new to class use –…



Answer Question   |  June 28, 2012  3:16 AM
VB, Visual Basic, Windows Forms
asked by:
TFR
5 pts.

Class call not recognized

I have created a class TMT2PropertiesCollection as a separate file. I have a second class (TMT2Layers) and from within Layers I can make a call to Properties (e.g. properties.xxx and back comes a value). But In In my main form I call TMT2properties.xxx and it comes back empty! I am new to class use –…



Answer Question   |  June 28, 2012  3:16 AM
VB, Visual Basic, Windows Forms
asked by:
TFR
5 pts.

hi can anybody tell me how to combine these two queries

1. SELECT count(*) AS Cnt1 FROM tsau_pre_msges WHERE ( (EXTRACT (DAY FROM Jms_timestamp)-EXTRACT (DAY FROM ins_time))*24*60 + (EXTRACT (HOUR FROM Jms_timestamp)-EXTRACT (HOUR FROM ins_time))*60 + EXTRACT (MINUTE FROM Jms_timestamp)-EXTRACT (MINUTE FROM ins_time) ) BETWEEN 1 AND 5 It will count messages from total in the next query it vl give percentage from count value to…



Answer Question   |  June 28, 2012  3:13 AM
Oracle, Oracle queries, Oracle Query, TOAD
asked by:
30 pts.

Printing File Dump Path in Visual basic

How do i write a macro for a PDF print file to be printed to a folder path?



Answer Question   |  June 28, 2012  3:09 AM
FIle path, Print PDF, VBA, Visual Basic, Visual Basic printing
asked by:
10 pts.

Printing File Dump Path in Visual basic

How do i write a macro for a PDF print file to be printed to a folder path?



Answer Question   |  June 28, 2012  3:09 AM
FIle path, Print PDF, VBA, Visual Basic, Visual Basic printing
asked by:
10 pts.

VBA to separate overlapping times

I am stuck trying to seperate overlapping times. The situation is that I have 5 devices requiring x amount of material at the differing durations. What I need to do is seperate the durations and add the demands together for the new duration, but there can be as many as 5 overlapping demands; here is…



Answer Question   |  June 28, 2012  3:08 AM
Excel 2007, Timestamp, VB codes, VBA
asked by:
75 pts.

Unlocking VBA project using VBA code

Can i use vba code to unlock my x-cel vba project protected by password? I need to unprotect my project to add some code and then reprotect it.



Answer Question   |  June 28, 2012  3:08 AM
Excel 2003, Excel 2003 functions, Excel VBA, VBA, Visual Basic
asked by:
20 pts.

Unlocking VBA project using VBA code

Can i use vba code to unlock my x-cel vba project protected by password? I need to unprotect my project to add some code and then reprotect it.



Answer Question   |  June 28, 2012  3:08 AM
Excel 2003, Excel 2003 functions, Excel VBA, VBA, Visual Basic
asked by:
20 pts.

“Automation Error Invalid Advise Tags” What is an advise tag?

I have a visual basic module within Access that seems to compile fine; when I select the Debug function in the visual basic editor, I receive no errors or messages.  However, within my Access form, when I try to click the button associated with this module, I receive the error message, “Automation Error. Invalid Advise…



Answer Question   |  June 28, 2012  3:08 AM
Access 2007, VBA, Visual Basic
asked by:
5 pts.

VB Email Script in Excel/Access

I’m not very experienced with any script writing, so hopefully there is a simple solution. We could do this in either Excel or Access, whichever you think is easier. The basic function is to email requests for appts for a list of POs (the POs will be associated to the appropriate email address). So I’ll…



Answer Question   |  June 28, 2012  3:06 AM
VB script
asked by:
5 pts.

VB.NET Conversion Help: Bool Array to Integer and Inteher to Bool Array

Hello everyone, I would like to know how to convert an 32 bit Boolean array to an integer value from one command line instead of writing a For Loop. dim myBOOL(32) as Boolean dim myINT as Integer myBOOL(0) = True myBOOL(1) = True myBOOL(5) = True myINT = xxx(myBOOL) where INT will be 35 ——————————————————–…



Answer Question   |  June 28, 2012  3:05 AM
VB, VB.NET, Visual Basic, Visual Basic .NET
asked by:
35 pts.

VB.NET Conversion Help: Bool Array to Integer and Inteher to Bool Array

Hello everyone, I would like to know how to convert an 32 bit Boolean array to an integer value from one command line instead of writing a For Loop. dim myBOOL(32) as Boolean dim myINT as Integer myBOOL(0) = True myBOOL(1) = True myBOOL(5) = True myINT = xxx(myBOOL) where INT will be 35 ——————————————————–…



Answer Question   |  June 28, 2012  3:05 AM
VB, VB.NET, Visual Basic, Visual Basic .NET
asked by:
35 pts.

DPI settings different on user machines

How do I fix my VB.Net application to handle different DPI settings on the users machine?



Answer Question   |  June 28, 2012  3:03 AM
DPI, VB.NET
asked by:
5 pts.

Writing vertical data to a flat (unfortunately!) table

I have an application that I need to update (written by someone else) that requires that I take data from a nice, vertical table and write them into a pre-exisiting flat table. Column 1 of the vertical table is the PK for the flat table, while there are up to 35 entries that must be…



Answer Question   |  June 28, 2012  3:03 AM
Access 2003, ADO, Microsoft Access, VBA, Vertical Data
asked by:
5 pts.

Crystal Report in vb 2005

how can i manage 20 column on crystal report ?



Answer Question   |  June 28, 2012  3:00 AM
Visual Basic .NET, Visual Basic 2005
asked by:
5 pts.

How to get user information from sharepoint site to my webpart.

Hello , I want to developed a webpart that get all users information  with user images from sharepoint 2007 site.  Please suggest me how can achive this. Is there any webservices that can i use in my custome webpart? Please suggest solution for the same. Thank you.



Answer Question   |  June 28, 2012  3:00 AM
Application and Web development, SharePoint 2007, SharePoint Archiving, SharePoint WebPart, User information, Web development, Web development tools
asked by:
5 pts.