I guess the problem really affected by password changed. Tried simulate installation of webservices using another machine and found the system needs to be restarted to make everything work like it is if password been changed.
Thank you very much.
Regards,
Beautieee
Tyson,
Thank you very much! It worked as expected. But How do I fix the position for the image? Realised the code was Incrementleft, how to fix to designated left column ?
Regards,
Beautieee
Dear All,
Need a little help for displaying image in Excel. Basically image succefully added into excel but not displaying. will need to double-click to open the image.
Below is the code written for the purpose, could anyone give me some hints?
Can it be done for displaying image from using...
Good Day,
Im using RowsRemoved class to remove records in datagridview But it deleted the following databind record instead of intended record. How to resolve this problem?
ie. username was "ABC" on textbox1.text.
When i deleted "ABC" from datagridview, then textbox1.text captured following...
With refer to above code, why was the data edited but wont be updated in datagridview? Propertise set to allowedit, readonly false. Any additionaly coding needed?
Please advise.
Thank you.
Regards.
Thank you RiverGuy. Finally it worked as expected.
Change the datasourse to dataview and disabled the datamember.
grdAuthorTitles.DataSource = objDataView
'grdAuthorTitles.DataMember = "usertable"
' Clean up
'objDataAdapter = Nothing
'objConnection = Nothing...
Hi Kilot, I know crystal report can be called from VB environemnt but just get used of real environment of report designing. Thank u.
Downloaded ver8 of crystal report from internet last 2 days.
Regards,
Beautieee
Jebenson, the trick didnt work. the textbox1.text always stick to first record. How do i display textbox1.text with correct data whenever i move my cursor to other record? Any other idea?
Regards,
Beautieee
I just installed Crystal Report ver 8.0 and found there is no tools to draw line and box in ver 8. If this version has excluded graphic line and box?
I was using verison 4.6 and there is feature to draw line and box.
Please advise.
Regards,
Beautieee
...= New SqlCommand()
objDataAdapter.SelectCommand.Connection = objConnection
objDataAdapter.SelectCommand.CommandText = "SELECT * from usertable"
objDataAdapter.SelectCommand.CommandType = CommandType.Text
' Open the database connection...
Dear chelseatech,
Appreciated your suggestion. It really worked in Group Footer. Thank you very much.
My star of appreciation for u.
Regards,
Beautieee
LOL. 4.6 still worked great for VB6 for my previous projects. Im moving forward with ver8 with VB2005.
The page footer has enough space to grow if only the limitation prevented from display. But it was working during designing environment when preview. Will try on group footer else will...
Im using crystal report 4.6 to develop me reports. Im now having problem with multiline text in footer when called from program. However i have no problem at all in report design environment with preview.
Tested to relocate multiline text in report header and details with no problem at all when...
Im new to VB2005. I used to create reports in VB6 with Crytal Report 4.6 from Tool->Report Designer.
When switching to new VB2005, Im looking for similar functionality if full version of crystal is preinstalled? I know i can create reports from solution explorer but im just wonder if full...
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.