Hi guys,
So the time actually arrived where I had to write my first custom workflow ... what a struggle ..
Scenario:
Windows Server 2008 64bit ...
VS 2008 / 2010
So by now I know that I cannot create a sharepoint workflow and I'm using the wsp builder to accomplish the task ... but alas no...
Thanks for your response.
I'll see what the users can supply :)
I was standing in the park, wondering why frisbees got bigger as they came closer... then it hit me!
I applogise if I was unclear.
No error, no message as far as I can see. (I have only a screen shot to work from and do not have access to test)
From what I understand is that the login from the external site does not generate a error (of any sort) the user plainly just stays on the login...
Hi all,
Hope someone can shed some light on my frustration...
I have a Page Viewer web part linked to an external URL.
The external site has it's own login page. So, when the users try to login from the IFRAME, nothing happens...
Yes, it works when the user adds the URL to trusted sites, but...
I have gotten as far as creating a service (web service) link to the site ... http://myserver/mysite/_vti_bin/lists.asmx
I have used this service in creating a datasource.
I have put some fields on the report ... but NOTHING
Anybody done this before?
Any links / tips to share?
I was standing...
Maybe this will give you an idea ...
private void CreateOrgStructure()
{
string OrgID = ConfigurationManager.AppSettings["OrgStructureStartingPoint"].ToString();
VList<VwOrgHierarchy> Organisation = DataRepository.VwOrgHierarchyProvider.Get("orgid=" + OrgID...
Hi there,
Is it possible to link (reference/add relationships) multiple documents to a master document within the same Document Library.
eg. Contact_A is linked to SLA_1, SLA_2, SLC_1 and SLC_2.
My client's need is to be able to see the relationship, just by looking at the documents listed and...
I am exporting text to a csv file using stringbuilder. (C#)
The problem that is that some text (from the Database originates from multiline textbox) have \r\n in them. Thus opening in Excel is looks terrible. Is there a way to replace \r\n with ALT + \r\n - which would be acceptable for Excel...
Thnx for the input, will get my head around it tomorrow.
I was standing in the park, wondering why frisbees got bigger as they came closer... then it hit me!
Hi all,
Need some help ...
Have a system (glorified telephone directory) that will display a person's photo with some contact information.
The photos, currently, reside on the same server and is displayed via an Image control (std Web Control).
imgPhoto.ImageUrl =...
If anybody is interested ...I found the solution to my problem ...
WHERE (CustomerServiceRatesReport.Region = @Region) AND
ISNULL(RTRIM(CustomerServiceRatesReport.SLPRSNID ),'') = COALESCE(@Rep,RTRIM(CustomerServiceRatesReport.SLPRSNID ),'')
AND...
Hi all,
(Newbie)
I am trying to build my WHERE clause with the IIF function.
I have 4 parameters that include a "ALL" option and that is what I am trying to cater for.
Have done is successfully when there is only one parameter involved,
IIF (Parameters!Rep.Value = "0", " WHERE A.Region = '" &...
I got it to work.. I do appologise for the post.
Modified code:
="SELECT Region, custname AS 'Customer Name', Custnmbr AS 'Customer Number', contnbr AS 'Service Number', " &
" LastManifest AS 'Last Manifest Date', " & " Datasheetnumber AS 'Datasheet Number', " &
" rateid...
Hi all,
Can anyone tell me what I am doing wrong in this query?
(Generic Query Designer)
Basicaaly what I want to achieve is ...
When "ALL" Sales Rep name is selected it will only use Region as part of the WHERE clause otherwise it must use both the Region and Sales Rep selections in the WHERE...
WAIT ... IT WORKED!!!
I copied it to the Generic Query Designer and Bobs my uncle.
THANK YOU SO MUCH !!!
I was standing in the park, wondering why frisbees got bigger as they came closer... then it hit me!
Hi and thnx for your response.
I get an error with the supplied code above ...
"An error has occured during report processing. Query execution failed for data set 'Reps'. Must declare the variable '@Region'.
Any ideas?
I was standing in the park, wondering why frisbees got bigger as they came...
Visual Studio .Net 2003
Data Tab (dataset)
Hope this makes sense.
I was standing in the park, wondering why frisbees got bigger as they came closer... then it hit me!
Hi guys,
This has just landed in my lap, so here goes ...
We have 8 different databases - so to define the data between them we have a region field.
The first parameter is my Region. No I want my other parameters to take that into account. I found a topic in the Help file and tried to apply...
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.