Hi,
Does anyone know how to produce a Gantt chart in VB or Crystal Reports?
I need to produce the chart with following values.
Task Name
Responsible Person
Start Date
End Date
Need to display Task name, Responsible person, start/end dates as follows
Jan Feb Mar...
Hi,
In my VFP form, I have a combobox control which display list of products. Some products can only be selected depending on the answer to previous question.
Is there a way to control what user can select in a combobox?
I can track the new value selected in Interactivechange method, but not...
Hi Friends,
I need to creat a gantt chart which shows project start & end dates along with details of 2 more fields. Can anyone let me know how to create a chart (which I can print) from vb please?
Thanks in advance
Can any one tell me how to change the direction of the text (Text direction using table) in a word table using vb please?
The reason for this been I have 25 colums/20 rows in one table and that will not fit into one page of a word document. Is there a way to "Auto fill" the table so that all...
Hi friends,
Can any one let me know how to install multiple tables into a word document using VB please?
I can insert a table using following coding, but when I add the second table, it always insert a second table into the first table.
Dim wrdDoc As Word.Document
Dim wrdSelection As...
I have Recently downloaded some sample applications for Crystal report form their product site. For some reason, I can not load any of the projects onto VB. All projects includes dcx, dsr & DCA files which I haven't use before.
Can anyone let me know how to view these projects in VB6 please?
I...
Hi friends
I have an excel report that I need to call from a VB program and display to user using XLView.Exe (free program that can use to view spreadsheet files).
Is there a way to display XLView in a form without loading it as a separate program so that users can have only one copy of XLView...
Hi
Is there is a way to call excel from a VB6 program and display on a particular area (or in a new vb6 form) without having user to explore excel on its own?
Thanks in advance
Hi,
Can anyone help me please?
I need to show a report created using c/reports (V8) and need to show the report in my program when use click on the Show report button.
I have added CRViewer control (crviewer.dll) to the project but not sure how to display the report.
Thanks in advance
Hi
I have a datadrid on my form and that links to a database as follows.
dim strID
strID=13
Adodc1.CommandType = adCmdUnknown
Adodc1.ConnectionString = cnBCD="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\ASF.mdb"
Adodc1.RecordSource = "SELECT...
Hi,
Can anyone tell me how to allow editing to a data/MSFlex grid control please? (Ive been trying different thing over last few weeks with no luck.)
I need to add cols. at run time , and then allow users to edit certain cols at run time.
Any help will greatly appreciated.
Thanks
Can any one help me on this please?
I have a popup menu in my application, where I need to load/remove items at runtime.
First I load the menu in form Load() event and later I need to re-create the menu by unloading previous menu items. I'm using following code but there seems a problem with...
Is there a way to lock the ListBox (check box listBox) as same way as TextBox?
I have a ListBox in my project where its items get populated programmatically and I want my uses to have access in record view mode (scroll up/down) but allow no editing (no checking/un-checking items) .
I'm...
Hi Guys,
Need your help again.
Can anyone let me know how to use RecordSet.Seek method for an multi-field (Access 2000) index please?
My Index is built on 2 fields
(AccountID=Chr & AccountDate=Date type)
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.