|
Hi,
I am using SQL Server Reporting Services 2005 (SSRS 2005) to build an A4 portrait report. This report contains some text data and a matrix placed on a list so a horizontal table effect is created (with the columns representing the various repeating...
Started by Tim on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Once I shortened the list.
To get around it right now of the matrix as the list was effectively padding and giving the blank page.
Unfortunately I am trying to fix that right now as well .
The blank page.
|
|
Howdy,
So I know I've had this working before, but after a fresh install of Windows XP and Cygwin, I can't seem to get the Cygwin/X server to give me anything other than a gray screen and an hourglass cursor. I followed the instructions on the Cygwin/...
Started by DCookie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Everything worked....
Well, I sat down at my PC tonight to do more investigation, looked in my .xinitrc file and saw nothing of concern there, and ran startx again .
That is usually just the X Server running without any programs, such as a window manager.. .
|
|
Hello all,
I searched the forum, and nothing came up for this particular incident that i'm facing. Sorry if I missed something else on this forum. Maybe my lack of terms when searching..
Anyways, my session is very simple. I have an hour long episode....
Started by Marc7777 on
, 12 posts
by 7 people.
Answer Snippets (Read the full thread at motunation):
If I can't figure it out soon, i'll just give up and except the fact that I have to bounce in real time simple, but yet gives the most headaches haha
Glad I can put this to rest! Thanks to everyone.
|
Ask your Facebook Friends
|
Whenever I click Mark Forums Read, in Forum Actions, I am confronted with a blank popup. I can take a screenshot if need be.
Started by Microsuck on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at digitalpoint):
It's been fixed..
|
|
Hello there
I have recently finished my first Symfony2 website. It is all working perfectly on my computer through localhost.
I have uploaded the site to a linux server at Godaddy (php5.3.6) but when I go to app.php I get a blank white screen
If i go ...
Started by barry_j on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at symfony-project):
I have solved this!
In app.php, there is a line that needs to be changed from
$kernel = new AppKernel('prod', false);
to
$kernel = new AppKernel('prod', true); .
|
|
Hey guy, I have this problem with my Laptop...
I have a windows 7 32 bit and for some reason it wont load. Its just stuck on the windows logo and nothing happens. I tried going into Safe Mode, and all the other F8 options but nothing works.
So I read ...
Started by BDani on
, 8 posts
by 2 people.
Answer Snippets (Read the full thread at sevenforums):
Have you tried.
A blank page You may need to wait awhile for it to load further.
Just the background.
|
|
Hello,
I have the following part of an AJAX application, which gives no errors, but also nothing is displayed to the screen, so I am unsure of where the problem lies. Calling this page directly from a browser with ?cmd&id=1 should return, or even calling...
Started by Joshxtothe4 on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
It turned out of your code, you need ?cmd= GetSALEData or else a blank page will be returned, because everything.
I would inexplicably get a blank page, usually in IE6 but sometimes in other browsers.
|
|
Hi, so I played AOE 3 for a while in my PC, then I uninstalled. So I have recently installed it, which was perfectly fine. But when I want to play there is an error box without word s. I was wondering what the problem is? I have windows 7, 64-bit.
Started by Cookies Monster on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at microsoft):
How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7 http://support.microsoft.com/kb/929135 Note : After troubleshooting follow Step 7: Reset the computer to start... .
Hi, Check if the issue exists in a clean boot state .
|
|
How do I get countifs to select all non-blank cells? I have two other criterions, so using counta alone is not an option.
Using istext makes the result give 0, always. Excel gives an error when using <>"" as criteria.
Started by Kim on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Are using multiple criteria, and want to count the number of non-blank cells in a particular column, you.
|
|
Ive set up a custom data type
type vector = {a:float;b:float};
and i want to Initialize an array of type vector but containing nothing, just an empty array of length x.
the following
let vecarr = Array.create !max_seq_length {a=0.0;b=0.0}
makes the array...
Started by Faisal Abid on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How can you have nothing ? When you retrieve an element of the newly-initialized array, you must get something , right? What do you expect to get?
If you want to be able to express the ability of a value to be either invalid or some value of some type... .
|