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!

Recent content by jspe377522

  1. jspe377522

    Php Event Calendar & Javascript Overlib

    Hi Dan, I got so far with it but not all the way. I ended up for speed doing away with the popup for the time being infavour of a small <iframe> which will do the job for now. If anyone can help i will appreciate it Cheers James
  2. jspe377522

    Php Event Calendar &amp; Javascript Overlib

    Ok i think i have got this right but let me know if i havn't. &lt;html&gt; &lt;head&gt; &lt;!-- TemplateInfo codeOutsideHTMLIsLocked=&quot;true&quot; --&gt; &lt;!-- TemplateBeginEditable name=&quot;doctitle&quot; --&gt; &lt;title&gt;Malton and Old Malton Cricket Club&lt;/title&gt; &lt;!--...
  3. jspe377522

    Php Event Calendar &amp; Javascript Overlib

    Hi guys, I wonder if someone can help me with this, I am fairly new to php and would like to include some javascript. I have a php events calendar which links to a mysql events table. On a day when an event is listed the colour changes. I would like to include a popup that shows details of the...
  4. jspe377522

    Php Event Calendar &amp; Javascript Overlib

    Hi guys, I wonder if someone can help me with this, I am fairly new to php and would like to include some javascript. I have a php events calendar which links to a mysql events table. On a day when an event is listed the colour changes. I would like to include a popup that shows details of the...
  5. jspe377522

    New record by clicking in a list

    Works a treat thank you all very much. Cheers James
  6. jspe377522

    New record by clicking in a list

    im being really thick, which , do i remove i have removed both with no luck!! Cheers James
  7. jspe377522

    New record by clicking in a list

    Private Sub Command9_Click() DoCmd.OpenForm , "frm_Contacts", acNormal End Sub Cheers James
  8. jspe377522

    New record by clicking in a list

    Sorry about this Did as said and got the following error Complie error: Argument not optional Wehen pressing comand button, shows first bit of code Cheers James
  9. jspe377522

    New record by clicking in a list

    Hi there, I have a form which just shows a list box with company name, key id and postcode in it. I want to select a record and click a command button to take me to another form, the form is to add new data based on the information from the list box in the other form. does this make sense...
  10. jspe377522

    PCL/PJL & Line 100 for DOS

    I have been playing aroung with PCL Macros and come to the comclusion that you can't include PJL in them. Am I correct? On a second thought does anyone know if Line 100 for dos has the ability to include PJL in the report?? Help much appreciated Cheers James
  11. jspe377522

    show fields based on value list

    Hi there, Ok thanks for the help with this, I have got a full solution by looking at the Visible file on database pros and using the code above. Details below. Define Fields: Text 1 - Text Text 2 - Text Text 3 - Text Visibility_1 - Calculation = Case(Vis_Opt = &quot;Option 1&quot;,1...
  12. jspe377522

    show fields based on value list

    Ok, I have got the sample &quot;Visible&quot; file from database pros. Works ok but what i am after is a pull down menu where you select option 1 and text 1 field is shown. If you select option 2 then text 1 and text 2 fields are shown. When you select option 3 all 3 fields are shown. Am I not...
  13. jspe377522

    show fields based on value list

    The calculation says &quot;There are more ( than there are )&quot; And the databasepros site is down!! Cheers James
  14. jspe377522

    show fields based on value list

    Hi, I am looking to have 3 fields hidden in a layout. When a user selects option 1 in the value list 1 of the fields are displayed. When they select option 2 2 fields are displayed and so on for option 3. But im not sure how to go about it. Cheers james
  15. jspe377522

    Decimal Points

    Hi there, I have a requirement for a simple database that calculates a cost based on less than a penny (uk currency) per item. It is based on a meter reading system. Basicly the database has 5 fields as follows: 1. Cost - e.g £00.007 2. last reading - eg 100 3. current reading - eg 200 4...

Part and Inventory Search

Back
Top