我是我的我
-
The problem of writing N:1 code.
Hi there, I have two tables, (HOME & copy), both contain an option named 'Y&N'. I want to set up a button that will copy the selection status of 'Y&N' in the 'copy' table to the corresponding 'Y&N'…
- Answered
-
Could you please help me identify the issue?
I found an HTML database entry on a forum, but when I copied this HTML code into one of my databases, clicking it wouldn't open any pop-up windows (as shown in the GIF).…
-
How to select different options in bulk?
I have a table, and I want to select 'Star' as 1 for all 'old code' less than 100, and as 2 for all 'old code' greater than 100. How should I write the code in the button? Thank you for your response.…
- Answered
-
Regarding the issue of non-administrative accounts not displaying the field.
I have confirmed that the read permissions for this field have been set to allow everyone to read, but it still cannot be displayed for non-administrative accounts.…
- Answered
-
Thoroughly delete image elements with code
I have image elements in a table. I found that using the code "Images:=null" does not completely delete the images. How can I use code to completely delete them?
- Answered
-
Is it possible to convert Chinese characters into the initials of their corresponding Pinyin using code?
I would like to convert '你好' into 'nh' (the Pinyin for '你好' is 'nihao'). Can this be achieved through code? Thank you for your response.