Is B your main_dd of your view?
Is C based in a grid/list, like a orderheader x orderlines fashion?
If yes, you just need to put a constrain_file between c and B
Type: Posts; User: Samuel Pizarro
Is B your main_dd of your view?
Is C based in a grid/list, like a orderheader x orderlines fashion?
If yes, you just need to put a constrain_file between c and B
yeah... nice !
just be cautios, as from my understanding, it disables the sorting for all validaion-table dialogs globally.
not sure if that is what you really want!
Hi
Have a non-data-aware weblit, (peDbGridType = gtManual, pbDataAware = False) with complex sorting requirements from the customer.
so, clientSorting is not an option and not being used as...
Class: CodeValidationTable (dataaccess.com)
To disable sorting of all validation lists:
Set Sort_State of DD_Global_Validation_Prompt_Object to False
it seems it's all or nothing.. ...
can you ship them to brazil !?
hehehehe
nice to hear!
Note that this is for sure far away from a permanent solution.. which in my opinion should come from DAW.
I'm quite sure this won't handle some edge cases, for example:
*...
Just tested this in WebOrder.. and it worked..
Besides the js script in the index.html file.
All I did was to change label position to lpFloat in ORderBy form.
Object...
what version are you ? you noticed that the code checks if you are running df 20.1..
If you are running in 20.0, you have to change that 1st condition in the code..
Also, I just tested...
I beleive I could make the dynamic part to work... I guess..
try this :
<script>
/* hotfix , tooltip on floating labels. */
if(df.pnDataFlexVersion == 20.1){
you are not setting any psToolTip at object delcaration !
As I said, my "solution" only works for fixed tooltips. not set dynamically, which I guess is happening with you .
it works for...
Hi Nick
This seems to help a bit.. But It's not dynamic aware. In other words, if you change either peLabelPosition or psToolTip dinamically, I don't beleive this code will catch it..
But,...
good catch! Hawk eyes!
Hi Nick
Good catch.. and I agree with you..
From html perspective, it's really simple fix.
15436
?????
I really don't beielve this was intentional when lpFloat got implemented.. I seriously doubt it!
Tootips, and placeholders, and float Lables are 3 different stuff!! Normally...
Stephen said it's an old bug. In that case it should be fixed instead.
does it fails only for this particular table ?
You are setting 3 attributes.. , type, reducing the size and renaming the column
I would try each one of them in a small dedicated program ,...
super! :o
Hey..
I was not point fingering specifically to you or DAW crew.. Sorry if sounds like that..
was just putting a general "practice" we all do, and I was including my self there..
...
I can undestand it either...
No offense.
But sometimes I can't resist...
For sure!
hehehe
another way of saying..
I don't want to clean up my own old stufff.. Not now, at least.. maybe about 2 years from now , if I am in a good mood..
hehehehehehe
sorry sir..
I never used libXL before.. can't help too much.
But , starts with the basic..
What is the error you get ? if you need assistance from others, don't make them to guess.. ...
you said in a previous post answer, that you have purchased only the 32 bits lib..
https://support.dataaccess.com/Forums/showthread.php?68571-oLibXL-DF2021-32bits&p=373264#post373264