zentara

Thanks for the feedback. Your program looks interesting. My current approach is to use a text entry widget to ask the user to provide info on the records to be edited (UserCode?, Between what dates?, etc). Based on user provided parameters, I'll build and submit the SQL query and return the list of pontential candidate data records. From that list I'll have the user click on the one they wish to edit which will move it into another "editing" grid. When entries are completed there, the user will click an "save changes" button. At that point the program will build and submit the SQL update via the ODBC connection and prompt for another set of general parameters.

Given that I'm addressing an MS SQL database using Win32::ODBC in a Windows XP user environment, I'm not sure yours is the tool for the current project.

Rest assured I'll be downloading it and poaching any good ideas I discover within your code.

Thanks again for the feedback and for your willingness to share your skills.

Oh, and I appreciated your comment...

"You are better off sticking with a nesting of more standard widgets, in my experience."
...it reinforced a growing suspicion I had.

Respectfully

Generator


In reply to Re^2: Have there been sightings of TK::TixGrid in the wild? by generator
in thread Have there been sightings of TK::TixGrid in the wild? by generator

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.