Groups
Groups
Sign in
Groups
Groups
AppSynergy by ParaSQL Support
Conversations
About
Send feedback
Help
Group path
AppSynergy by ParaSQL Support
Contact owners and managers
1–30 of 189
Mark all as read
Report group
0 selected
Marco
,
AppSynergy Support
2
3/24/23
virtual products
I'm not sure what you are referring to, but if you are building an inventory management system
unread,
virtual products
I'm not sure what you are referring to, but if you are building an inventory management system
3/24/23
AppSynergy Support
1/10/22
Can other people make API calls to my AppSynergy db?
As of v117, YES! You can now accept a GET or POST web request directly into your database and process
unread,
Can other people make API calls to my AppSynergy db?
As of v117, YES! You can now accept a GET or POST web request directly into your database and process
1/10/22
AppSynergy Support
2
6/19/21
Can I print labels with barcodes?
Yes! A Record object can be set to render in a multicolumn layout via Options > Multicolumn on the
unread,
Can I print labels with barcodes?
Yes! A Record object can be set to render in a multicolumn layout via Options > Multicolumn on the
6/19/21
AppSynergy Support
2
6/10/21
How do I a SQL/REST callback with an array of records
You callback procedure might look something like this: BEGIN DECLARE r, v_rec_count BIGINT; DECLARE
unread,
How do I a SQL/REST callback with an array of records
You callback procedure might look something like this: BEGIN DECLARE r, v_rec_count BIGINT; DECLARE
6/10/21
AppSynergy Support
2
2/4/21
Q&A
autocomplete aka Is it possible to auto search the database as the user is typing in a virtual field?
Yes! You can simply put an INPUT event on the quick search box (ie the virtual field used for the
unread,
Q&A
autocomplete aka Is it possible to auto search the database as the user is typing in a virtual field?
Yes! You can simply put an INPUT event on the quick search box (ie the virtual field used for the
2/4/21
Marco
,
AppSynergy Support
3
2/4/21
Q&A
Encode / Decode sensitive data fields
Or using the built in function the VIEW could be more simply written as: SELECT first_name, last_name
unread,
Q&A
Encode / Decode sensitive data fields
Or using the built in function the VIEW could be more simply written as: SELECT first_name, last_name
2/4/21
AppSynergy Support
2
12/8/20
Q&A
What barcode scanners work best with AppSynergy?
Although AppSynergy can work with various types of barcode scanners, some are better than others.
unread,
Q&A
What barcode scanners work best with AppSynergy?
Although AppSynergy can work with various types of barcode scanners, some are better than others.
12/8/20
AppSynergy Support
2
12/8/20
Q&A
How can I cache access to a Federated table?
Yes! There are two ways to cache a federated table. #1 AutoCahce Many of our federated drivers
unread,
Q&A
How can I cache access to a Federated table?
Yes! There are two ways to cache a federated table. #1 AutoCahce Many of our federated drivers
12/8/20
AppSynergy Support
2
12/8/20
Q&A
How do I import CSV files into AppSynergy from the command line?
Yes! You can use any MySQL or MariaDB compatible command line tool to accomplish this. Most importing
unread,
Q&A
How do I import CSV files into AppSynergy from the command line?
Yes! You can use any MySQL or MariaDB compatible command line tool to accomplish this. Most importing
12/8/20
AppSynergy Support
2
11/23/20
Q&A
How do I create a Purchase Order in QuickBooks using a Federated connection from AppSynergy?
The following AppSynergy stored procedure shows how to create a purchase order in QuickBooks. This
unread,
Q&A
How do I create a Purchase Order in QuickBooks using a Federated connection from AppSynergy?
The following AppSynergy stored procedure shows how to create a purchase order in QuickBooks. This
11/23/20
AppSynergy Support
2
10/27/20
Q&A
How do I set the default value for a Time field to 8:00 AM?
The Default Value formula is just JavaScript... so it would look like the following for 8:00 AM: new
unread,
Q&A
How do I set the default value for a Time field to 8:00 AM?
The Default Value formula is just JavaScript... so it would look like the following for 8:00 AM: new
10/27/20
AppSynergy Support
2
10/23/20
Q&A
How do I conditionally format a Report's column color based on its data value?
Yes! To have full control over how a data cell in a report looks based upon its value, simply add an
unread,
Q&A
How do I conditionally format a Report's column color based on its data value?
Yes! To have full control over how a data cell in a report looks based upon its value, simply add an
10/23/20
AppSynergy Support
2
9/24/20
Q&A
How can I dynamically mask sensitive data?
SELECT Name, IF(CURRENT_ROLE() = 'db12345role3', Card_Number, '**masked**') AS
unread,
Q&A
How can I dynamically mask sensitive data?
SELECT Name, IF(CURRENT_ROLE() = 'db12345role3', Card_Number, '**masked**') AS
9/24/20
Chris
,
AppSynergy Support
3
9/23/20
Q&A
HTML Drop Down Events
Perfect. I now have the drop down firing an event to update a field and a button which can revert the
unread,
Q&A
HTML Drop Down Events
Perfect. I now have the drop down firing an event to update a field and a button which can revert the
9/23/20
Support
3
5/7/20
Q&A
What does this error message mean: Result consisted of more than one row #1172
Also see the post called "how do i find duplicate records?"
unread,
Q&A
What does this error message mean: Result consisted of more than one row #1172
Also see the post called "how do i find duplicate records?"
5/7/20
Support
3
5/7/20
Q&A
How do I find duplicate records?
Extra key words below to make finding this post easier: finding duplicates deduplication SELECT INTO
unread,
Q&A
How do I find duplicate records?
Extra key words below to make finding this post easier: finding duplicates deduplication SELECT INTO
5/7/20
Marco
,
Support
2
1/10/20
Q&A
Background color of a required field
In Design mode, select the record widget that contains the fields, then Options > Highlight
unread,
Q&A
Background color of a required field
In Design mode, select the record widget that contains the fields, then Options > Highlight
1/10/20
kim....@sokiltrucking.com
,
ParaSQL Support
2
4/7/19
Q&A
I want the user to click on the document field and have a window pop up with the document displayed.
This behavior is mostly controlled by the browser for security reasons. For most documents (other
unread,
Q&A
I want the user to click on the document field and have a window pop up with the document displayed.
This behavior is mostly controlled by the browser for security reasons. For most documents (other
4/7/19
ParaSQL Support
,
ParaSQL Support
2
4/7/19
Q&A
How do I use custom fonts in my CSS theme?
Yes! Just add the following to your CSS theme and any tab objects in your application that have their
unread,
Q&A
How do I use custom fonts in my CSS theme?
Yes! Just add the following to your CSS theme and any tab objects in your application that have their
4/7/19
ParaSQL Support
2
3/18/19
Q&A
How can I use custom fonts in ParaSQL?
Yes by using a custom CSS theme. First, if you don't already have a theme, create one via File
unread,
Q&A
How can I use custom fonts in ParaSQL?
Yes by using a custom CSS theme. First, if you don't already have a theme, create one via File
3/18/19
kim....@sokiltrucking.com
,
Support
5
2/19/19
Q&A
In a Trigger can I call a sub-routine?
Can you post the Procedure set of coding at goes along with the CALL.
unread,
Q&A
In a Trigger can I call a sub-routine?
Can you post the Procedure set of coding at goes along with the CALL.
2/19/19
kim....@sokiltrucking.com
,
Support
4
12/11/18
Q&A
How do I un-join tables
If we are talking a Report object, then there is no way to remove a table from a Report object.
unread,
Q&A
How do I un-join tables
If we are talking a Report object, then there is no way to remove a table from a Report object.
12/11/18
kim....@sokiltrucking.com
,
Support
5
12/7/18
Q&A
Viewing the last x number of records in a report
This could also be handled today in the current product by creating a VIEW that only returns what is
unread,
Q&A
Viewing the last x number of records in a report
This could also be handled today in the current product by creating a VIEW that only returns what is
12/7/18
kim....@sokiltrucking.com
,
Support
2
11/26/18
Q&A
Is there a way to select/limit the columns in a record when downloaded.
The easiest way is to Delete the columns in the report you don't want rather than hide them. To
unread,
Q&A
Is there a way to select/limit the columns in a record when downloaded.
The easiest way is to Delete the columns in the report you don't want rather than hide them. To
11/26/18
kim....@sokiltrucking.com
,
Support
2
11/20/18
Q&A
How do I get this report to summarize?
Although it is not completely clear what you are trying to accomplish with the example, this might be
unread,
Q&A
How do I get this report to summarize?
Although it is not completely clear what you are trying to accomplish with the example, this might be
11/20/18
kim....@sokiltrucking.com
,
Support
2
11/8/18
Q&A
Is there an example of how to use the new Box Widget?
It has 2 primary uses: simple case: group together text objects and maybe buttons into a header above
unread,
Q&A
Is there an example of how to use the new Box Widget?
It has 2 primary uses: simple case: group together text objects and maybe buttons into a header above
11/8/18
SHG
,
ParaSQL Support
2
10/10/18
Q&A
Is a Composite Primary Key possible in ParaSQL?
If Item1ID and Item2ID are integers (not auto keys) you should be able to designate them both as
unread,
Q&A
Is a Composite Primary Key possible in ParaSQL?
If Item1ID and Item2ID are integers (not auto keys) you should be able to designate them both as
10/10/18
Marco
9/26/18
Q&A
Google ML for ParaSQL
Can you add Google ML to ParaSQL special for taken photo's : https://cloud.google.com/vision/
unread,
Q&A
Google ML for ParaSQL
Can you add Google ML to ParaSQL special for taken photo's : https://cloud.google.com/vision/
9/26/18
ParaSQL Support
9/24/18
Announcement
ParaSQL v75 adds Large App Support
Release 75 (September 2018) Large App Support. This Enterprise Edition feature enables support for
unread,
Announcement
ParaSQL v75 adds Large App Support
Release 75 (September 2018) Large App Support. This Enterprise Edition feature enables support for
9/24/18
Marco
9/20/18
Q&A
Camera support Samsung Tab Active 2
Is the camera in Samsung Tab Active 2 supported by ParaSQL as there is camera support for Apple iPad
unread,
Q&A
Camera support Samsung Tab Active 2
Is the camera in Samsung Tab Active 2 supported by ParaSQL as there is camera support for Apple iPad
9/20/18