|
We have many Crystal Reports (8,11) files with picture fields. The image data is comming from BLOB fields in a temporary database.
The problem: The Crystal Reports designer is showing the image, which was in the database at the time the field was inserted...
Started by DR on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If the images came from the database, it might be saving to the .rpt if you have 'save data.
I'm not positive, but I think it keeps the initial picture so it can remember the dimensions.
|
|
I coded in the data contract from code samples and my service is running, but I didn't explicitly set the data contract.
At which bound is the data contract bound to the service contract?
Started by JL on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Any data being passed around must be something that can in the service contracts - all the operations and all the data being operated on - must be in a format that can be expressed in a WSDL (operations....
Service Description Language) file.
|
|
I want to remove the GPS data from some of my iPhone pictures. Is there an easy way to do this?
Started by seattle on
, 13 posts
by 10 people.
Answer Snippets (Read the full thread at macrumors):
But I'm....
Great, iPhone model, etc.
The EXIF data.
|
Ask your Facebook Friends
|
We are currently setting up a conference/meeting/voting system. There is a PC (Call it CompA) whose secondary display is the public display which shows information,voting results, etc.
There is another PC (call it CompB) which a clerk sits at. I would...
Started by Neil on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
|
|
I am trying to write a Core Data application for the iPhone that uses an external data source. I'm not really using Core Data to persist my objects but rather for the object life-cycle management. I have a pretty good idea on how to use Core Data for ...
Started by Vernon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But since you're already using Core Data, and like the features it provides, why not modify your data model to include a "source" or "callType" attribute? At the moment you're implicitly creating be to clear the data store....
To Flickr.
|
|
I was wondering why I get charged for data when I send picture messages. My phone makes me connect to the internet to send these messages, but if this picture messaging is really part of the Unlimited Messaging plan I should not have to pay for these....
Started by w3041049 on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at sprint):
My phone makes me the internet so I wont be charged for it? You need to let it connect, Picture mail uses data to send different scenerios for....
|
|
I want to provide about 10 different 'statistics' to my users. Each stat represents the count returned by a different query of my database. Each stat/query is specific to the current user. What is going to be the most efficient way to achieve this? Am...
Started by flesh on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
We have....
I'm not much of a data guy but I would think that a single stored' of the statistics as I go and store in the database, it's a simple query to retrieve the data when required may be required.
Don't want multiple queries per page.
|
|
I have the oauth authorization with google working correctly and am getting data from the contacts api. Now, I want to programmatically get a gmail user's first name, last name and picture. Which google api can i use to get this data?
Started by Pranav on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Off topic: how can I pm the author to ask if they've figured out how to get the picture from google id?.
ResultFeed.getId();
Im still looking for a way to get the picture.
|
|
I have a custom webpart that is displaying dynamic list data, it needs to render an image from a Picture Library (or at least provide me the URL so I can encapsulate it with an tag), however, none of the fields in the Picture Library seem to contain the...
Started by Ryan Eastabrook on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Assuming you are using the object ....
Otherwise the spListItem object from the spList has the property URL which has a web relative URL for the image .
Are getting information from a CAML query? If so you will need to add the required field to the query .
|
|
Hi,
i am currently working on a class that generates diagramm's as pictures with php. I want to load these pictures dynamically with jquery. How can i do that?? I wont have a real picture file, just the content of the file when i call it with ajax... ...
Started by Gushiken on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
$("#div").html....
Method 1 - Inline the image Do what Brayn said, but data should be a base64 encoding of your image .
Something like this:
$.post("file.php",{param: val},function(data){ $("#div").html(data); })
If you as I see it.
|