Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5986217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:38:26+00:00 2026-05-22T22:38:26+00:00

I have an Intraweb application which is using the TTIWDBAdvWebGrid component. Two columns of

  • 0

I have an Intraweb application which is using the TTIWDBAdvWebGrid component. Two columns of the grid are comboboxes (editor is set to edCombo) – look at the picture below

enter image description here

What I want is that when one of the comboboxes is changed the other changed it’s value to opposite (if first is YES then the other is NO).

I’ve tried with javascript code at the ClientEvents-combochange

valcb=GetEditValue(IWDBGESTANTObj,c,r);
if (c==5 )
{
if (valcb='OUI ') {SetCellValue(IWDBGESTANTObj,6,r,'NON'); }
else {SetCellValue(IWDBGESTANTObj,6,r,'OUI');}
} 

but this code changed the values from the second combo to nothing….

How can I resolve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:38:27+00:00Added an answer on May 22, 2026 at 10:38 pm

    Resolved by using the following javascript code:

    if (c==5)
     {wId = "G0D" + r + "C" + (c + 1);}
    else
     {wId = "G0D" + r + "C" + (c - 1);} 
    myCombo = document.getElementById( wId);
    if (ctrl.selectedIndex==0) 
    { wInd=1;}
    else
    {wInd=0;}
    myCombo.options[wInd].selected=true;
    

    Intraweb is generating the id for each combo by concatenating the following elements
    “GOD” + row_number + “C” + column_number

    This code must be set on the ClientEvents-ComboChange property

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have a look on following application http://itunes.apple.com/us/app/fatbooth/id372268904?mt=8 i think they are using the same
I have an application in Delphi 7 which is using a clientdataset, and make
Have just started using Visual Studio Professional's built-in unit testing features, which as I
We use Intraweb for our Web Applications and also have been using ReportBuilder for
We* have a web application, created by Delphi + Intraweb (for the front end/web
My Delphi/Intraweb application uses a TMS TTIWDBAdvWebGrid associated with a dynamically created TClientDataSet via
Have a look at this code: #include <iostream> using namespace std; int main() {
Have started playing with Xcode 4.2, and created a single page application using storyboard
Lets say I have an intraweb application (written in Delphi 2010) with an iwEdit
Anyone have a sample of doing a jQuery notification/popup/calendar in Intraweb ? A simple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.