commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/designer/src/forms/wizards AddDropDown.py


From: Jason Cater
Subject: gnue/designer/src/forms/wizards AddDropDown.py
Date: Sat, 16 Nov 2002 00:46:06 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/11/16 00:46:04

Modified files:
        designer/src/forms/wizards: AddDropDown.py 

Log message:
        Fixed bugs when selecting "Reuse Existing Datasource"

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/forms/wizards/AddDropDown.py.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: gnue/designer/src/forms/wizards/AddDropDown.py
diff -c gnue/designer/src/forms/wizards/AddDropDown.py:1.12 
gnue/designer/src/forms/wizards/AddDropDown.py:1.13
*** gnue/designer/src/forms/wizards/AddDropDown.py:1.12 Fri Nov 15 18:16:49 2002
--- gnue/designer/src/forms/wizards/AddDropDown.py      Sat Nov 16 00:46:04 2002
***************
*** 25,32 ****
  # Add a dropdown entry to a form, creating any datasources if necessary.
  #
  # NOTES:
- # While functional, the primary purpose of this wizard is
- # as a "learning-by-example" tool.
  
  
  from gnue.designer.forms.TemplateSupport import *
--- 25,30 ----
***************
*** 161,170 ****
      #
      elif stepCode == '1:reuse':
        return   { 'title': 'Datasource Connection',
!                  'content': (WizardText('What connection should this form use 
to connect to the \ndatabase?'),
!                              WizardInput('connection',label='Connection:', 
required=1,
!                                          set=self.__getExistingDatasources()),
!                              WizardText('You may be asked to login to this 
connection.')),
                   'prev': '0',
                   'next': '2:reuse' }
  
--- 159,167 ----
      #
      elif stepCode == '1:reuse':
        return   { 'title': 'Datasource Connection',
!                  'content': (WizardText('Which existing datasource should be 
used?'),
!                              WizardInput('source',label='Datasource:', 
required=1,
!                                          
set=self.__getExistingDatasources())),
                   'prev': '0',
                   'next': '2:reuse' }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]