Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データウィンドウの計算フィールドと DDDW フィールドを動的にカウントする方法は? PowerBuilder に関数はありますか? それ以外の場合は、DW 構文を使用する必要がありますか? その後、解析しています...
dw.Describe ("datawindow.objects") から開始して、データウィンドウの UI サーフェイス上のすべてのオブジェクトのタブ区切りリストを取得します。このリストを分解して、それぞれに対して dw.Describe (as_ObjName + ".type") を実行し、値 "compute" をテストします。
幸運を、
テリー。