Can we make this in Form & Grid?

Can we make this in scriptcase? The title just like a comments or explaination to the field you’re in.


<html>
<body>

<span id="id_label_login" title="This is what I want.">Login ID</span><p>

<span id="id_label_login" title="{userid}">{username}</span>

</body>
</html>

Regards,
CK

Re: Can we make this in Form & Grid?

You can create a php_method and enter your html. Just make sure you delimit the html:

<?
html
<?php

You can then call the function.

You can also use Help Settings for each field to describe the field. Just set it to text. I would think you could call the php function from here, but I would have to try it to verify. You may have to delimit the function call, etc.

Regards,
Scott.

Re: Can we make this in Form & Grid?

Don’t you think can make it a standard features?

I think many people would like to have this in their program.

Actually we just need to add {userid} to the title.

Regards,
CK

Re: Can we make this in Form & Grid?

You will have to make this a feature request to NetMake. I am just an end-user such as yourself.

Regards,
Scott.