I need to come up with some code using the holy writ that proves it. I'm supposed to be on vacation - sigh...
Type: Posts; User: Bob Worsley
I need to come up with some code using the holy writ that proves it. I'm supposed to be on vacation - sigh...
The problem is not that I can't get it to work, the problem is that when used in a dbModalPanel it's inconsistent. The first time it's popped up it always works. With subsequent popping up of the...
I'll try it but the help explicitly says to have it false
https://docs.microsoft.com/en-us/answers/questions/293852/sql-server-bulk-insert-permisisons.html
I recently used bulk insert but don't remember anything special but then I owned the database
Well that's not what the help says to do but no, that doesn't work -- I tried it. I've had it work the first time I brought the dialog up but then subsequent times it does not.
According to the help, Allow_Undefined_State in a dbComboform is supposed to work if that property is set to true, entry_state is false, allow_blank_state is false and the dbcomboform DD is cleared. ...
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