Search found 5 matches

by briand
16 Aug 2016, 15:14
Forum: "How do I do this"
Topic: Date Box
Replies: 5
Views: 11088

Re: Date Box

That is what my program is expecting - but 0 is returned (no date, not even in the incorrect format). I have specified yyyymmdd

issue still not resolved
by briand
10 Aug 2016, 20:20
Forum: "How do I do this"
Topic: Pass Parameters
Replies: 2
Views: 10662

Re: Pass Parameters

One example:
I'm calling a Non I series program (.net program) - This program generates a selected letter to a member (patient)

The user selects the appropriate letter - (selected via radio button). display field named S@form (value as per radio button)
Authorisation number displayed on customised ...
by briand
10 Aug 2016, 19:53
Forum: "How do I do this"
Topic: Date Box
Replies: 5
Views: 11088

Re: Date Box

Thank you for your response
I changed the date format as suggested. (the program expects ccyymmdd format).
It made no difference - no value is returned to the program (using RPG debugger) - originally I had yyyy/mm/dd (selected from the drop down box).

Regards
Brian
by briand
04 Aug 2016, 18:36
Forum: "How do I do this"
Topic: Date Box
Replies: 5
Views: 11088

Date Box

I have a date selection of YMD as per the program but when I select the date and update I get invalid data captured. For some reason Enter has been assigned to F1 and not enter as per the green screen.

In auto Gui this works perfectly, where am I going wrong?
by briand
04 Aug 2016, 18:13
Forum: "How do I do this"
Topic: Pass Parameters
Replies: 2
Views: 10662

Pass Parameters

How do I pass parameters in a customised screen to call a non-iseries program?