DemoFileDialog.wo
Object oTreeView is a cWebTreeView
Set pbFillHeight to True
Property String psStartupPath "C:\Users\Harm\Pictures\"
Type: Posts; User: Samuel Pizarro
DemoFileDialog.wo
Object oTreeView is a cWebTreeView
Set pbFillHeight to True
Property String psStartupPath "C:\Users\Harm\Pictures\"
Analyzing the DOM, the webGroup does never receives the css class Web_Disabled, like the other controls.
So, even creating a custom css to apply the transparent color when it gets disabled, it...
Several controls has an auto mechanism to change its background color, in disabled mode (read-only).
This is nice.
Why cWebGroup in DF_Materail does not behaves the same way ?
Below...
The new float label reacts when the view is in read-only mode, or control is disabled for input.
To test on WebOrder,
In oZoomSalesPerson zoom view, I have changed oSalesPName form to be...
Shouldn't the label font size for the lpTop and lpFloat be the same ?
Some controls do not have lpFloat capabilities, like combo-forms. hence you have to use lpTop only.
But when you mix...
Nice Case published in DAW's news.
DataFlex developers deliver web solution overnight to solve Covid-19 crisis (dataaccess.com)
Congratulations Sture, Klaus and everybody else involved !
...
It was not even 1 year old.. only a 4 months ...
Is your windows fully updated ?
I had that problem once.. long time ago.. I was not able to "fix" it.. fight it amost 1 entire week. but I gave up.. I formatted the vm and started all...
Is this for your db2 tests with Df?
if yes, you don’t need odbc DSNs. Either file or system ODBC DSNs. Unless of course you are using DAW ODBC driver, instead of the Db2 db2_drv.dll one.
...
What kind of "DF-Vodo" language is this ?
Is this valid DF syntax.. ? Does it even complies ?
Would you have a sample to define this api on DF ?
It's declaration has unlimited parameters..
int WINAPIV wsprintfA(
LPSTR ,
LPCSTR ,
...
);
Nice.... I missed that one..
Thanks Stephen for the reminder..
nice.... Thanks Wil
Just that... simple isn't it !? hehehe
Confess.. You saw that coming right !?
You want a Folder Dialog, not a file Dialog.
Unfortunately, DF has nothing built-in yet, but if you search the forum for Browse Folder you will find some solutions shared by our estimated...
Nah... sorry, I am actually who needs to sleep.
You don't need the "sleep" code in your SP.. just change the order of events..
user 1, locks row "A"
you trigger your SP, which will...
if you really want to test, you have to put some big sleep inside your SP code, between the 2 resources (rows , or tables) you touch.
for a deadlock to happen, you have to make the locks...
I should have increased my browser font size.. I really saw "A"+"~" there...
Ok.. hehehe.. I keep learning this every day.. this one I would like to get some comments from DAW. Unicode is a...
Why do you want the ASC code only for the 2nd byte/position ?
ASCII is meant to return the entire "character" codepoint.. in this case your "Ã", which is 195. (U00C3)
Look the...
have you ever looked at the learning center's lessons ?
There are two videos/lessons there, one Dynamic Objects Library and Advanced Dynamic Objects
They should cover the basics you need
It may not be the best solution... but maybe a vaild workaround..
You may want to disable the auto-retries.
Set_Transaction_Retry (dataaccess.com)
DF_LOCK_DELAY (dataaccess.com) ...
DF_LOCALE_CODE (dataaccess.com)
Samples code has it wrong DF_LOCAL_CODE instead.