I started on smartforms today! so a total novice...
i have amended a print program to select the extra two fields i require to add to my output. this included extending the structure and then populating the data.
i created a new window on the smart form.
I then created two text elements and two data elements in this new window.
when i display the form, only a single value is displayed - a value from my print program. the program is definitely picking up both values. i can see them in the structure in debug mode....
not even the text descriptions to go next to the values are displayed. :o(
in the Template of the window i have a 2x2 table for the four items. it all fits in nicely. it is just not displaying at runtime.
i set the breakpoint in the FM just before the CALL FUNCTION 'SSFCOMP_PROCESS_DOCUMENT' but i cannot find where the data is being written out in the FM...
can someone help me???