It seems the verification emails are not coming through.
I have tPreVerify set to false
The user is created successfully
but no verification email comes in (using default template for now)
Its not in the spam folder, and I've waited several minutes.
I will carry on, please let me know whats going on with this.
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?
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
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.
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 tTempHolderusingreturn putline2of 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?
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?
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.
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?