Posts

Showing posts from February, 2014

DMSample application

i downloaded dmsample application sqldatamining.com , i’m trying run.  i’ve unzipped app along unzipping flexgrid same directory.  can’t seem work , generic error says:   failed load control ‘querypane’ . version of  may outdated.  make sure using version of control provided application.   it appears have been written old version of vb , won't upgrade in visual studio.  does anyone have suggestions? the dmsamp.zip package missing dependency (that's typically present if have sql 2000 or sql 2005 analysis services sample apps installed on machine). have uploaded updated package http://www.sqlserverdatamining.com/ssdm/default.aspx?tabid=97&id=243  that fixes problem,   sorry inconvenience! SQL Server  >  Data Mining

database backup in killed/rollback status

hi all, i have more 50 database on 1 server.this time  full backup blocked diff backup blocking not resolve long period decide kill one of them problem still persist blocking not fix , can not take backup because 1 backup still running in killed/rollback state.please fix issue can if go restart sql server service database can go in suspect mode or service can take long time come up regards, pawan  singh    thanks you should not kill spid taking backup. if there os level operation done spid, can't rolledback sql server. means, killing spid  taking backup go killed/rollback status becuase has created backup file, can't "rollback" work. why think database go suspect mode or take long time? restart choice have! balmukund lakhani | please mark solved if i've answered question, vote helpful other user's find solution quicker -------------------------------------------------------------------------------- posting provided "as is"

BIDS 2008 and BIDS 2008 R2

Image
hi, can please confirm if can have bids 2008 , bids 2008 r2 installed on same machine have bids 2008 , bids 2005? at moment tried , seems bids 2008 gets wiped off , bids 2008 r2 there.but can still use bids 2008 r2 deploy reports 2008 rs.   kind regards, vikram kansal please mark solved if i've answered question, vote helpful other user's find solution quicker hi vikram, if install ssrs 2008 r2 on machine(the machine has been installed ssrs 2008), version of bids 2008 automatic upgrade bids 2008 r2. more information, please refer similar thread below: http://social.technet.microsoft.com/forums/en/sqlreportingservices/thread/02a125c8-0da1-4dd6-a85d-e0cb7a04a63d regards, bin long technet subscriber supportin forum if have feedback on our support, please contact tnmff@microsoft.com bin long technet community support SQL Server

trouble with dimension error

im new cubes ( thrown cubes app , trying figure out). im trying process cube. cube has order time dimension, broken down year,quarter, month , day. should stored in order table yyyymmdd.   i keep getting error when processing cube: a member key '20061121' found in fact table not found in level 'day' of dimension 'ordertime'   there 1 fact table, , contains actual date ( orders table actually, has few dimension tables.). there no ordertime dimension table,. if date in question in fact table, how come causing error? can process dimensions first before processing actual cube? i believe got sorted. needed to incremental process rather full process. SQL Server  >  SQL Server Analysis Services

Set culture for dateformat ect on ReportExecutionServiceSoapClient.Render

Image
hello, how set culture render call on reportexecutionservicesoapclient. using service call create  a pdf dates being rendered en-us. render different cultures depending on parameter.  the parameter smells culture parameterlanguage parameter on setexecutionparameters method, controlling format of parameters. i works fine both in browser , in report viewer control. thanks henrik. hi henrik, in report, date render format determined language setting. can set language whole report, or particular textbox. so, can set language expression target object based on parameter values in report. regards, mike yin if have feedback on our support, please click here mike yin technet community support SQL Server  >  SQL Server Reporting Services, Power View

From Microsoft 2007 saving files as Microsoft Project 2000 - 2003.mpp

is bug in microsoft 2007 when saving files former release of microsoft project saving microsoft project 2000-2003.    microsoft 2007 gives option in tools option always save projects specific version experiencing issue micrsosoft project lose lot of information, remove tasks etc after saving project.   any help? if referring issues mpp files bound tfs yes known issue , fix part of tfs orcas beta2.   without fix either have to 1) use project 2007 , save in project 2007 format or 2) use project 2003 , save in project 2003 format   swamy Archived Forums T-U  >  Team Foundation Server - Setup

