GoDBTech
Home Solutions products Support Company
My Personal Page 
Forum 
    Forum Messages 
    Search Forum 
Downloads 
    GoDB Downloads 
    Beta Downloads 
Support 
    FAQ 
    Online Help 
    Samples 



FAQ

Keyword :            

1.In a lable I have given the percentage (%) symbol but it is automatically gets disappears, Why?
    Becaue "%" is the escape charater you have to give %25 to display %.
    
2.I have included an image in txt file but in design mode it is not getting displayed, Why?
    You must check the option called "Render Image" in the project option, gStudio -> View -> Option -> Workspace -> Render Image
    
3.How can I make a radio button selected by default, because there is no property to set a radio button as selected?
    You can set a radion button by default only in run time, like #sex$ = "male"
    
4.When I set the height of EGrid to some number but it is automatically changing to some other size, Why?
    EGrid will adjust the size automatically according to the font size which you have given, that is to avoid showing the part of row.