Custom Query
Results (139 - 141 of 3882)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2778 | Rejected | include REGEXP function in to SQLite | anonymous | |
Description |
documentation on sqlite site said: The REGEXP operator is a special syntax for the regexp() user function. No regexp() user function is defined by default and so use of the REGEXP operator will normally result in an error message. If an application-defined SQL function named "regexp" is added at run-time, then the "X REGEXP Y" operator will be implemented as a call to "regexp(Y,X)". so i went ahead and try but (obviously) get : --> Error: no such function: REGEXP so - can regexp be included in you compilation of sqlite x86/x64 dll? |
|||
#2465 | Fixed | in _IEPropertyGet - out of date links in "ClientInfo Properties" | Jpm | mlipok |
Description |
All links in "ClientInfo Properties" table are out of date for example: http://msdn.microsoft.com/en-US/workshop/author/dhtml/reference/language_codes.asp We are sorry. The page you requested cannot be found. The URL may be misspelled or the page you're looking for is no longer available. |
|||
#604 | Completed | implement the transparency of all Ctrl | Jpm | vde75-forum@… |
Description |
Hi. I use background picture for some app. But, some control are not pretty because I can not set the transparency background. Can you implement for other control the GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT) Like GUICtrlCreateGroup label, GUICtrlCreateCheckbox label, ... GUICtrlCreateLabel is OK. Thanks |