Re: [Qgis-user] qgsRelationReferenceWidget

2016-09-20 Thread Tyler Veinot
I can do that Matthias, probably wont be until around noon AST. Tyler On Tue, Sep 20, 2016 at 8:26 AM, Matthias Kuhn wrote: > Hi Tyler, > > The message is not related to virtual fields. > > Can you open an issue report and specify exactly how to reproduce the > issue? > >

Re: [Qgis-user] qgsRelationReferenceWidget

2016-09-20 Thread Matthias Kuhn
Hi Tyler, The message is not related to virtual fields. Can you open an issue report and specify exactly how to reproduce the issue? Thank you Matthias On 09/20/2016 01:13 PM, Tyler Veinot wrote: > I don't know what I am doing wrong here, I set this up multiple times > using every different

Re: [Qgis-user] qgsRelationReferenceWidget

2016-09-20 Thread Tyler Veinot
I don't know what I am doing wrong here, I set this up multiple times using every different relationship I have. I even rebuilt the design using simpler tables. The drop down doesn't populate and when I try to use the green "plus" button all I get is a mini dump and a crash. The log file says in

Re: [Qgis-user] qgsRelationReferenceWidget

2016-09-16 Thread Tyler Veinot
Andrew; Well that was simple, thank you. I didn't even think to look there; I was trying to add a standard push button and associate it with save. Now I just have to solve everything else. Thanks again. Tyler On Thu, Sep 15, 2016 at 4:22 PM, Andrew wrote: > Regarding your

Re: [Qgis-user] qgsRelationReferenceWidget

2016-09-15 Thread Andrew
Regarding your second question, in QTDesigner you can change the default buttonBox properties to include a "Save" or "Apply" button. On Thu, Sep 15, 2016 at 8:17 AM, Tyler Veinot wrote: > Not having much luck with this, I managed to get the > qgsRelationReferenceWidget

Re: [Qgis-user] qgsRelationReferenceWidget

2016-09-13 Thread Tyler Veinot
Matthias; Ooop's I forgot to add that I was building the form in Qt Designer and not from within QGIS, although with this information is really good and is showing me things I didn't quite understand before. I am a very visual person I find it hard to understand things without seeing it in a

Re: [Qgis-user] qgsRelationReferenceWidget

2016-09-13 Thread Tyler Veinot
Matthias; Thanks, I don't know what I would do without you! Coding isn't normally an issue but that tutorial didn't quite explain where to put the coding. When I opened the UI file in IDLE it looked like XML, and there were no other files associated with the form. I also opened the "see code"

Re: [Qgis-user] qgsRelationReferenceWidget

2016-09-12 Thread Matthias Kuhn
Hi Tyler, Here is the blog post I wrote for this feature: http://blog.vitu.ch/10112013-1201/qgis-relations Just configuration, no coding, I hope that helps. Cheers Matthias On 12/09/16 22:56, Tyler Veinot wrote: > All; > Trying to make a form for QGIS that has a form within a form so that I >

[Qgis-user] qgsRelationReferenceWidget

2016-09-12 Thread Tyler Veinot
All; Trying to make a form for QGIS that has a form within a form so that I can link and display entries from another table similar to this tuorial; https://medspx.fr/blog/Qgis/better_qgis_forms_part_three/ I think I need to use qgsValueRelationRefernceWidget but I cannot find any tutorials on it.