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

    Word Macro to Insert Page Break

    Hello all I have a word document that has - two column layout - a table that has header repeating on all pages (and allow row breaking between pages turned OFF) The document has about 40 pages. I would like to loop through the document page by page, and add a section break at the end of...
  2. pgaec

    Whats wrong with this SQL?

    MySQL for some reason is not happy with this : select * from cr_person where id in ( select person1,pereson2,person3,person4,person5,person6 from cr_team where teamid = 1 ) Executing select person1,pereson2,person3,person4,person5,person6 from cr_team where teamid = 1 gives me...
  3. pgaec

    Ad Frame (Like Hotmail)

    Hi all This is what I want to do: Whenever someone clicks on a external link on my website, i want the external link open in a new page that has a frameset. the top frame should display banner ads whereas the bottom frame should display the external link the user clicked. i got a javascript on...
  4. pgaec

    JSP - XML

    Hi there, I have been asked to write a simple guestbook application using JSP & XML. The data will be stored into a XML file (and not a database) and the JSP page should provide the user with ability to browse thro' existing entries, find a particular entry, add an entry. It would be great if...
  5. pgaec

    Table - Not displaying properly in IE :(

    http://au.geocities.com/mexicomeat/index.htm Firefox displays the table just the way I wanted. But IE, for some bizarre reason doesn't display the middle image. Any one knows why?
  6. pgaec

    iframe within table?

    Here is a screen shot of what i would like to achieve: The top section (header) will just display an banner image. The main section needs to be split into two frames (one for the menu and the other for the main page. Here's the code for the header(banner). [I've created a rounded rectangle...
  7. pgaec

    Redirect based on referrer

    Hi, I have a site, say www.xyz.com. I display disclaimer in the index page. When my users agree to the disclaimer, the link takes them to www.xyz.com/gallery Now gallery is a 4images installation - the good thing about 4images software is that they have a header template which is displayed on...
  8. pgaec

    SaveAsXML doesn't work

    Hi I use PB9 and my application crashes silently when I retrieve a datawindow in design mode and right click & select save rows as xml. any ideas?
  9. pgaec

    Response window

    Is there a way to determine the name of the window that called a response type window? ie., windows A , B and C call window R [Type = response]. Is there any way by which I can determine which window called R [in the open event /pfc_postopen event of window R]
  10. pgaec

    MS Word - Bookmark

    Hi all, I have a word document with some bookmarks. I want my PB app to open the word document and fill in values [retrieved from database] at the bookmarks Can anyone send me some sample code related to this cheers MM
  11. pgaec

    Validation Expression

    For example, if I have the following validation expression on a datawindow column "1=2", when I insert a new row into the datawindow control, this validation is fired only when i enter some values in the datawindow column. Say, if i add a new column without entering any values in the...

Part and Inventory Search

Back
Top