Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Author
    Replies
  • in reply to: Is this possible? #7085
    CLKurutz
    Participant

      Thanks for your reply. I will try to explain in greater detail.

      I have created a custom appointment view with the GW view designer (not Advansys). Basically took a regular appointment view and added fields (group, number of people expected, setup, linens, food, equipment). It is set up to automatically fill in the resource room in the “TO” field. Has the normal fields (From, BC, CC, Start Date, Message area).

      Now, I want to add the ability to have a drop down field when after chosen will insert an image in an image box. This is not possible with the view designer. I have created an applet form for the drop down and image and it is working. BUT now, I don’t know how to combine the two. I thought of redoing the whole appointment view in an applet but I didn’t know how to go about doing that either. Where are the normal To, Message area, etc. fields? Where do you get the send, etc. buttons?

      I also didn’t know if I could add an empty image field on the custom view and have the applet insert the graphic from the applet form into the custom view form.

      I hope this makes more sense. If you have any other questions, please let me know. I appreciate your help.

      Another question, I had typed in applet coding “GroupWise.NewAppointment” which generated a new appointment. Is there any way to call a custom view? My view is named ResActivity.vew.

      Thanks again.

      in reply to: Combo Box After Update #7081
      CLKurutz
      Participant

        THANK YOU very much for your input. I was able to take your coding/description and added the following code to get it working.

        If ActivityRoomTest.RoomSetup.itemindex = 0 then
        ActivityRoomTest.RoomSetupImage.Picture.LoadFromFile(“d:fvshgroupwise customviewsactivity roomregularactivity.bmp”)
        End If
        If ActivityRoomTest.RoomSetup.itemindex = 1 then
        ActivityRoomTest.RoomSetupImage.Picture.LoadFromFile(“d:fvshgroupwise customviewsactivity roomyoga2.bmp”)
        End If

        It works great. Thanks again.

      Viewing 2 replies - 16 through 17 (of 17 total)