stronm,
I had tried the suggestion from gmmastros and found i kept getting a type conversion error i.e. string to long.
gmmastros,
i am allowing the user to key in the hex value if they have it to choose exact colour, for example to exatly match a corporate back colour of their...
May be my question was phrased wrongly, I know how to set the colour my question should have been how to take a 'hex value' from the text property of a text box, which is a datatype of string, convert it to hex then set the back colour.
I eventaully found this code that converts a string to a...
I am using VB6 and am trying to set the back colour or a label to a hexidecimal number that a user enteres into a textbox, (so they can preview their colour).
using the syntax label.backcolour = rgb(123,123,123) all works fine as you would expect.
However trying to set the backcolour to a hex...
Can any of you bright sparks out there tell me where i can find out about what connectivity issues a server might be having. I specificaly want to know when it lost connectivity (such as if a cable has been unpuged etc)
Can anyone out there help? or if i can find them do i have to hire The A team?
Hi,
I am having aproblem exporting a graphich for use as a button image the image itself is 'rounded' and thus when exprted to a gif format the rounded edges become pixelated. is there a way round this.
Note we have to use gifs as jpeg export with a white image and the application will not...
what i needed to do was to ensure that the path exists where the crViewer is looking for. i.e.
www.mywebsite.co.uk/crystalreportviewers10/images/toolbar and put the relevent icons in here this also fixed the report graph not displaying. Probaly best to copy the whole path and contents.
Hope...
Hi
I have a report written oin crystal 10 being actioned thought an asp.net page. the report runs and the data is calculated correctly. When i try to graph the data all I see is a container with a little box containing a tiny red 'X'. not surprisingly all wroks fine in development but not when...
i have at last spotted the issue
the calling code :
objLookup.ID = ExecuteSPReturnValue(fnConnectionString, CreateParameter("ID", SqlDbType.Int, 4, ParameterDirection.Output), _
Sp_To_Run_Insert, _...
the sp is an insert see below
CREATE PROCEDURE sp_Title_Insert
@ID NUMERIC OUTPUT,
@Description VARCHAR(100),
@Active BIT,
@Default BIT
AS
INSERT INTO TBL_TITLES
([Description],Active,Isdefault)
VALUES
(@Description,@Active,@Default)
set @ID= @@Identity
SELECT @ID
GO
here is the code when it gets to .executenonquerty the above error occurs any ideas? the sp is ok as it runs in query analyser.
and the parameters all appear to be created successfully.
Public Shared Function ExecuteSPReturnValue(ByVal cnConnectionString As String, ByVal SPtoRun As String...
I am deploying a new web site on our intranet all seems well except when I try to browse the site in IIS I get the following error:
HTTP Error 403.1 - Forbidden: Execute access is denied.
Internet Information Services (IIS)
Where do i set the execute permissions mentioned and for whom ASPNET...
Many thanks for the reply in between you replying and me reading you response I managed to get the web service to repond unfortunatly i can not tell you exactly what i did but i think you are right regarding the IUSR_ account
I have created a web service and all seems well on my development machine i am now trying to install it on the Live machine. I have built a distribution package and this insatllas. when i look in IIS all seesm to be as should be.
How ever when i try and look at the web service on the live...
I have a service which i know is working except for writing to the application log the code is as follows:
Private Sub WriteToLog(ByVal strErrDescription As String, ByVal intErrNumber As Integer, _
Optional ByVal strSource As String = STR_CONST_APPLICATION_NAME, Optional ByVal...
Bill,
Thanks for your reply the model is the s600 and there are graphics on the label, we have come to the same conclusion regardig the memory issue but any sugestion to the resolution of this problem would be great.
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.