Quantcast
Channel: Forum - Recent Threads
Viewing all articles
Browse latest Browse all 5781

gx_prompt_text_set not updating the value

$
0
0

Hi,

I have a prompt where i need to update the values.

I am using gx_prompt_text_set API. It is returning the value 0 but the given value is not reflecting in the UI.

Calling sequence is as follows.

GX_PROMPT * prompt;

CHAR target_temp_string[10];

int target_remp = 76;

gx_widget_find(p_first_screen,prompt_id_1,3,(GX_WIDGET **) & prompt);

gx_utility_ltoa(target_temp,(GX_CHAR *)target_temp_string,10);

gx_prompt_text_set(prompt,(GX_CHAR *)target_temp_string);

Please suggest.

Regards,

Nandan G


Viewing all articles
Browse latest Browse all 5781

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>