Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 407
» Latest member: Aruz779
» Forum threads: 274
» Forum posts: 1,108

Full Statistics

Online Users
There are currently 67 online users.
» 1 Member(s) | 64 Guest(s)
Applebot, Baidu, Aruz779

Latest Threads
Ultrahuman Pro Discount C...
Forum: Introduce Yourself
Last Post: codestar163
5 hours ago
» Replies: 0
» Views: 11
Ultrahuman Coupon Code [S...
Forum: Code Samples
Last Post: codestar163
5 hours ago
» Replies: 0
» Views: 11
Ultrahuman Ring Air Disco...
Forum: Getting Started
Last Post: codestar163
5 hours ago
» Replies: 0
» Views: 12
Ultrahuman Coupon Code 10...
Forum: General
Last Post: codestar163
5 hours ago
» Replies: 0
» Views: 11
Ultrahuman Ring Air Disco...
Forum: Introduce Yourself
Last Post: codestar163
5 hours ago
» Replies: 0
» Views: 11
10% Off Ultrahuman [SAVEU...
Forum: Code Samples
Last Post: codestar163
5 hours ago
» Replies: 0
» Views: 10
Ultrahuman Ring Air Disco...
Forum: Getting Started
Last Post: codestar163
5 hours ago
» Replies: 0
» Views: 10
Ultrahuman Pro Discount C...
Forum: General
Last Post: codestar163
5 hours ago
» Replies: 0
» Views: 10
Insta360 Promo Coupon [IN...
Forum: Code Samples
Last Post: sercy7891
6 hours ago
» Replies: 0
» Views: 10
Insta360 Coupon Code 2026...
Forum: Introduce Yourself
Last Post: sercy7891
6 hours ago
» Replies: 0
» Views: 10

 
  Add a Key in Blob Table to help identification
Posted by: Jean2080 - 06-11-2019, 01:40 AM - Forum: General - Replies (2)

Is there a way to add a new Key in the Blob Table.

This could facilitate the identification of the image or pdf object saved in this file. At the moment the only info is the ID and the type of object.

My project will hold a number of image and pdf objects , for the moment the only solution I have is to create a separate table to  manage and identifty in a fast way the objects I save in the Blob table.

Is this the only solution ?


  Adding a new key to an existing table
Posted by: Jean2080 - 06-11-2019, 01:34 AM - Forum: General - Replies (2)

I need to add a new key to an existing table.

1 - I tried to use the Add Key button in the Manager. I am able to add the name of the key but cannot find the way to save this new key so I could enter data into it after. Is there a button or a procedure I can use ?

2 - I tried adding a key with the code I found in you documentation using this code:
command cdb_addKeys pTable, pKeys

on mouseUp pButtonNumber

local tTable, tKeys

put "Subject" into tTable

put "Why" into tKeys

cdb_addKeys tTable,tKeys
end mouseUp

 I get the following message in the message Windows:
(2019-06-10 20:50:24.543): Error: Failed API Key Authentication

So I checked for A way to log as Developper or Administrator, but I found code that uses "user" but does not tell me with what to replace "user" whit to identify myself as Administrator.
 

on preOpenStack

    initializeCanelaDB

    get cdb_auth(pEmail,pPassword,"user")
end preOpenStack

So What is the way to identify myself as Administrator so I can pass a command to add a new Key ?


  Recurring errors messages about cdbCache, user authentication etc
Posted by: WhenInSpace - 06-08-2019, 05:09 PM - Forum: Bug Reports - Replies (4)

Hello!

I'm getting error messages that seem strange. I started getting them in a stack I've been working on, but then I tried one of your sample stacks and got the same errors, so this bug report is for your sample stack "Contacts".

So, I created the project "Contacts" by using your sample project creator function in LCM. Out of the box, with no modifications at all, this is what I get in msg box when I open the stack:

Code:
(2019-06-08 18:40:50.780): The provided query is searching a key (api) which does not exist in this table (cdbCache).
(2019-06-08 18:40:50.780): There is a problem with one or more queries' construction; please check the request and try again.
(2019-06-08 18:40:51.519): No internet available at this time.

The user authentication then also fails.
It happens every time I open the stack first time. Internet availability is NOT the problem, I'm very sure of that.

If I run "preOpenCard" in msg to initialize anew, the two first lines about cdbCache and query construction reappear, but this time user authentication works.

Why is this happening?

I'm using LC 9.0.3/9.0.4 Business, macOS 10.14.5


  Keys in projects created by LCM
Posted by: clarencemartin - 06-04-2019, 06:38 PM - Forum: General - Replies (1)

These are the keys created when I have the LCM create a table in the cdbUser table:
firstName,lastName,email,password,projectID,teamID,appSignature,verified.
Can you provide the reason for the teamID and appSignature keys? Are you projecting any new keys for the future?
I'm sure they are for future use but what are the thoughts behind them and can you provide sample uses for them?


  9.5 Update
Posted by: clarencemartin - 05-31-2019, 05:47 PM - Forum: General - Replies (2)

The new update for using 9.5 works well.
Thanks for the quick work.

If I continue developing with pre 9.4xx will I need to export to from the LCM for the fixes to work?


  User authentication: customize verification email?
Posted by: WhenInSpace - 05-31-2019, 02:57 PM - Forum: Getting Started - Replies (28)

Is it possible to customize the verification email in any way? I mean the actual content of the email sent to new users?
Changing the logo and reply to-address would be great. 
Choice of language would be good too. 

Customizing the confirmation page after clicking the verification button/link in the email would also be great, although I understand that may be trickier to offer.
Currently the "BACK TO [project name]" button on the page links to livecloud.io. That seems odd to the user. Can at least that be changed somehow?


  Backups
Posted by: clarencemartin - 05-29-2019, 04:57 PM - Forum: General - Replies (4)

I read that backups are performed on the databases every 6 hours.
Can a particular backup be recovered through the LCM? Or is this a future feature?


  LCM and Multi Table Queries
Posted by: clarencemartin - 05-29-2019, 05:13 AM - Forum: General - Replies (1)

The LCM's ability to do queries is great and presenting the code for such queries.
When will the LCM be capable of doing Multi-Table Queries and show the code for such queries?


  User authentication: lost password function?
Posted by: WhenInSpace - 05-25-2019, 07:56 PM - Forum: Getting Started - Replies (19)

The whole user account management and email verification feature is great and easy to set up and use. But what would be the best way here to create a lost password function, to allow the user to get a new password, without having to recreate the account?


Big Grin Tutorial Videos
Posted by: Peter - 05-24-2019, 11:48 AM - Forum: Getting Started - Replies (3)

If I am not mistaken I believe I saw a video somewhere demonstrating how CRUD code is generated in Livecloud. Would love to see it again. 
Learning by watching videos is a great way to get started. Would appreciate it if someone can point me to the URL.
The documentation is nicely structured and easy to follow.
In the past I have gone through numerous online manuals and it was extremely difficult to read as a result of the cluttered why it was presented.

Would like to see more tutorial / demonstration videos in future.
Good show guys.

Peter