hehe.. just for sake of curiosity.. had nothing better to do on this sunday...
Disabled the timeouts ..
in a webapp, that SQLGetStatementAttributes procedure took 22 minutes to complete...
Type: Posts; User: Samuel Pizarro
hehe.. just for sake of curiosity.. had nothing better to do on this sunday...
Disabled the timeouts ..
in a webapp, that SQLGetStatementAttributes procedure took 22 minutes to complete...
First of all... SQLPrepare should be a function, returning if the stament got prepared successfully or not.
I'ts a simple procedure, with no return code.
Strongly Requst DAW to create an...
It always get from the current active row. That’s what you asked for in your first post.
if you need to access other rows besides the current one, then you need the proccesData approach
Adding to that:
I Believe you have replaced the file recently!
check its permission/privileges comparing with other css files.
Maybe, IIS user is not able read it.
I belive you just got lucky on this one!!
This method is not intended bo be used like that!
What DF version ?
Are you setting one of these cWebApp properties :
psDateFormat, psTimeFormat, psDateTimeFormat, psDateSeparator ?
If yes to what values..
Are you setting global...
Nice !!!
So..
basically DAW is saying that passing a native bmp/jpeg binary file to DR is not supported, unless you base64 encode it ?
That for sure would be a usefull tool !!
+10
But as far as I know.. there isn't.
Hehe
df dream nights
birds and other animals helped her, haven't they ?
Nice
yrw!
Clearing "browser data" for sure will do it.. but it may be too agressive in some circunstances.
You just need to "clear the cache" .
Browser menu, more tools, developer tools (Ctrl...
But that is not “web_creme” theme!
my css was for that theme only! I got that theme from your first post.
Unfortunately df various themes are not fully interchangeable for customization , and I...
I dont use DR, sorry..
Do they have a sample for this, where you could look at what they are doing differently ?
Hi Archie
Indeed the odd/even pattern from web_crheme themes is interfeering in your case..
The default selector from that theme gets a higher priority than yours custom rule, so yours rule...
but.. if your code was saving the bmp data wrongly in the database table.column, how the hell you could see the bmp image when looking at SQL directly ? Magic ???
Could you please
inspect the source webpage (dev tools) in the browser abd check if the updated application.css got really loaded in the browser?
oh boy
kkkkkkkkkk
never did it..
it seems GetKeyboardLayout is what you neeed for the identification part. Problem is how to interpret the return code ... MS docs @#$%@$.
The lower word part of it, tells...
if you are using the same table that got "corrupted" when your locale was wrong.. your testing is not valid.
your data may be already "corrupted" by previous changes.
Can you test the...
for simple column sorting:
Set piSortColumn to xxx
should do it..
if you ever need to sort by multiple columns, or use any custom sorring algorithim... you may take a look at this: ...
What DF version are you using ?
What backend db ?
What is your windows Regioin 'Languague for Non-Unicode programs' seeting in control panel for this server.. ? is it set the same as the...