program options / parameters, how do it?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

program options / parameters, how do it?

Post by dragancesu »

How to create a form where you put parameters for the program / application

When think how I see that there are three ways of selecting parameters
1. in the list (eg language: English, Spanish, etc.)
2. make a choice yes / no
3. enter the value (or what appear to display format, etc.)

The program allows users to adjust settings?
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: program options / parameters, how do it?

Post by Javier Tovar »

Hola!

There are parameters that can be selected by the user, for example:

1. - Language: English, Spanish, Portuguese.
2. - Currency. Pesos, Dollars, Euros.
3. - Symbols for currencies. "$", "E"
4. - Date: dd / mm / yy or dd / mm / yyyy.
5. - Number of decimal. 1,2,3,4.
6. - Thousands separator: "." or ","
.
.
.
Only that in every Form, Report, etc.. You have to consider each of the options.

Regards
Post Reply