tonydt1g3r
New Member
I have only been programming in progress for less than a month and however I plan to start writing alot of GUI's. For my first large project I only used a regular window and not a smart window because I didnt know exactly how to work all the different object. I find creating a window is pretty easy but you miss out on some of the cooler design features of a smart window. So I wanted to convert what I did in a window to a smart window but I am running into difficulties. First of all the search I use to populate the temp table I display is not my code but written previously as with much of the code I will be working with. I thought it wouldnt be too hard to create a smart data object I would just cut and paste that code over but I found it quite difficult to achieve this. Alot of the sorts I do are quite specific and check alot of fields. So I thought maybe the free form query would work easier but it doesnt compile as I would expect it to. Whenever I use a smart window should I always create a smart data object to use with that window so that I can link all the objects together?