مدیریت سرورها

آموزش مدیریت سرورهای لینوکس و ویندوز

مدیریت سرورها

آموزش مدیریت سرورهای لینوکس و ویندوز

سایت در باره انواع آموزشها در زمینه IT می باشد.
مانند: لینوکس، ویندوز، سیسکو، میکروتیک، طراحی وب
به دلیل شخصی بودن وبلاگ ارائه مطالب متفرقه در آن بلامانع است.
با تشکر

طبقه بندی موضوعی

۲ مطلب در مرداد ۱۳۹۵ ثبت شده است

۲۳
مرداد

The next step is to add a Rule to the button to perform the desired action. Click the button to select it, then use the Add Rule button in the Ribbon to choose When This Button Is Clicked, then Set a Field’s Value as the Action.

InfoPath Rule menu

The Rule Details dialog box will then appear. Click the Field Selector button. In the Select a Field or Group dialog box, choose the name of the field you wish to clear.

InfoPath Rule Details Field

With most Rules of this type, you would then go on to use the fx button next to the Value field to indicate the data that should be added to the field. In this case, however, we are trying to clear the field completely. So, leave the Value field blank.

InfoPath Rule Details

  • طاهر ضیائی
۲۳
مرداد

It looks like this: 2016-01-01T00:00:00

Figured it out without any custom code! I just added this to the function:

substring-before(now(), "T")

This extracted all the text before the "T"!

  • طاهر ضیائی