Quote from: DW on April 17, 2024, 07:55:07 PMyou have to set up an account and enter the recipient's email address.I have set up an account, but I don't know the email address.
(defun c:flexcelltest/Form1#OnInitialize (/)
;These codes are working
(dcl-AxControl-Put flexcelltest/Form1/Grid1 "Rows" 1)
(dcl-AxControl-Put flexcelltest/Form1/Grid1 "Cols" 5)
(dcl-AxControl-Put flexcelltest/Form1/Grid1 "DisplayRowNumber" T)
(dcl-AxControl-Invoke flexcelltest/Form1/Grid1 "AddItem" (strcat "A" "\t" "B" "\t" "C" "\t" "D") T)
(dcl-AxControl-Invoke flexcelltest/Form1/Grid1 "AddItem" (strcat "A" "\t" "B" "\t" "C" "\t" "D") T)
(dcl-AxControl-Invoke flexcelltest/Form1/Grid1 "AddItem" (strcat "A" "\t" "B" "\t" "C" "\t" "D") T)
;Returns a Cell object as an entity.
(setq cell (car (dcl-AxControl-Invoke flexcelltest/Form1/Grid1 "Cell" 1 2))
)
;"Text" is a cell object property based on FlexCell documentaion. "Text" returns or sets the content of a given cell.
;This gives an error: Invalid argument type dcl-Control-SetProperty, argument 0
(dcl-Control-SetProperty cell "Text" "XYZ")
)
Quote from: owenwengerd on March 21, 2023, 04:10:23 PMI gave up on PayPal, and never looked for an alternative. I hope whoever takes over the web site administration may be motivated to find an alternative solution.