varme
|
| Posted: 05/13/2002, 2:48 PM |
|
in Code Charge Studio how can i declare value and how i make "if"
there exist flvariable??? or how i declare i notice "dim" appear to decalre...
|
|
|
 |
nagu
|
| Posted: 05/13/2002, 3:20 PM |
|
Which language are you using? Take a look at the sample projects.
Look at the generated code in your project. Then you can introduce code in the appropriate events(forms-properties-events). For example, you want to validate data, do that in Validate event or change data in Before Show event.
|
|
|
 |
|