Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 39 online users. » 0 Member(s) | 39 Guest(s)
|
Latest Threads |
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 35
|
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 262
|
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 11,445
|
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,252
|
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,937
|
CDBCache sync from local ...
Forum: General
Last Post: Hendricus
01-29-2023, 09:39 PM
» Replies: 2
» Views: 2,780
|
|
|
SImple Stand-Alone Applicatiopn with a Local Only DataBase |
Posted by: clarencemartin - 01-18-2020, 04:30 PM - Forum: General
- Replies (7)
|
|
Can you explain how I can create a simple stand-alone application that does not use Cloud Data Storage?
I know that I can do local data calls only, to the local device, but how would the user of this Local Stand-alone application by-pass the log-on?
What would be the code that bypasses the need to log-in to the application and where would I put it?
Can you please provide a sample?
|
|
|
cdb_authStatus() causes execution error (SOLVED) |
Posted by: WhenInSpace - 01-15-2020, 10:59 AM - Forum: Bug Reports
- Replies (2)
|
|
Hello! I'm trying to use the cdb_authStatus() function but it just causes an error message:
Example:
put cdb_authStatus() into x
put the keys of x
Message execution error:
Error description: Function: error in function handler
Hint: cdb_authStatus
It makes no difference if there is an authed account or not.
I'm using LiveCode 9.5.1 Business with the latest CanelaDB libraries etc. Alla other cdb commands work as expected.
|
|
|
Thumbs Up! |
Posted by: clarencemartin - 01-15-2020, 03:51 AM - Forum: General
- Replies (5)
|
|
I like the update that you did with the extended field in the LCM.
Would you be willing to share the code?
|
|
|
Any news on "Tracking"? |
Posted by: Trevix - 12-31-2019, 10:38 AM - Forum: General
- Replies (1)
|
|
Hi.
It has been mentioned for release in 2019 the LiveCloud Track API.
Can we have some update on this?
This is something really needed, in my opinion, for LC
Regards
Trevix
|
|
|
Happy Holidays! |
Posted by: clarencemartin - 12-24-2019, 05:42 AM - Forum: General
- No Replies
|
|
I want to wish the other forum users a Great Christmas and New Year Holiday.
I want to wish the LiveCLoud Team a very merry Christmas and a Happy New Year. They serve as a great resource and I want to thank them for the Great Support provided to us users.
|
|
|
Query cdbDateModified |
Posted by: JereMiami - 12-21-2019, 01:49 PM - Forum: General
- Replies (3)
|
|
Hello everyone!
A few weeks back I inquired about returning the cdbDateCreated subkey value of the key "cdb" (which is measured in seconds from the beginning of the eon).
I was able to do this by unpacking the array into lines (e.g., "cdbDateCreated" is line 2 of that array):
--
put cdb_lookUpValue(table, tLine, "cdb", "cloud") into tTempHolder
combine tTempHolder using return
put line 2 of tTempHolderinto tHolder
--
Now I would like to query the "cdbDateCreated" subkey via cdb_Query to find values after a certain point in time. No clue how I would write that (i.e., x > line 2 of "cdb"). Anyone know how to do this?
cdb_Read(________,">","538198318" … )
|
|
|
cdbBLOBs |
Posted by: clarencemartin - 12-15-2019, 05:30 AM - Forum: General
- Replies (2)
|
|
I was under the assumption that the cdbBlobs table could save pdf files along with other files. I was able to save other types of Blobs in the table, but the viewer doesn't or can't show them. How would one show text and excel or word files that are saved as Blobs? I am saving text and word docs as reference files for my database. Does the Blob viewer only show PDF files?
|
|
|
NYC Region Network Maintenance 2019-12-12 09:00 UTC |
Posted by: mark_talluto - 12-05-2019, 10:17 PM - Forum: Announcements
- No Replies
|
|
Start: 2019-12-12 09:00 UTC
End: 2019-12-12 11:00 UTC
Hello,
During the above window, the Digital Ocean networking team will be making changes to our core networking equipment to improve performance and reliability for our NYC region.
Expected Impact:
There may be a few minutes of increased latency as well as small amounts of packet loss while we shift traffic to redundant devices. We will endeavor to keep this to a minimum for the duration of the change.
If you have any questions or concerns, please reach out to us by replying to this email or opening up a ticket on your account.
Thank you,
Canela Software Team
|
|
|
Help with cdb_sync - What is the local table? |
Posted by: JereMiami - 12-05-2019, 07:30 PM - Forum: General
- Replies (7)
|
|
I am not understanding cdb_sync. This is really the only function that I do not understand and I believe it is probably the most useful of them all. So any help would be greatly appreciated!
In the documentation for the command, it says:
--
Summary
This function will sync all records in a specified table between local and cloud.
--
My question is: What is a local table? Is this a field or datagrid on a card? Do I export this table from the cloud to my local Livecode project? Or, do I create this local table from scratch and, if so, do all rows and columns have to match? I guess what I am asking is what constitutes a local table?
Many thanks in advance!
|
|
|
|