Advanced Search

Here are a few examples of how you can use the search feature:

Entering this and that into the search form will return results containing both "this" and "that".

Entering this not that into the search form will return results containing "this" and not "that".

Entering this or that into the search form will return results containing either "this" or "that".

Search results can also be filtered using a variety of criteria. Select one or more filters below to get started.

Assuming checkbox is required, the following 14 results were found.

  1. ZohoCRM: Process all records of a modulehttps://www.joellipman.com/articles/crm/zoho/zohocrm-process-all-records-of-a-module.html

    repeat on records that have already been checked. Some solutions have worked in the past where you could simply add a checkbox and do a search where this value is false; but lately this hasn't been working for me. To this end, I have thought of an...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  2. Joes Search Module (JSM)https://www.joellipman.com/component/content/article/joes-search-module-jsm.html?catid=40

    your search that will be displayed under the "Search Only:" heading and then a list of components. Find the value of the checkbox by viewing the HTML source and you should see something like the following: // take the value of the checkbox (eg....

    • Type: Article
    • Author: Joel Lipman
    • Category: Product Documentation
    • Language: *
  3. Zoho Creator: Prevent Endless Loops On User Input of a Fieldhttps://www.joellipman.com/articles/crm/zoho/zoho-creator-prevent-endless-loops-on-user-input-of-a-field.html

    of fields. if(zoho.currenttime > input.DateTime_form_was_loaded.addSeconds(10)) { // do my stuff here } Method #2: Boolean checkbox to switch on/off workflow Another method I tried was adding a checkbox/decision box (boolean) to the form called...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  4. Zoho CRM: Client Script Confirmation Box and Popup Mailerhttps://www.joellipman.com/articles/crm/zoho/zoho-crm-client-script-prompt-and-popup-mailer.html

    email of this contact var v_ContactEmail = ZDK.Page.getField('Email').getValue(); // get the value of the custom boolean/checkbox field "Extra Confidential" var b_ContactConfidential = ZDK.Page.getField('Extra_Confidential').getValue(); // if this is a...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  5. Windows 7: System Clock is constantly going out of synchttps://www.joellipman.com/articles/microsoft/windows-os/windows-7-system-clock-is-constantly-going-out-of-sync.html

    server from the dropdown If you get the text The clock was successfully synchronized... You can opt to untick the checkbox next to Synchronize with an Internet time server to prevent it finding the wrong time (again) Check the clock has updated in your...

    • Type: Article
    • Author: Joel Lipman
    • Category: Windows OS
    • Language: *
  6. Windows Live Messenger: Error 80048820https://www.joellipman.com/articles/microsoft/windows-os/windows-live-messenger-error-80048820.html

    server from the dropdown If you get the text The clock was successfully synchronized... You can opt to untick the checkbox next to Synchronize with an Internet time server to prevent it finding the wrong time (again) Check the clock has updated in your...

    • Type: Article
    • Author: Joel Lipman
    • Category: Windows OS
    • Language: en-GB
  7. Win32 Constantshttps://www.joellipman.com/articles/automation/autohotkey/win32-constants.html

    STATE_SYSTEM_PRESSED = $00000008 Const STATE_SYSTEM_CHECKED = $00000010 Const STATE_SYSTEM_MIXED = $00000020 ;// 3-state checkbox Or toolbar button Const STATE_SYSTEM_READONLY = $00000040 Const STATE_SYSTEM_HOTTRACKED = $00000080 Const...

    • Type: Article
    • Author: Joel Lipman
    • Category: AutoHotkey
    • Language: *
  8. Basic Webpage Controls with JavaScript / COMhttps://www.joellipman.com/articles/automation/autohotkey/basic-webpage-controls-with-javascript-com.html

    use value = 3 pwb.document.all.sort_by.selectedIndex := 3 COM_Invoke(pwb, "document.all.sort_by.selectedIndex", 3) Radio / Checkbox Selection - checked Quote: Ascending Descending This is the HTML for the Sort By Radio selection. The following will set...

    • Type: Article
    • Author: Joel Lipman
    • Category: AutoHotkey
    • Language: *
  9. Basic Joomla 2.5 Mootools Formhttps://www.joellipman.com/articles/cms/joomla/basic-joomla-25-mootools-form.html

    #ccc; width:300px; float:left; } Basic Mootools Form in Joomla 2.5 Basic Mootools Form in Joomla 2.5 Name: E-Mail: Sample CheckBox: Sample SelectList: yes no Ajax Response Ready, Willing and Able Big Note: UPDATE 2012 It is important to refer to the...

    • Type: Article
    • Author: Joel Lipman
    • Category: Joomla
    • Language: en-GB
  10. Sync Outlook 2007 Shared Calendar with SharePoint 2007https://www.joellipman.com/articles/microsoft/sharepoint/sync-outlook-2007-shared-calendar-with-sharepoint-2007.html

    Events We use this for leave and this is just a note to say I had to amend the event using Outlook 2007 to tick the checkbox declaring it an all-day event. Recurring Events Granted this is a bit of manual process considering when I did this, it didn't...

    • Type: Article
    • Author: Joel Lipman
    • Category: SharePoint
    • Language: *
  11. Administrator Program Shortcut without Prompthttps://www.joellipman.com/articles/microsoft/windows-os/administrator-program-shortcut-without-prompt.html

    no symbols/special characters and preferably no spaces (I tend to give it an all lowercase name with no spaces). tick the checkbox Run with highest privileges. set "Configure For" to Windows 7, Windows Server 2008 R2 Under the Actions tab, Click on...

    • Type: Article
    • Author: Joel Lipman
    • Category: Windows OS
    • Language: *
  12. A quick run through of setting up an export process in SITShttps://www.joellipman.com/articles/web-development/xml/a-quick-run-through-of-setting-up-an-export-process-in-sits.html

    setup along with the XML that will be sent to our database table. Be sure to use the same XET code and that the "Active" checkbox is ticked. Store/save your EOR Setting up the Table Update Process (TUP) I always think of this as the trigger but it's...

    • Type: Article
    • Author: Joel Lipman
    • Category: Extensible Markup Language
    • Language: *
  13. ZohoCRM: Import Attachmentshttps://www.joellipman.com/articles/crm/zoho/zohocrm-import-attachments.html

    + v_FkCountFound v_PkCountFound := (v_ZohoKey != "-") ? 1 : 0 v_PKCountTotal := v_PKCountTotal + v_PkCountFound ; tick checkbox to process or not (if filesize is less than 1kb than no) v_LogProcessNote := "No" v_FileSizeKB := A_LoopFileSizeKB...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  14. How to run a .RUN filehttps://www.joellipman.com/articles/linux/how-to-run-a-run-file.html

    the Gnome GUI Right-click on the file you downloaded Select 'Properties' Select the 'Permissions' tab Tick the 'Execute' checkbox Conclusion The solution using the terminal worked for me but the second one using Gnome didn't.

    • Type: Article
    • Author: Joel Lipman
    • Category: Linux
    • Language: *
Results 1 - 14 of 14

Donate & Support

If you like my content, and would like to support this sharing site, feel free to donate using a method below:

Paypal:
Donate to Joel Lipman via PayPal

Bitcoin:
Donate to Joel Lipman with Bitcoin bc1qf6elrdxc968h0k673l2djc9wrpazhqtxw8qqp4

Ethereum:
Donate to Joel Lipman with Ethereum 0xb038962F3809b425D661EF5D22294Cf45E02FebF

Please publish modules in offcanvas position.