Results 1 to 10 of 29

Thread: cWebCombo has strange display

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Daytona Beach, Florida
    Posts
    1,816

    Default cWebCombo has strange display

    VDF 17.1 (A8)
    Chrome (v24)
    Win7 (32bit)

    Here is the code for a cWebCombo:

    Code:
            Object oProdSeed_Amt_bn11 is a cWebcombo
                Entry_Item Prod.Seed_Amt_bn11
                Set piColumnSpan to 4
                Set piColumnIndex to 11
                Set psLabel to "NP Committment Amount:"
                Set peDataType to typeNumber
                Set pbAddEmptyItem to False
                Set psTooltip to "Network Partners Committment Amount."
                Set psEmptyItemDescription to "No Committment"
                         Procedure onFill
                            Send AddComboItem "0" "None" 
                            Send AddComboItem 5000  "$      5,000"     
                            Send AddComboItem 10000 "$     10,000"
                            Send AddComboItem 15000 "$     15,000"
                            Send AddComboItem 25000 "$     25,000"    
                            Send AddComboItem 35000 "$     35,000"    
                            Send AddComboItem 50000 "$     50,000"    
                            Send AddComboItem 75000 "$     75,000"    
                            Send AddComboItem 100000 "$   100,000" 
                            Send AddComboItem 150000 "$   150,000" 
                            Send AddComboItem 200000 "$   200,000" 
                            Send AddComboItem 250000 "$   250,000"  
                            Send AddComboItem 325000 "$   325,000" 
                            Send AddComboItem 400000 "$   400,000" 
                            Send AddComboItem 500000 "$   500,000" 
                            Send AddComboItem 750000 "$   750,000" 
                            Send AddComboItem 1000000 "$1,000,000" 
                        End_Procedure   
            End_Object
    Here is what is displayed:

    Click image for larger version. 

Name:	comboListProblem.jpg 
Views:	167 
Size:	45.1 KB 
ID:	6010

    Note the top 2 lines in the displayed list. Where are they coming from?
    Also, if there is an active record, the value from the record does NOT display on find.
    Last edited by Jim Albright; 17-Jan-2013 at 01:23 PM.
    Jim Albright
    Wizard Systems, Inc.

Posting Permissions

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