Thanks Bernhard
Type: Posts; User: Bob Worsley
Thanks Bernhard
Sorry, setting the height of the image to a fixed height with UnitFromSCM or dynamically from the image?
Hi Bernhard,
Point taken but this is a work in progress. I still don't know exactly how the application will be used, in other words what kinds of images or how big they will be. All screen shots...
As I said somewhere else in this thread, my initial design in L&L was to add a picture object for displaying images and I had set the line height to 0 so that L&L could set the height of the...
I obviously missed the "within one column" part, sorry. Is there a reason why you want to put them in one column? Each button is an object so you'd have multiple objects in a single column...
Look at this thread, you can do multiple buttons with Ivan's code, I've used it several times
Put something like this inside your comboform object...
Property String psOrigValue ""
Procedure OnDropDown
Set psOrigValue to (value(Self))
end_Procedure
Browser caching?
pbAutoServer = True means the list uses the constraints in the server DD - in the view that calls the lookup. If you want to use the constraints in the list, remove the pbAutoServer line in the list...
Thanks Bernhard, that seems like it's a more precise means of setting the image size. I'll try working with it a bit.
Hi Bernhard,
Combit came back with a suggestion to use UnitFromSCM for the picture sizing but the help is a bit vague on how to do it so I haven't tried. What I did do is instead of setting the...
Completely the default
Hi Bernhard,
I looked in the designer at the various properties for the image, specifically the picture object and virtually everything is set to the default values. The only one item that I...
Hi Bernhard,
I don't think that image is nearly large enough that it couldn't be printed on a single page but I'll look at that. There's nothing set, that I know of, which would try and force that...
You might be able to connect dbBldr to the production database by changing the dfPath but am not sure it's a good idea. Alternatively, first, back up the prod database, then either temporarily...
As Michael says, you will need to deploy the .exe for the programming changes. As to the database changes, is your database the embedded or SQL? That will govern what you need to do for updating...
Hi Bernhard,
I'm not really setting the sizing in the designer, leaving it up to L&L to do it. The image is a relatively small screen shot, smaller than some of the others that I've used.
Debug...
L&L-26, DF-19.1, Win-10
I’m running a report that includes some jpeg images interspaced with text though the text isn’t causing a problem, the images, specifically 1 image, is. What I’m...
Nice. Thanks Peter
Wil,
Using a "blank" image seems to work, it does clear the image and since I'm not saving the blank to disk, it's a very simple solution. Too bad that I have to resort to it though...
I haven't tried that yet but I did try Wil's crowbar suggestion of using a blank dummy image and that seems to work. I'll play with it a bit more to be sure. creating and destroying seems like a...
I can try some of those ideas, thanks Wil. That's like Michael's bigger hammer method... ;)
Hi Chuck,
When you say "dynamically create the images" I'm not quite sure what you mean. The users are doing a copy paste from whatever application, email, photograph, etc. so are you referring to...
Just getting back to this and unfortunately none of this changed the current problem.
What I'm trying to do:
I have a view with 4 controls on it for saving some text into a table.
I also have a...
Thanks Marcia