Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4

Thread: I need code

  1. #1
    Join Date
    Aug 2006
    Posts
    34

    Grin I need code

    code his bad

    PHP Code:
    selected_page ComboBox.GetSelected("ComboBox1");
    Page.Jump("page"..selected_page); 
    Please see the picture

    v
    v
    v
    v
    v
    Attached Images

  2. #2
    Join Date
    Oct 2004
    Location
    East, South & West Asia
    Posts
    1,020
    Hi Adnan,

    Please check some samples here. Simple samples. Easy for learning.
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

  3. #3
    Join Date
    Oct 2006
    Location
    London, UK
    Posts
    351
    selected_page = ComboBox.GetSelected("ComboBox1");
    Page.Jump("page"..selected_page);
    try this one:

    sel = ComboBox.GetSelected("ComboBox1");
    PageName = ComboBox.GetItemText("ComboBox1", sel);
    Page.Jump(PageName);

  4. #4
    Join Date
    Aug 2006
    Posts
    34
    I had the pleasure you

    Please check some samples here. Simple samples. Easy for learning.
    A beautiful location and benefited from it

    Thank azmanar

    *******************************

    Quote:
    sel = ComboBox.GetSelected("ComboBox1");
    PageName = ComboBox.GetItemText("ComboBox1", sel);
    Page.Jump(PageName);
    Thank mz241508


Similar Threads

  1. Article: Using Authenticode Code Signing Certificates
    By Ted Sullivan in forum Setup Factory 8.0 Examples
    Replies: 4
    Last Post: 10-31-2007, 09:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts