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 bkrike 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: VCNewbie
  • Content: Threads
  • Order by date
  1. VCNewbie

    How do I redirect to a JSP page from a servlet w/o losing the variable

    Hi! I have 2 jsp pages page1.jsp and page2.jsp and 1 servlet, on the form action of page1 I called the servlet setting certain parameters (i.e. name), on the doPost method of my servlet, I called requestDispatcher to load page2.jsp. On page2.jsp I want to retrieve the value from page1 (for...
  2. VCNewbie

    how dow I pass the variable from a jsp to another jsp via a servlet?

    Hi! How do I do redirection from a servlet to a jsp page while preserving the variables? for example: page1.jsp calls servlet then servlet calls page2.jsp in page1: <form action=&quot;../servlet/NextPage&quot; method=&quot;post&quot;> Username : <input type=&quot;text&quot...
  3. VCNewbie

    MS SQL Server syslog equivalent table in POSTGRESQL

    Is there a way to get a table information from a POSTGRESQL database much like the one in SQL Server's sys_objects table? I need to code a javabean which will programatically read table information like the number of fields of a certain table and the data type of each field. How will I be able...
  4. VCNewbie

    what is the parent window of a cedit class?

    Hi! In the following code, the edit box I created at run time is not editable, can someone please explain why? thanks! Class CDerivedFromEdit :: public CEdit { BOOL Create(CWnd *pParentWnd, int type ,LPCTSTR lpszTitle = NULL); } Class CDerivedFromWnd :: public CWnd { CDerivedFromEdit...
  5. VCNewbie

    How do I set the alignment of a CEdit control at run time?

    Is there any way of changing the alignment type of a CEdit control from center to right justify or left justify at run time? Thanks! Raymond
  6. VCNewbie

    How do I create a text with a shadow effect

    Is it possible to create a shadow effect for a CString object? I have a Static Text object that I wanted to create a shadow effect, is it possible? Thanks! Raymond
  7. VCNewbie

    How do I create a text with a shadow effect

    Is it possible to create a shadow effect for a CString object? I have a Static Text object that I wanted to create a shadow effect, is it possible?

Part and Inventory Search

Back
Top