2021年12月4日 星期六

【Appsheet教學】如何使用Behavior設定門診號碼增加減少

 在Appsheet中您可以增加Behavior來做特定指令,例如號碼增加減少,設定好在查看模式時,自動就會在上方顯示您設好的動作指令。



Action Name:號碼增加

Do this:Data: Set the values of some columns in this row

Set these columns:目前叫號=[目前叫號]+1

Set these columns:更新時間=now()


Action Name:號碼減少

Do this:Data: Set the values of some columns in this row

Set these columns:目前叫號=[目前叫號]-1

Set these columns:更新時間=now()


Action Name:重設號碼

Do this:Data: Set the values of some columns in this row

Set these columns:目前叫號=0

Set these columns:更新時間=now()


Needs confirmation? Yes

Confirmation Message: 您確認要重設嗎?

Display name:可以再設定顯示名稱



沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。

如何利用網頁做到合併列印信封的功能

用有這個想法是之前當同學會的召集人,但召集人最麻煩的就是寫信封送邀請函,有想到要利用word的合併列印,但是覺得步驟很多,所以就想到是否可以利用網頁來達到合併列印功能,就產生這支程式,只是現在把它改成可以自行把要列印的資料貼上,因為這個功能很不錯用,所以就分享給有需要的網友也可以...