Hi their, how do i create an update.bat for changes that i made to an application in VS 2003/2005, so i can just run the update file to update the applications changes made.
File or assembly name CrystalDecisions.Windows.FDorms, or one of its dependencies, was not found.
This is the error message i get when trying to open a Crystal report XI in my Application. What can cause this error...
How can i Export data to an exel speadsheet or word document by Adding a Command Button to my application. Datasource is Sql Server 2005 & Using Visual Studio 2005.
How can i Export data to an exel speadsheet or word document by Adding a Command Button to my application. Will it be the same in VB6 & Visual Studio 2005.
I`am entering values in a datagrid.
How can i calculate all the values of prices of items added to the datagrid, to show me the sum of all the items prices added together.
1. I`am searching for a Birthdate.
2. When i type the date in it shows that the date was`nt found, although the date exists.
3. The format i`am using is "yyyy-mm-dd" (2006-07-08) in vb as well as in the Access database.
4. I`am using the following code in the search cmd :
rs.Close...
1. i'am using a search cmd in my form to find certian records.
2. I added a VB Data Report to my application
What i want is if i searched for certian records & it was found that the same records must be displayed in the Data Report of my application, to be able to just print that records from...
How do u add a CR 8.5 Report control to a Visual Basic vorm and view the Report in Visual Basic.
Use a Cmd Button for Name Report for instance.
When u click on it, u must be able to view the Report that u created in CR 8.5 in VB6.
Want to archive records from 1 table to another by using the INSERT INTO sql in my form by clicking on a Archive command button, the record must be save into the archive table.
using : INSERT INTO Archive(Name, Surname) FROM SELECT Name, Surname FROM Addresses.
Must i declair a variable...
How can I Link my OLE Object to a Textbox where I entered the path of my graphic to be loaded into the OLE Object.
Want to do it without Right Clicking on the OLE Object - Insert Object - Create New/Create from file and so forth.
What coding can I use...
Got several Crystal Reports in my application when I look at some of the reports at run time & Exiting my application afterwards the follwing Error Message appears :
VB6 caused an invalid page fault in module CRYSTL32.OCX at 015f:250127fb.
Registers:
EAX=00000000 CS=015f EIP=250127fb...
Data Report in VB does`nt update emediately after data was entered into database.
Only updates after the application is restarted.
Why does`nt it updates immediately after the record was Added or Deleted.
When a certian button is selected on a Toolbar like for instance "Add", some of the other icons on the toolbar must be disable till a other Icon is selected that will Enable it.
Current code is :
Private Sub Toolbar1_ButtonClick(ByVal Button MSComctlLib.Button)
Select Case Button.Key...
I used a MS Access database with a Database Password in Access to protect the database.
What coding can I use to bypass the Access Database Password when I open the database through a VB Application. It gives me the following error code :
Run-time error ‘-2147217843 (80040e4d:)
Not a valid...
How can I safe the path for my graphic file that I loaded into my Image Control
1. I have a Image Control, Text Box & Common Dialog in my database form.
2. I Open the file where the pictures is saved, via the Common Dialog Control.
3. The picture is loaded into the Image Control when I click...
1. I have a Checkbox control as above in my VB application.
2. I created a Boolean in Access for the Checkbox value.
3. When the Checkbox is checked the current Date & Time is entered automatically.
4. When I save it, Date & Time is save but the Checkbox isn’t
Here is the coding I used ...
1. I have a picture control in my VB application.
2. I created a OLE object in Access that holds the picture.
3. I insert the picture in access and save it.
4. If I try to view and safe pictures in VB it don’t want to safe the picture or view it.
5. Can I maybe assign a Path to each photo that...
I want to load & save photo`s to my database records.
It is a database that contain personal particulars and I want to add a photo into the database into each record
of each person added to the database.
How do I do it using a picture or Image control.
Can you help me on how to do it and the...
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.