... it to a list, then lets you generate an array or list of any size.
Why?
My use case here is to run a schedule that will populate a list with the upcoming dates for the next week (and for any numbers ...
... by an issue which I'd been working on for most of the day where I would remove all the styling and the text would still appear small. Sure I resized the text to about 46pt and everything was over 3000px ...
... write an AutoHotkey program to simply return the folders in the drive and display the size of all the files/folders contained within.
How?
So I'll be putting this program for download from the download ...
What?
Just a quick note on how to format a given filesize and to reduce the display output to a small string, eg:
196 bytes : displays as => "196 bytes"
12945 bytes : displays ...
... if you want to do something when a user resizes your program. If you search and search, you'll find that GuiClose responds to when you close the app, and GuiSize will run when you resize the app.
Syntax: ...
... if there is reason to update it then let's update CRM API v7 style
if(l_NewLineItems.size() > 0)
{
//
// build request to send to CRM v7
// m_RecordData should have value from last iteration
m_UpdateQuote.put("Subject",m_RecordData.get("Subject"));
m_UpdateQuote.put("Quoted_Items",l_NewLineItems);
l_RecordsToSend ...
... + p_ThisRecordID + ")");
//
// if found records
if(l_SearchResults.size() > 0 && l_SearchResults.toString().contains("zohosign__ZohoSign_Document_ID"))
{
v_RelatedListXML = "";
for each m_Resul ...
... page sizing */
@page {
size: A4;
margin: 0;
}
/* CSS for when opting to print rather than render in PDF */
/* Overridden by zcpage-pagenumber which hides the entire div when printing ...
What?
This is an article just repeating a script from the Zoho Kaizen series allowing a confirmation box (something lacking in Zoho Creator - but that every app outside of Zoho has) as well as a popup ...
... Display As: "Image"
You can now specify the size of the image as well (16x16 is a tad small).
Caveat(s):
A bit work needs to be done to the code above to prevent attachments from going in twice ...
... if updates exist then update the users module with these new signatures
if(l_UserUpdates.size() > 0)
{
m_Params = Map();
m_Params.put("users",l_UserUpdates);
r_UserUpdates = invokeurl
[
ur ...
... each index v_Increment in l_AddPages
{
l_Pages.add(v_Increment + 1);
}
v_TotalNumberOfPages = l_Pages.size();
//
// declare variables to store order details in a JSON or ZohoDeluge Map format
m_Response ...
... = ifnull(invoice.get("balance"),0);
//
// Get custom Amount to Pay from Invoice
l_CustomFields = invoice.get("custom_fields");
if(l_CustomFields.size() > 0)
{
for each m_CustomField in l_CustomFields
{
if(m_CustomField.get("label") ...
... ", ",").toList();
for each index v_Increment in l_AddPages
{
l_Pages.add(v_StartingPageIndex + v_Increment);
}
v_TotalNumberOfPages = l_Pages.size();
//
// declare variables to store order details ...
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.