Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: casabella
  • Order by date
  1. casabella

    Failed to initialize Policy Mange - How can I fix this?

    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
  2. casabella

    Failed to initialize Policy Mange - How can I fix this?

    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...
  3. casabella

    disabled text input field posts blank on submit - Why?

    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
  4. casabella

    disabled text input field posts blank on submit - Why?

    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...
  5. casabella

    Problem changing innherHTML - Please help!

    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...
  6. casabella

    Problem changing innherHTML - Please help!

    Thank you guys! I can't believe I spent all day looking at these lines of code and I did not pickup on that ... Regards, Jose
  7. casabella

    Problem changing innherHTML - Please help!

    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="&nbsp;">&nbsp;</OPTION>'; var sb = '<option value="HEAD OF CORP./ENTITY">HEAD OF...
  8. casabella

    Query table A and return records not found in table B. Please help?

    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...
  9. casabella

    On window close, reload opener ... How can I do this?

    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...
  10. casabella

    On window close, reload opener ... How can I do this?

    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...
  11. casabella

    PHP and MS-SQL: Looking for advise ...

    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
  12. casabella

    PHP and MS-SQL: Looking for advise ...

    Thanks vacunita! I'll do some reading and see where it takes me. I am sure I'll come back this way with more questions. Jose
  13. casabella

    PHP and MS-SQL: Looking for advise ...

    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
  14. casabella

    How can I use image to submit form onClick?

    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...
  15. casabella

    onMouseOver=&quot;change cursor style = pointer&quot; How?

    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
  16. casabella

    How can I use image to submit form onClick?

    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 ...
  17. casabella

    Problem passing information to JS when string contains single quotes

    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...
  18. casabella

    Problem passing information to JS when string contains single quotes

    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...
  19. casabella

    onMouseOver=&quot;change cursor style = pointer&quot; How?

    I know better than to ask a question before trying "search" and "faq". I did search but not faq ... Works great! Thank you very much, Jose

Part and Inventory Search

Back
Top