Report Builder & Silverlight

i've been working microsoft bi tools past 10 years. in humble opinion think ssas 1 of best olap tools in market. , ssis pretty etl. think microsoft reporting layer (aka ssrs) not on par industry leaders such cognos , businessobjects. instance things can with bo infoview on xi 3.1 , higher blows reporting services , report builder out of water. i think microsoft needs simple , yet sophisticated report builder tool ad-hoc reporting allow business users schedule reports , set subscription ease of use see in other microsoft tools such excel , word - learn how use without book! so here question: microsoft has silverlight, rewrite report builder bo infoview killer. if microsoft did that, give customers fantastic end-to-end bi tool set. microsoft so close being able that!!! know if have plans so???   hi daniel, thank posting , ideas. there site, connect, connection point between , microsoft, , larger community. feedback enables microsoft make software , services best

How to excute a c# script?

from silverlight, there way execute c# script? for example, have small c# scripts in database, rules discounts, etc. may call .net functions. i cannot implement them in business logic layer because change , entered end user. now, trying execute these scripts, in same way if in source.   thank  hi again, inside silverlight there no way - or better: haven't found way yet - thats right. i've tried add microsoft.csharp.dll small test application. the .dll there silverlight .cs wasn't able eat it. instead of i've found little  detour maybe help to reach mountain top  of web service. here link approach in compiling c# code a running silverlight application.           http://nokola.com/trycsharp/ i hope helps   regards reimann Silverlight  > 

SQL Server Memory-Performance Issue (SQL 2005 & 2008)

from last few days getting memory issue sql server 4-5 prod servers , whenever reduce "max server memory" parameter issue resolved. issues:- 1. sql server eating 90%(cpu & memory) 2. getting query time out job/query. -------- i have done basic checks (dbcc checkdb,updatestats,defragmentation, sys.dm_exec_query_stats, blocking...) did not proper solution. verified performance monitor(total & target memory found both equal). apart have check memory/cpu issue ? have basic steps troubleshooting memory/cpu issue.   india ok, means nothing run in parallel right consume cpu. >>>what other steps have check ?? 1.analyze waits @ instance level. 2.correlate waits queues. 3.determine course of action. 4.drill down database/file level. 5.drill down process level. 6.tune indexes/queries. best regards, uri dimant sql server mvp http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/

Why does my Source Control Explorer close and become disabled when a solution is opened?

my vs 2015 connected tfs. source control explorer, map project on server local drive. when open solution, source control explorer window closes , menu item disabled , grayed out. i unmapped , tried again repeatedly , same phenomenon happens. why happening , how fix this? hi, thanks posting here. if source control explorer menu disabled or grayed out, need sure default source control visual studio set team foundation server. open visual studio select menu: tools > options in options dialog select: source control > plug-in selections select visual studio team foundation server. please try above-mentioned work arounds , let know feedback can assist more on query. hope helps! regards, _______________________________________________________________________________________________________ if post answers question, please click   mark answer   on post and   vote helpful. Archived Forums

I need to create maintenance plans on SQL 2005 without using the wizard

i have several hundred sql installations need change or create maintenance plan , don't want touch every box.  i need step step process load tables myself. if want run maintenance single seat, create set of maintenance tasks in integration services, , create multiple connections them. if want have same plan on multiple servers run each server, i'd create integration services package again , ship other servers. use (local) connection string, assuming same account can access each server.   buck woody http://www.buckwoody.com SQL Server  >  SQL Server Documentation

Auto logon of all clients at the time of terminal server startup and stays disconnected

