Hello --
The control objects work fine if there are no notes, but the minute you add the notes - it screws up all the control objects!
Am I missing something here?? Doesn't any experience this? Any help wiould be greatly appreciated!
Many thanks!
Search found 8 matches
- Fri Feb 02, 2007 1:42 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Combobox Controls
- Replies: 1
- Views: 2558
- Thu Feb 01, 2007 9:02 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Combobox Controls
- Replies: 1
- Views: 2558
Combobox Controls
Hello -- Can you help me... I can't get the combobox to be listed. I have the last version of XLSReadWriteII. Here is my source: with XLS.Sheets[0].ControlsObjects.ComboBoxes.Add do begin SourceArea := AreaToRefStr(ACol, ARow, ACol, ARow + ALength, True, True, True, True); Col1 := ACol; Col2 := ACol...
- Wed Jan 31, 2007 8:22 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: RadioButtons
- Replies: 6
- Views: 4836
RadioButtons
Hello Lars --
You are absolutely correct! Sorry about that.
That is ok cuz I'm replacing the radio buttons with the drop down as it is the same thing anyway!
Thanks for your quick responds!
Brian
You are absolutely correct! Sorry about that.
That is ok cuz I'm replacing the radio buttons with the drop down as it is the same thing anyway!
Thanks for your quick responds!
Brian
- Wed Jan 31, 2007 2:34 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: RadioButtons
- Replies: 6
- Views: 4836
RadioButtons work-around
[Message deleted]
I deleted you message as it was pointing users in the wrong direction. Your answer involved OLE, and XLSReadWriteII is not an OLE solultion. The whole idea with the component is to create excel files without having excel installed.
Lars Arvidsson
I deleted you message as it was pointing users in the wrong direction. Your answer involved OLE, and XLSReadWriteII is not an OLE solultion. The whole idea with the component is to create excel files without having excel installed.
Lars Arvidsson
- Mon Jan 29, 2007 12:34 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: RadioButtons
- Replies: 6
- Views: 4836
Radiobuttons
Hello Lars -
That is one way, but I'm making the excel dynamically meaning that some cells might have radiobuttons and some will not. I can't distribute a excel file with the program. It is all developed at run-time.
Anybody have any suggestions??
Many thanks,
Brian
That is one way, but I'm making the excel dynamically meaning that some cells might have radiobuttons and some will not. I can't distribute a excel file with the program. It is all developed at run-time.
Anybody have any suggestions??
Many thanks,
Brian
- Fri Jan 26, 2007 12:27 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: RadioButtons
- Replies: 6
- Views: 4836
RadioButtons
Oh, ok. Thanks for the quick responds. Can you think of a work-around for now??
Many thanks,
Brian
Many thanks,
Brian
- Thu Jan 25, 2007 8:09 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: RadioButtons
- Replies: 6
- Views: 4836
RadioButtons
Hi Lars - I'm trying to implement radiobutton in Excel via your component. The problem I'm having is this: I have added 3 radiobuttons into one cell using the rowoffset property and that works just great - comes out beautifully. The problem is that there is no group index or anything, so that the ra...
- Tue Jan 23, 2007 5:35 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Error on Write
- Replies: 0
- Views: 2302
Error on Write
Hi there - I just updated the XLSReadWriteII from version 2 to version 3. Currently using v3.00.07. When I run the application it crashed at the WRITE in the CalcDimensions part of the call. The "P1" of the pointer array doesn't seem to ike the pointer of $444 (which I think is not a point...