Viewing 15 posts - 1 through 15 (of 15 total)
if you are locally loged in in the server localhost is your key but for the user must be
//servername/reports
that will bring your report list. open IE from another ...
May 28, 2012 at 9:16 am
huh:? if it is a textbox., format the properties of the texbox to date and pick the format you want. do that by right clicking...
May 25, 2012 at 4:45 pm
Well I like RB 3.0 better because of the new features.
May 25, 2012 at 5:07 am
Yes you can. Download and Install it as a Stand Alone App.
May 25, 2012 at 5:05 am
Ten
.Net FRamework i3.5.1 is part of WIndows 7 already and is also included in 4.0framework but you have to enable it.
go to control panel --> Programs --> Programs...
May 21, 2012 at 8:40 pm
Hi Jeff:
I was actually looking for a better answer than that one. lol I was specific already. I know how to do triangles but I don't find any info...
May 20, 2012 at 3:02 pm
Hello
I think you need to read more about using ReportItems is the only way too do it a lot faster.
- First find the name of the indicator...
May 19, 2012 at 6:55 am
or you can do it this way. too
select * from
database as a
-- join your second db as usual
Inner Join database2 as b on b.fields_names =...
May 18, 2012 at 11:46 pm
select * from
database as a
-- join your second db as usual
Inner Join database2 as b on b.fields_names = a.field_names
--- use your parameter in your...
May 18, 2012 at 11:35 pm
I had the same problem before and the problem was caused by Active Directory and the Security Settigs in SQL Server. Make sure u grant access...
May 13, 2012 at 8:03 pm
lol SSCrazy. I'll explain why I can't use Union. One simple reason. Union is used within the same Database., U can do multiple unions but is not...
May 10, 2012 at 12:54 pm
all the tables have the same structures. But thats not the problem the database name for all 12 datasources change when the date parameter changes Therefore i can't use Union...
May 9, 2012 at 6:49 pm
Ok I already tried the ETL and it doesn't work and the main reason is that all 12 datasets have its own datasource and the datasource changes depending on your...
May 8, 2012 at 9:42 pm
since I have sql server 2008 R2 the recompile sample worked like a charm
thanks a lot guys
JD:w00t:
January 18, 2012 at 10:28 am
oooppps sorry i forgot the FROM command
I will try some of the exmples to see how everything works and I will post
thanks
January 18, 2012 at 4:09 am
Viewing 15 posts - 1 through 15 (of 15 total)