|
Re: Populate with SQL [XPA 2.5]
That won’t work because the requirement statement can’t be captured in the range-option of the DataSource option.
Defining a separate view isn’t an option.
Met vriendelijke groet - With
That won’t work because the requirement statement can’t be captured in the range-option of the DataSource option.
Defining a separate view isn’t an option.
Met vriendelijke groet - With
|
By
Florian Groothuis
·
#185041
·
|
|
Re: XPA 3.2b Android SMS Listener
Brenda, Its not working.....yet.
I saved your java code to:
C:\mse\xpa_32\RIAModules\Android\Source\app\src\main\java\com\magicsoftware\magicdev\MySmsListener.java
I have two
Brenda, Its not working.....yet.
I saved your java code to:
C:\mse\xpa_32\RIAModules\Android\Source\app\src\main\java\com\magicsoftware\magicdev\MySmsListener.java
I have two
|
By
Todd Baremore
·
#185040
·
|
|
Re: Populate with SQL [XPA 2.5]
Write the result of sql statement task to a memory table - then use that memory table as the data source on the combo box
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Florian
Write the result of sql statement task to a memory table - then use that memory table as the data source on the combo box
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Florian
|
By
Tim Downie
·
#185039
·
|
|
Re: Populate with SQL [XPA 2.5]
Florian,
You could use the "Data source" property of the combobox to associate a table with the values of the combobox. You can even define a Range of the data fields. Or you could define a separate
Florian,
You could use the "Data source" property of the combobox to associate a table with the values of the combobox. You can even define a Range of the data fields. Or you could define a separate
|
By
Govert Schipper
·
#185038
·
|
|
Re: Populate with SQL [XPA 2.5]
Hi Florian,
You could use a direct sql task with the whole sql select as a parameter and build your combobox string from that. You could send this back as the return parameter.
Best regards,
Harry
Hi Florian,
You could use a direct sql task with the whole sql select as a parameter and build your combobox string from that. You could send this back as the return parameter.
Best regards,
Harry
|
By
Harry Kleinsmit
·
#185037
·
|
|
Populate with SQL [XPA 2.5]
How can I populate either a combobox or a select task with a SQL-statement?
I have a program that let's the user answer a list of questions. Some answers should be selected from a query from the DB.
How can I populate either a combobox or a select task with a SQL-statement?
I have a program that let's the user answer a list of questions. Some answers should be selected from a query from the DB.
|
By
Florian Groothuis
·
#185036
·
|
|
Re: Android 7 / ZBar
I got this to work using the zbar librarys from Jordan for some reaason the .so files i have in 3.2a samples lib are a different size to the ones Jordan has
From: main@magicu-l.groups.io
I got this to work using the zbar librarys from Jordan for some reaason the .so files i have in 3.2a samples lib are a different size to the ones Jordan has
From: main@magicu-l.groups.io
|
By
Tim Downie
·
#185035
·
|
|
Re: Android 7 / ZBar
If neither work for some reason (pic2shop worked great for me on android 7, but they have to have the pic2shop free apk installed on the device), you can try using the mobile vision api from Google
If neither work for some reason (pic2shop worked great for me on android 7, but they have to have the pic2shop free apk installed on the device), you can try using the mobile vision api from Google
|
By
Joseph Knickerbocker
·
#185034
·
|
|
Re: Reading .msg files
I think postie can read .msg files
http://infradig.com/postie.html
Rob
I think postie can read .msg files
http://infradig.com/postie.html
Rob
|
By
Rob Westland
·
#185033
·
|
|
Re: Android 7 / ZBar
this is worth a try then - thanks
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Jordan Slappendel <jordan@...>
Sent: Tuesday, 13 June 2017 3:52 AM
To:
this is worth a try then - thanks
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Jordan Slappendel <jordan@...>
Sent: Tuesday, 13 June 2017 3:52 AM
To:
|
By
Tim Downie
·
#185032
·
|
|
Re: Android 7 / ZBar
Hi Tim,
We are running our app with zbar on Android 7 and it works.
The only difference that I can see is I am building using SDK 21.
Regards
Jordan
Kind Regards
Jordan Slappendel
PO Box 1186,
Hi Tim,
We are running our app with zbar on Android 7 and it works.
The only difference that I can see is I am building using SDK 21.
Regards
Jordan
Kind Regards
Jordan Slappendel
PO Box 1186,
|
By
Jordan Slappendel
·
#185031
·
|
|
Android 7 / ZBar
Hi
So i have a nice android app in magic3.2a client is happy.
Have added in the Zbar to scan and look up data client is even happier.....
Client = not happy - to find on Android 7 the apk will
Hi
So i have a nice android app in magic3.2a client is happy.
Have added in the Zbar to scan and look up data client is even happier.....
Client = not happy - to find on Android 7 the apk will
|
By
Tim Downie
·
#185030
·
|
|
Re: User id on bottom line of Magic window.
Had to add System.Drawing to the CRR list to make it work
Wes
--
Annual Reporting Help!
Annual Report Resources | BIAS Annual Report Program (Workshops)
Wes Hein
President - Director Of Product
Had to add System.Drawing to the CRR list to make it work
Wes
--
Annual Reporting Help!
Annual Report Resources | BIAS Annual Report Program (Workshops)
Wes Hein
President - Director Of Product
|
By
Wes Hein
·
#185029
·
|
|
Reading .msg files
Hi,
I have a whole bunch of Outlook .msg files that I need to read and then extract some data from. Has anyone done this or even if it possible?
Thanks in anticipation.
Graham
Hi,
I have a whole bunch of Outlook .msg files that I need to read and then extract some data from. Has anyone done this or even if it possible?
Thanks in anticipation.
Graham
|
By
Graham White
·
#185028
·
|
|
Re: User id on bottom line of Magic window.
I didn't need to point to any assembly ... Frederick's excellent example just checks if the existing status bar is Magic's.
The one thing I haven't figured out though is how to ADD the new item. Mine
I didn't need to point to any assembly ... Frederick's excellent example just checks if the existing status bar is Magic's.
The one thing I haven't figured out though is how to ADD the new item. Mine
|
By
Heidi Schuppenhauer
·
#185027
·
|
|
Re: User id on bottom line of Magic window.
What .Net assembly do you need to load to get the com.magicsoftware.controls.MgStatusStrip?
Thx
Wes
What .Net assembly do you need to load to get the com.magicsoftware.controls.MgStatusStrip?
Thx
Wes
|
By
Wes Hein
·
#185026
·
|
|
Re: Active row with border
#chat
Hm, you are right! :) Thanks a lot Florian! ;)
Hm, you are right! :) Thanks a lot Florian! ;)
|
By
Gábor Bor
·
#185025
·
|
|
TFS setup - local
We have been using Team Foundation Server for a couple of years and now find our self’s needing to upgrade our client machines. I believe the individual on this group that assisted us was Rob
We have been using Team Foundation Server for a couple of years and now find our self’s needing to upgrade our client machines. I believe the individual on this group that assisted us was Rob
|
By
Tom Worthen
·
#185024
·
|
|
Re: XPA 3.2b Android SMS Listener
You are welcome! Glad to help.
Sure!! Just let us know and we'll be waiting!
:)
Brenda
You are welcome! Glad to help.
Sure!! Just let us know and we'll be waiting!
:)
Brenda
|
By
Brenda Bullorini
·
#185023
·
|
|
Re: XPA 3.2b Android SMS Listener
Brenda,
WOW! What a great way to start a Monday. Give me a few days to try it and I'll let you know if I run into any problems.
Thank you very much - Muchas Gracias
If I ever
Brenda,
WOW! What a great way to start a Monday. Give me a few days to try it and I'll let you know if I run into any problems.
Thank you very much - Muchas Gracias
If I ever
|
By
Todd Baremore
·
#185022
·
|