i have terminal server running windows 2008 r2 , 15 clients. want user a/cs logged on , stays disconnected automatically @ time of server start-up. thing can portable apps (need not installed) added clients start , work beginning , helps clients connect/re-connect server processes running.  please me solve this. thanks icarusonline hi, when restart windows 2008 r2 rds, terminal sessions closed , never logged on , stays disconnected automatically. must done end-user initiated new session via thin client or pc. users can disconnect session , stays session in rds server. if want quick start user session application, can specify program start upon connection remote desktop connection. please refer following article: specify program start upon connection remote desktop connection http://technet.microsoft.com/en-us/library/cc782233(v=ws.10).aspx specify program start automatically when user logs on http://technet.microsoft.com/en-us/library/cc770821.aspx   tech

Export only the virtual machine configuration option is missing

hi gang,   i've seen references able export virtual machine configuration only, seen pictures.  but when choose export, don't have option. i'm using windows2008r2 hyper-v.  i searched web , see no mention of problem.  any great.   hi,   unfortunately, “export virtual machine configuration” option not available on gui in windows server 2008 r2/hyper-v server 2008 r2. however, can use powershell in blog provided ben.   for more information, can refer to:   hyper-v r2 import/export – part 6 - so, happened configuration-only export? http://blogs.technet.com/b/virtualization/archive/2009/05/29/hyper-v-r2-import-export-part-6-so-what-happened-to-configuration-only-export.aspx     best regards, vincent hu   Windows Server  >  Hyper-V

Windows server 2008 spacific screen saver GPO configuration file

Image
dear team, i have windows 2008 srvere , win7 client pc, need configure windows spacific screan save option, - configure same kind of screen saver file format support, - how create whone screen save file , wht formate supports, kindly help. here image. regards, kumar.v please follow below thread discuss same query. http://social.technet.microsoft.com/forums/en-us/winservergp/thread/80dddbf2-c42b-4963-a194-25a7ad4de6ed/ according thread, to deploy .scr file screensaver via group policy, may customize following script , save .bat file copy custom .scr file %systemroot%\system32 folders of clients. additionally follow below link understand better. http://technet.microsoft.com/en-us/library/cc940426.aspx hope helps. regards, _prashant_ mcsa|mcitp sa|microsoft exchange 2003 blog - http://prashant1987.wordpress.com disclaimer: posting provided as-is no warranties/guarantees , confers no rights. email-giteepag@yahoo.co.in

W2008 R2 SP1 - Add node validate cluster - losing disk tru event 1568

Image
we had problem adding third node our existing cluster communication time out. therefor choose update servers , try latest up-to-date fix levels. when validating the cluster in order add a third node, saw in validation log: list disks visible 2 or more nodes validated cluster compatibility. online clustered disks excluded. disk identifier 6390744f has persistent reservation on it. disk might part of other cluster. removing disk validation set disk identifier ca0db766 has persistent reservation on it. disk might part of other cluster. removing disk validation set and: cluster disk 8 node svr01.domain.local has 8 usable path(s) storage target cluster disk 8 not managed microsoft mpio node svr02.domain.local cluster disk 8 not managed microsoft mpio node svr03.domain.local there 11 disks, 2 excluded validating , 1 disk failed mpio strange sure on svr02, existing cluster node.   and on every svr node: getting scsi page 83h vpd descriptors cluster disk 8 node

VPN not working on client behind a nat device

hello all, i have configured vpn on windows 2012 r2 server.   i setting vpn make use of machine cert make use of ikev2 vpn type on client machine. when trying connect client machine seeing error 809. i have implemented registry fix ms recommend issue. have opened udp port 4500, udp port 500 , 1701 on  client machine , server acting vpn server , router machine, (i using windows 7 machine router in have enabled ics can replicate nat scenario.) everything works fine when machine real public ip. , works fine when use user cert in nat scenario real public ip scenario i have looked @ event viewer logs on client machine , see event id 20227 error code returned on failure 809. can let me know how troubleshoot issue?  thanks in advance, ashish hi  ashishvaidya   , for clients connect vpn server, specific ports of vpn server need mapped public. however, ics not support it. we install rras on server implement nat , vpn . here guide installing rras : ins

