Search found 2430 matches

by Jaymer
Thu Jul 06, 2023 5:12 pm
Forum: General discussion and questions about Aware IM
Topic: BCP export file to folder on another server
Replies: 1
Views: 3469

Re: BCP export file to folder on another server

no idea, but I esp. like this part: TempBCP.BCPCommand=REPLACE_PATTERN(TempBCP.BCPCommand,'~',SystemSettings.DQ) I had to use a lot of " (double quotes) when making Emails for GMAIL API. I didn't want to pollute the code with SystemSettings.DQ I used a ~ symbol in exact place for " Then used a REPLA...
by Jaymer
Mon Jul 03, 2023 9:01 pm
Forum: General discussion and questions about Aware IM
Topic: Checkboxes Widget Paging bar
Replies: 5
Views: 4677

Re: Checkboxes Widget Paging bar

So I'm not really sure if the issue is the Paging bar showing, or The Options are not limited to 20. I view the CheckBox Widget similar to a Combobox. If you had a list of Countries, you wouldn't want only 20 Countries to appear, and someone have to click a button to load more. Almost any Combobox t...
by Jaymer
Mon Jul 03, 2023 8:57 pm
Forum: General discussion and questions about Aware IM
Topic: Checkboxes Widget Paging bar
Replies: 5
Views: 4677

Re: Checkboxes Widget Paging bar

The option for "Display paging bar only when necc." should usually be UNCHECKED, in my opinion.
(unless the options are static and only a few).

You have it Checked.
Since there are only 3 items, the Paging bar is not necc. so its being hidden.
by Jaymer
Mon Jul 03, 2023 8:53 pm
Forum: Problem reports
Topic: Configurator - memory leaks,
Replies: 14
Views: 67711

Re: Configurator - memory leaks,

A video of this "bug" in action would help. The only time I lose changes is after a version update and I forget to change memory allocations. If Config tool is loaded using defaults, then on serious work it will crap out eventually. Then i curse and adjust memory allocation, but this hasn't happened...
by Jaymer
Mon Jul 03, 2023 8:49 pm
Forum: Problem reports
Topic: REST- handling Boolean - Yes/No, 2 issues
Replies: 1
Views: 11442

Re: REST- handling Boolean - Yes/No, 2 issues

reply in original thread
by Jaymer
Mon Jul 03, 2023 8:49 pm
Forum: General discussion and questions about Aware IM
Topic: REST configuration- Boolean being sent as text in a POST
Replies: 5
Views: 4989

Re: REST configuration- Boolean being sent as text in a POST

--> "How do you get around this?" I'm not sure why you say "Take from context" is so powerful. I've used this a lot - but I create a JSON_String field/object in the User Table or the new NP in-memory table... building a string to match the endpoint requirements and then I use "Take from context" spe...
by Jaymer
Sat Jul 01, 2023 6:10 pm
Forum: General discussion and questions about Aware IM
Topic: Concatenate text in calculated column
Replies: 2
Views: 4033

Re: Concatenate text in calculated column

yeah, i rarely use calc columns since they came out because they are not very useful.
i needed something like you posted the other day and just made a new column in the table, with a rule to keep it set.
by Jaymer
Fri Jun 30, 2023 3:26 pm
Forum: General discussion and questions about Aware IM
Topic: Checkboxes Widget Paging bar
Replies: 5
Views: 4677

Re: Checkboxes Widget Paging bar

Confusing. Need image.
by Jaymer
Thu Jun 08, 2023 1:13 am
Forum: General discussion and questions about Aware IM
Topic: Adding a query to an email
Replies: 7
Views: 8163

Re: Adding a query to an email

search this forum for "LIST_TABLE"

i'd say NO on Subtotals

But just as easy (kinda) to run a report to a PDF and email that.
by Jaymer
Tue Jun 06, 2023 3:54 pm
Forum: General discussion and questions about Aware IM
Topic: Custom CSS not working
Replies: 9
Views: 7268

Re: Custom CSS not working

With a screenshot, show where you are applying the css.
by Jaymer
Sat Jun 03, 2023 6:05 pm
Forum: General discussion and questions about Aware IM
Topic: FR: Read/list BSV descriptions
Replies: 5
Views: 5931

Re: FR: Read/list BSV descriptions

A useful tool or solution would be a tool of some sort (or the config tool itself is probably better) where we can point to a folder that has multiple BSV files and the tool/solution would then list the version number of the BSV together with the description so we see the description version by ver...
by Jaymer
Wed May 31, 2023 2:48 pm
Forum: General discussion and questions about Aware IM
Topic: Show buttons in Panel Operations or Operations w/Record as Disabled
Replies: 7
Views: 5737

Re: Show buttons in Panel Operations or Operations w/Record as Disabled

Had to add a column just to contain that. That’s why it’s wayyyyy over there.
But it could be done with css tinkering too.

Also, see this
https://www.awareim.com/forum/viewtopic.php?f=4&t=11505
by Jaymer
Thu May 25, 2023 6:23 pm
Forum: General discussion and questions about Aware IM
Topic: Cloning an app to same server after migrating from MySQL to MariaDB
Replies: 5
Views: 3368

Re: Cloning an app to same server after migrating from MySQL to MariaDB

I must be missing something.
Normally this is done inside the Config Tool... export and import a BSV? No?