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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 349
» Latest member: customrubber
» Forum threads: 240
» Forum posts: 1,069

Full Statistics

Online Users
There are currently 8 online users.
» 0 Member(s) | 7 Guest(s)
Google

Latest Threads
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 24
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 261
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 11,441
cdb_sendEmail
Forum: General
Last Post: mark_talluto
11-07-2023, 09:57 PM
» Replies: 0
» Views: 688
cdb_sync & cdb_lookupvalu...
Forum: General
Last Post: mark_talluto
11-07-2023, 09:45 PM
» Replies: 1
» Views: 1,241
cdb cdb_sendEmail
Forum: Bug Reports
Last Post: JereMiami
10-05-2023, 01:57 PM
» Replies: 0
» Views: 1,770
LCM: "Please inform Canel...
Forum: General
Last Post: mark_talluto
07-12-2023, 07:58 PM
» Replies: 24
» Views: 23,243
San Franciso Region Outag...
Forum: Announcements
Last Post: mark_talluto
05-09-2023, 03:31 AM
» Replies: 1
» Views: 2,880
Error, CDB_Header checksu...
Forum: General
Last Post: cpuandnet
02-01-2023, 05:00 AM
» Replies: 4
» Views: 3,933
CDBCache sync from local ...
Forum: General
Last Post: Hendricus
01-29-2023, 09:39 PM
» Replies: 2
» Views: 2,779

 
  Export CSV (faulty) behaviour
Posted by: simon.schvartzman - 06-26-2019, 08:47 PM - Forum: Bug Reports - Replies (3)

Hi team, when exporting a table using CSV format and there is a field that includes a comma it is not handled as it should. In other words in such cases the exporting routine has to surround the field contents with quotes in order to be seen as just one field otherwise it will be exported as two fields.

Hope I made myself clear...

Best


  Canela SDK is missing
Posted by: sltfn - 06-26-2019, 07:47 PM - Forum: Getting Started - Replies (5)

Hello,

I'm new to LiveCloud and not a programmer or app builder by trade. My aim is to tweak an existing app with dozens of scripts and fields and thousands of lines of code to use LiveCloud instead of its current MySQL database. In other words, I'd really rather not build a new app from the ground up. This app has performed like a champ for years; just need to move away from MySQL.

I have the current app (IDE, not a standalone) in the directory with the Canela toolkit and the initialization script added to the stack script. The existing app has a splash stack with a button that opens a substack that is functionally the main stack for the app. When I click the button on the splash stack to open the substack, I get this message. "The CanelaDB SDK is missing. Please export your Canela SDK again."

Nothing I've tried works. Suggestions? Tips?

One question occurs to me: Should the initialization script be in the main (splash) stack or the substack or both? I've tried all three options with no luck. Help!

Thanks in advance,

Sieg


  California Conference Workshop
Posted by: JavMirVal - 06-21-2019, 02:59 AM - Forum: General - Replies (2)

Hi friends, I understand you hosted a special conference workshop at the LiveCode California conference, showing everything about the use of LiveCloud.  Are you considering making it available?  
 


  Suggestion
Posted by: clarencemartin - 06-13-2019, 08:25 PM - Forum: General - No Replies

How about putting a link for the LiveCloud Forum on the LCM?


  How to register my LCM subscription
Posted by: clarencemartin - 06-13-2019, 07:29 PM - Forum: General - Replies (1)

I want to register my Subscription for LiveCloud that was part of my Conference 2019 Streaming package.
What do I need to do?


  RecordID list
Posted by: clarencemartin - 06-11-2019, 04:01 PM - Forum: General - Replies (2)

If I have a key that I am using as a linking key that contains multiple recordID's, how do I use this list of comma or "return" delimited data in an update API?
I have seen several code snippets that use different code versions to use these values.
an example: I may have a key  that has :
1f24ac4b-2181-4f7c-8796-d5715d22ff9c
64795139-3f41-4fd0-8505-96ea1f9ebd4a
edaea51d-5def-46c9-b226-bcfe529763e0
2a6b8442-8583-4fdc-a64b-fdadd00fe63b
or 
1f24ac4b-2181-4f7c-8796-d5715d22ff9c, 64795139-3f41-4fd0-8505-96ea1f9ebd4a,edaea51d-5def-46c9-b226-bcfe529763e0,2a6b8442-8583-4fdc-a64b-fdadd00fe63b
( two different list of recordID's)
Which scripting technique would I use?
I remember a scripting code that used a "replace comms with if" to delimit the records.
It seems as though there are several sample code snippets that are suggested depending on how you select them from the LCM window.
I am sorry if this sounds confusing!
BTW, I post questions for the benefit of other users too!


  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?