Windows 8 GPUPDATE fails with Event ID 0 when manualy invoked

hello, i have windows 8 pro machine joined in ad domain. domain functional level “windows server 2008 r2”. when run gpupdate on win8 computer execution stacked on "updating policy" , after 5 minutes fails. when go event view event id 0 , error the description event id 0 source gupdate cannot found. either component raises event not installed on local computer or installation corrupted. can install or repair component on local computer. if event originated on computer, display information had saved event. following information included event: service started however if logoff/logon , check see gpupdate successful. fails when manually invoke cmd. can please , advice. thank you! hello, please turn on gpsvc logging , run gpupdate (to see happens). create folder called "usermode" in c:\windows\debug. run .reg file (to enable logging): windows registry editor version 5.00 [hkey_local_machine\software\microsoft\windows nt\currentversi

KDC SETSPN duplicate which one to delete?

ok, got darn error many people do: the kdc encountered duplicate names while processing kerberos authentication request. duplicate name mssqlsvc/waisbs.wireassoc.local:23936 (of type ds_service_principal_name). may result in authentication failures or downgrades ntlm. in order prevent occuring remove duplicate entries mssqlsvc/waisbs.wireassoc.local:23936 in active directory. ran setspn, unsure one(s) remove... c:\windows\system32>setspn -x processing entry 0 mssqlsvc/waisbs.wireassoc.local:23936 registered on these accounts:         cn=sbs services account,ou=sbsusers,ou=users,ou=mybusiness,dc=wireassoc,dc=local         cn=joe nike,ou=sbsusers,ou=users,ou=mybusiness,dc=wireassoc,dc=local {14e52635-0a95-4a5c-bdb1-e0d0c703b6c8}/waisbs registered on these accounts:         cn=sbs services account,ou=sbsusers,ou=users,ou=mybusiness,dc=wireassoc,dc=local         cn=joe nikek,ou=sbsusers,ou=users,ou=mybusiness,dc=wireassoc,dc=local         cn=waisbs,ou=domain co

SQL Server required for Active Directory

i've been implementing new server , doing initial ups. last night backed system state of exchange server (exchange 2000 running on server 2000 sp 4) running active dirctory. there several access warnings when tried files in data directory located here: c:\program files\microsoft sql server\mssql.1\mssql\data is part of active directory? errors of system databases in directory (master, tempdb, msdb, , model). these problems should concerend or can exclude these plan? there 2 other warnings c:\winnt\system32\dhcp\j50.log , c:\winnt\system32\wins\j50.log, both access issues said in use.   i'm sure these not concerns right wanted sure, i'd appreciate feedback or nudges in right direction. dave active directory has no dependencies on sql.  if no longer require it, can safely remove it.  may want @ databases hosted in sql instance , make sure don't need of them before removing sql.   visit: anitkb.com , knowledge base.

Not getting correct string when pulling variable from csv file

when pulling variable csv input think script fails because i'm seeing @folder={ in front of variable string not correct in query. i'm trying pull public folder names csv display get-publicfolderitemstatistics each folder. it works manually name. if same , write-host can see @folder={foldername displayed. friday, april 15, 2016 1:21 pm reply | quote hi

Setting program defaults with Group Policy

hello, might bit of odd question..  however on 1 of our application servers need able set internet explorer default photo viewer for jpeg files  users. can suggest best method of doing this? using windows server 2008 r2.  i've tried create new association under user config, preferences, folder options , set file extension jpeg open c:\program files\internet explorer\iexplore.exe , however, doesn't seem work.   if has suggestions appreciated. thank you.   hi, please change user account test again , check if users have same issue. also, suggest take following hotfixes of gpp: https://support.microsoft.com/en-us/kb/2590914 regards, wendy please remember mark replies answers if , un-mark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com. Windows Server  > 

RemoteApp and focus on dialog boxes

publishing our applications user using remoteapp. it happens rather when in app causes app display dialogbox or maybe window the new window come behind app , impossible to. seems wont focus , cannot minimize app in order see window requiring action i have found couple of notes nothing sugestion solution or so. anyone seen before , knows more it owe hi, ripstar, we posted a blog entry announcing rdp 7 available xp , vista matrixes showing user experience when connecting ws08 r2 , win7. http://blogs.msdn.com/rds/archive/2009/08/21/remote-desktop-connection-7-for-windows-7-windows-xp-windows-vista.aspx hope helps, christa christa anderson [msft] want windows server 2008 terminal services resource kit? click here. Windows Server  >  Remote Desktop Services (Terminal Services)

How to replace src="imgelink" in multiple html files

hi all, i need replace text:   src="name.surname_file/image001.gif     with:  src=" http://www.website.com/image001.gif " in multiple htm files. my issue in the part name.surname that different in each file. there way for manage portion of string? the * do not work as thought i.e. if  src="xxxxxxxxname.xxxxxxsurname_file/image001.gif"  exist replace src=" http://www.website.com/image001.gif " my script $old = 'src="*_file/image001.gif"' $new = 'src="http://www.website.com/image001.gif"' #change get-childitem folder or choice get-childitem c:\signatures\*.htm | {$_ -is [io.fileinfo]} | % { (get-content $_.fullname) -replace $old, $new | set-content $_.fullname write-host "----- working ----------" write-host "processed: " + $_.fullname } thank you andrea gail in regular expression, dot matches character.  + quantifier means "one or more&

Information Required

hi, i have basic idea in activedirectory. learn more in ad. can tell me best way learn trouble shooting in activedirectory ( replication ,ad issues etc.) ? is there technical document available, please suggest . this link has links wiki articles troubleshooting ad. there other topics in portal, such overview, design, , replication, might of interest: http://social.technet.microsoft.com/wiki/contents/articles/13752.wiki-active-directory-domain-services-ad-ds-portal.aspx#troubleshooting richard mueller - mvp directory services Windows Server  >  Directory Services

Lost document

hello. i wonder if can help. i've been working on document couple days. morning disappeared. not in documents folder. when open recent documents see  blank no content , can't opened. please welcome!! this kind of thing happens if document on usb drive, due drive not being removed 'safely'. outdated anti-virus software can allow virus attacks similar things on internal hard drives. similar results can occur documents opened email attachments - changes not saved attachment, temporary file gets deleted when close email program. unless can find file via windows explorer, best solution reload file known backup. cheers paul edstein [ms mvp - word] Microsoft Office  >  Word IT Pro Discussions

How do I add a domain user to Local Administrators group time being via GPO

we have implemented laps in our corporate environment, users not have admin privileges on desktop/laptop. want if senior vp or management person asks admin rights on pc time being, how achieve via gpo or other method. hi  you should configure "restricted group policy" add specfic user&group local administrators group. check these; https://support.microsoft.com/en-us/kb/279301 http://www.frickelsoft.net/blog/?p=13 this posting provided no warranties or guarantees,and confers no rights. best regards burak uÄŸur Windows Server  >  Directory Services

Firefox and/or Chrome settings changed with Powershell (or XML)

hi there, my aim install these 2 programs silently (already done). not want install them silently, want give them specific configuration. know how change settings manually, possible change settings powershell or xml? if possible, take idea: changing settings manually, saving settings (somehow) copy pasting settings after installation has been done. i hope can me out here. powershell newcomer i think issue more finding configuration settings want copy rather limitation in knowledge of scripting. perhaps there third-party tools available can called using parameters. in past have used applications such favbackup, not allow scripting or parameters. if set on scripting way out of one i suggest going through product documentation of browsers want export settings from. jaap brasser http://www.jaapbrasser.com Windows Server  > 

Active directory 2008: time based policy is needed

hi friends i need time based policy tool or software active directory 2008 r2 because right have applied different policy on users, not right because when user goes guest house laptops policy still in effect in accounts i want policy effective 8:00 4:00 pm. can tell me how find time based policy sure not applicable in active directory 2008 regards greenman hello, this dependend on type of policy. if use administrative templates, can convert them group policy preferences registry items. can use time based item level targeting. http://technet.microsoft.com/en-us/library/cc772395.aspx anyway, if computer has no connection dc @ moment of "switching" fail. you can lookup registry keys tool: http://gpoguy.com/freetools/freetoolslibrary/tabid/67/agenttype/view/propertyid/87/default.aspx if want use software, can have @ windows intune or gpanywhere mvp group policy - mythen, insiderinfos und troubleshooting zum thema gpos: let's go

Falha do windows media play 11

por quê certos emails não consigo abrir. peço ajuda se o caso. será que está instalado corretamente proma de música e slids? meu pc è windows xp profissional. favor me orientar, se o caso. estou usando versão 9 w. l. m   odei, qual falha? qual mensagem de erro? pode se procurar algum erro no event viewer. http://t-cardoso.blogspot.com/2009/08/how-to-event-viewer.html []`s thiago cardoso luiz - mcsa w2k3 mcts sql itil msp http://t-cardoso.blogspot.com/ caso seja util vote e coloque como resposta Archived Forums W  >  Windows NT Server 4.0

Windows 7 not automatically installing updates downloaded from Server 2012R2 WSUS

hello all, long time reader, first time poster.  i running 2012 r2 wsus server on test, non-domain network work on of settings meet our needs.  i have used local gpo's on win7 , server 2012 r2 systems, , have been downloading , , installing updates wsus, expected.  our network computers configured shutdown every night @ mid-night.  with said, don't need computer restarted install updates.  i don't want end user know being installed, or have them restart computer once updates have been installed. i have 1 win7 system gpo "re-prompt restart scheduled installations" , "delay restart scheduled installation" gpo's disabled.  automatic updates shows there updates ready installed, has not installed them.  this has been way several days.  i have restarted pc, changed update install schedule gpo time that hour in future.  once scheduled time has passed several hours, still not install updates.  i have win7 configured same exact settings, 2 restart

Windows 2003 service pack 2 error (ql40xx.sys)

i receiving following pop error when attempting apply windows 2003 service pack 2: setup has detected driver (ql40xx.sys) not compatible windows server 2003 service pack 2. please contact qlogic updated driver , restart installation. physical 2003 server attached iscsi storage via ms iscsi initiator have searched several forums resolution , there scarce information anywhere related error message below entire log entry svcpack.log 3.063: 2013/03/20 03:56:46.133 (local) 3.063: c:\windows\softwaredistribution\download\f6beed31356960099b028c3b7e0f7fc3\update\update.exe (version 6.3.4.1) 3.063: service pack started following command line: /si /parentinfo:2e2d6a92fab565479ffd0c74fb0be2d5  3.063: in function getbuildtype, line 1170, regqueryvalueex failed error 0x2 3.141: return value onacpower = 1 3.141: onacpower returned value( 0x1 ) equal 0x1 3.141: condition succeeded section onacpower.section in line 1 of prerequisite  3.625: internalfilename of c:\wind

Remote domain join Windows Server 2012 standard

Image
how remotely join windows 8 pro clients windows server 2012 standard domain controller without using vpn? hi, in order join domain, must ensure client can connect dc. below commonly required ports. udp port 88 kerberos authentication udp , tcp port 135 domain controllers-to-domain controller , client domain controller operations. tcp port 139 , udp 138 file replication service between domain controllers. udp port 389 ldap handle normal queries client computers domain controllers. tcp , udp port 445 file replication service tcp , udp port 464 kerberos password change tcp port 3268 , 3269 global catalog client domain controller. tcp , udp port 53 dns client domain controller , domain controller domain controller.  also, take @ below article.. http://support.microsoft.com/kb/832017#4 in addition, recommend repost issue @ ad forum. there may more effective suggestion other experts familiar topic. understanding highly appreciated. best regards, aiden   aid

Essentail connector error - ClientDeploy.exe - This application could not be started

hi, i trying configure windows server essentials connector in windows 10 pro machine i have installed connector when open configuration wizard in error message comes "clientdeploy.exe- application not started. please find below log files kindly let me know solve issue [2628] 170106.183427.0293: clientsetup: start of clientdeploy [2628] 170106.183427.4030: general: initializing...c:\program files\windows server\bin\clientdeploy.exe [2628] 170106.183427.4313: clientsetup: create client deployment registry subkey if necessary [2628] 170106.183427.4614: clientsetup: initial launching way: -launchedfrom:installer [2628] 170106.183427.4624: clientsetup: initial state set [2628] 170106.183427.4624: clientsetup: initial servername: 10.0.5.5 [2628] 170106.183427.4634: clientsetup: loading wizard data [2628] 170106.183427.4754: clientsetup: saving wizard data [2628] 170106.183427.4814: clientsetup: current deploymentstatus=start [2628] 170106.183431.1131: c

SSRS Matrix Dynamic Formatting of Cell Issue

Image
hi - have problem that's bit beyond me : i have following result set putting ssrs 2012 matrix: rownum rowlabel   val   title 1.00   advance  1000 0.0000   testtitle1 4.00   list price   18.0000   testtitle1 5.00   units shipped   20000   testtitle1 6.00   return units   -8125   testtitle1 7.00   net sales units   11875   testtitle1 8.00 return %   45.0%/10.0%   testtitle1 * note: data in val for 'return %' text field - informational , necessary. when setting such columns title , , rows rowlabel , folowing:   testtitle1 advance 10000.0000 list price 18.0000 units shipped 20000 return units -8125 net sales units 11875 return % 45.0%/10.0% what is, basically, format cell based upon rownum. rownums 1 through 7 specific format each, , want rownum = 8 left alone , display text contents.   testtitle1 advance

Visual State on Initialize (Chicken vs. Egg)

even though i've been working silverlight time, inner workings of visual state manager still mystify me.  trying create control in code , set control's visual state.  let's have custom control called selectorcontrol inherits contentcontrol.  selectorcontrol has dependencyproperty called isselected.  when isselected set true, changes visual state "selected" , on false "unselected" in dependencypropertychanged callback, so...     private shared sub onisselectedchanged( byval o as dependencyobject, byval e as dependencypropertychangedeventargs) directcast (o, selectorcontentcontrol).notifypropertychanged( "isselected" ) directcast (o, selectorcontentcontrol).onisselectedchanged(e) end sub private sub onisselectedchanged( byval e as dependencypropertychangedeventargs) if directcast (e.newvalue, boolean ) then me .gotostate( "selected" ) else me .

Printing Report Footer at the bottom of page instead of where report ends.

Image
hi all, i designed report, take around 3 4 pages each customer. want include report footer, print in last page, @ bottom of page. if add contents after tablix, content printed after details section printed, of time not in bottom. there way make @ bottom ? in crystal reports. i can insert page footer , give expression change visibility last page. hide page footer in pages. need page footer in pages, showing page number. thanks abdul gafoor hi abdul, in report, page footer run along bottom of each page.  description, want display report footer content in last page. suggest use following expression control content’s visibility, please see: =iif(globals!pagenumber = globals!totalpages,false,true) more information adding page headers , page footers, please see: http://msdn.microsoft.com/en-us/library/ms159677(v=sql.100).aspx regards, bin long bin long technet community support SQL