Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

is it possible to use a variable value

Former Member
0 Likes
563

with pop up message. Like that:

message 'Already recorded. Please type another number. The next possile number is ' PossibleNUmberVariableName type (I).

is such a thing possible?

Please help. I neen it.

Thanks.

deniz.

with pop up message. Like that:

message 'Already recorded. Please type another number. The next possile number is ' PossibleNUmberVariableName type (I).

is such a thing possible?

Please help. I neen it.

Thanks.

deniz.

3 REPLIES 3
Read only

Former Member
0 Likes
535

yes for every message there will be 4 message variables.

PossibleNUmberVariableName type (I).

message i888(sabapdocu) with 'Already recorded. Please type another number. The next possile number is ' PossibleNUmberVariableName.

where sabapdocu is a message class that was all ready availble, may be u need to use another one after creating. That message will contain 4 message variables &1 &2 &3 &4' like this.

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
535

Hi,

U can passs the variable value in amessage.

Message ' Variable value is &'

In the message declarage u can write message with <variablename>

Cheers,

Simha.

Reward if helpful..

Read only

Former Member
0 Likes
535

what u can do is... select max(value) from database.

now, when u call the popup....

and if user presses yes button u can display message as please enter nuber greater than value.