... tidy up the response so we can executeXPath
x_Response = r_ResponseXML.executeXPath("/*/*").toXmlList();
for each x_Node in x_Response
{
if(x_Node.contains("").getPrefix(" 0)
{
v_AccessToke ...
...
We asked Zoho for a solution that might work and were given the following snippet of code (not tested yet!). It looks like we have to fill in the blanks and it's on the same path as we were. The mai ...
... need to give the full path of the custom domain (eg. https://mysubdomain.joellipman.com), I include the app owner and app name. Then you need to give them edit access by doing the following:
Go to your ...
... folder.
Index File: put here the root html file along with the path (do not forget the leading slash or your widget will error)
Click on "Create" (bottom-right of your screen)
Now go to a Creator ...
... GenerateList: Generate/Populate list of files and their proposed new names
GenerateList:
SB_SetText("Generating...")
LV_Delete()
v_RowCount := 0
GuiControlGet, SelectedDir
v_FilesPath ...
... = userResp.executeXPath("/users/user");
if ((users != null) && (users != ""))
{
userList = users.toList("-|-");
for each user in userList
{
emailNode = user.executeXPath("/user/@email");
...
...
Method #1:
The following command on a cron job:
// not recommended:
/usr/bin/mysqldump -u dbusername -p'dbpassword' dbname > /path_to/backup.sql
// recommended: using credentials stored in external ...
... Splitbook()
Dim xPath As String
xPath = Application.ActiveWorkbook.Path
Application.ScreenUpdating = False
Application.DisplayAlerts = False
For Each xWs In ThisWorkbook.Sheets
...
... private key and token file
Here you need to enter the relative or absolute path to your private key, this should be the JSON file that you generated at Google's developer console - service accounts section. ...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
... https://autohotkey.com/board/topic/67917-get-folder-size/
; function to loop through files/subfolders and total the file sizes
GetFileFolderSize(fPath="")
{
FolderSize := 0
if InStr(FileExist(fPath), ...
... c1
JOIN `v25_db`.`v25_content` c2 ON c2.`introtext`=c1.`introtext`
JOIN `v25_db`.`v25_categories` t2 ON c2.`catid`=t2.`id`
JOIN `v34_db`.`v34_categories` t1 ON t2.`alias`=t1.`alias`
AND t1.`path`=t2.`path` ...
... to 1.
- Now includes absolute path for word link (JURL::base()).- Date Uploaded: Sat, 14th May 2011 1.6.2 - Modified core script for PHP4 compatibility.- Date Uploaded: Mon, 14th Mar 2011 1.6.1 ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.