Dear Experts,
I have used 2 buttons in gui status as display and cjhange.When the user will click display button the screen will dynamically change to non-editable mode.So I have written the following code.
loop at screen.
if screen-group1 = 'MOD'.
if flag = 'X'.
screen-active = 1.
else.
screen-active = 0.
endif.
modify screen.
endloop.
But it is throwing the below syntax error.
The type of "SCREEN" must be in the type or types of "SCREEN" compatible SEIN.
Kindly give some advice
why preg_match_all does not return the number of matches
My regex looks likeX[^\x{4e00}-\x{9fa5}]*Y(where X and Y are two Chinese characters)and my expression looks likepreg_match_all("/".$regex."/iu", $content, $out,
get the country of visitor and display content based on that
Hello all,I have seen that Google analytics can tell you where a visitor is coming from and I want to do something similar. But I would like to add the functionality of redirecting a user based on his
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login systemSay I go to http://www.website.comThe page that processes the login then returns the now-logged-in user to
md5 is it unique
I know this is most likely one of many simple questions that can be found semi easily. But I'm pressed for time. I have searched google, php.net, etc. But it only tells me how to make md5 hashes. Ok
Creation of Raw Exposure manually
SAP Gurus
Run function every 5 mins ??
I have a function PostMessage()How can I run it every 5 mins ??
Querying info from one table based on info in another
Hi, I am currently trying to make a part for my user driven website where one user can subscribe to another and whoever they have subscribed to is echoed back on there profile page. my users table
How can use this array as a key?
Say I have this array for example:print_r($array);Prints:Code: [Select]Array( [0] => Array ( [status] => 0 ) [1] => Array (
comparing tables across databases sql refinement ideas required
Hi all
Simple image grab script.
I was wondering if it was possible and if anyone knew how to make a simple php script that looks at one specified directory and makes <img src="*.*" \> type links out of it?ive