I do not know what I looked for, but another shot at TAs I found
http://wdb1.sco.com/kb/showta?taid=104851&qid=576787182&sid=444537450&pgnum=1
Thanks,
Jose
For the past few weeks I have been getting this error
IFMS #: LOGIN: ERROR- Failed to initialize policy manager. (IFOR_PM_FATAL)
The status from the policy manager daemon (PMD - /etc/ifor_pmd) indicates
that a serious error condition has occurred. Login is allowed, but the
system...
I learned that the hard way. My problem is that my fields change from 'closed' to 'opened' based on fields selection throughout the form.
Regards,
Jose
I just came across this. I am intending to have a few fields that may or may not be editable. I use <input ... disabled> when applicable to keep users from editing the content. The problem is that when the form is submitted, the disabled fields are blank.
What is up with that?
Am I using the...
DaButcher,
I had what you suggest until I ran into problems.
There are multiple things going on:
(a) Drop down list is inside a layer which is hidden and displayed based on field input
(b) Drop down list can also change to a simple text field (depending on selection made from a 2nd...
I am having problem with a list box. Here is the JS
var sa = '<SELECT NAME="title" id="titleID" onMouseOver="CheckEntityType()" onFocus="CheckEntityType()">';
var sb = '<OPTION VALUE=" "> </OPTION>';
var sb = '<option value="HEAD OF CORP./ENTITY">HEAD OF...
Given table A and table B. Table A is a master table and table B is a list of authority or reference which is fed by selecting records from table A (via an UI I wrote in PHP).
The interface is working fine but I am left with one problem. If I need to edit my table of authority, the source...
Well, it seems that I came up with a solution.
I am using PHP on the server side, so I added a line of code to my window page which executes as form is submitted.
I am simply checking for variable to determine if a valid submission took place, if so, I then dynamically add this within the...
Working on a data grid table which opens a window where a record can be edited. Once record is edited, I would like to trigger a mechanism that reloads calling page.
I have a CLOSE button which could be used to trigger the reload. I figure that if user closes clicking the X on upper right...
Thanks jpadie, I will keep these in mind. PDO is something you used on that "chat" code you gave me some weeks back. I have been meaning to read-up on it, perhaps the time has come to actually start reading.
Regards,
Jose
I was just handed a project to write an UI in PHP to query
MS-SQL database.
I am just starting to get comfortable with MySQL. Is there too much difference or is it just a matter of which functions one uses? Which extensions do I need (php_msql or php_mssql)?
Regards,
Jose
BillyRay,
Yes, you were right on the money!
I did not want to use multiple forms but I ended-up doing so after all. It works well. I added hidden fields to hold what I intended to plug in the URL using onclick() and all is great.
Thanks,
Jose
PS: I had not come back to the forum since I...
Good point!
I already use CSS, might as well add an entry for the mouse.
NOTE: The JS suggestion works just fine but the CSS it might a better way to go as it makes it universal without the additional overhead.
Thanks,
Jose
I am writing a search form. There are several fields the user will be able to use to search. I want to:
1) create a single form
2) associate an image to each field which onclick, submits form
Does not sound complicated at all ... I just cannot get it to work. I have tried
<img ...
You know, I though of posting it in the JS forum but in the end, since this is dynamically generated using PHP, I posted it here.
I do understand the escaping the character with \ ... the problem is, how can I do that if the fields are the results of a query? (I guess I should had mentioned...
I have a page where a grid is defined. I give an option to remove a record by clicking an icon. The onClick looks like
onClick='RemoveVendor("65","LARRY C O'STEEN, CPA")'
As you can see, the name contains a single quote "O'STEEN". The function RemoveVendor fails when a record like this is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.