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.
OracleForms Builder 32 ビット v 11.2 を使用しています。この図で強調表示されているフォームの名前を変更するにはどうすればよいですか?
これは、ウィンドウの「タイトル」プロパティによって制御されます。問題のウィンドウを選択して、フォーム デザイナのプロパティ パレットを介して設定できます。または、フォームのビルトインを使用してプログラムで変更することもできますset_window_property。
set_window_property
set_window_property('my_window_name', TITLE, 'New Title');