-
I always got the editor working in IE7.
But in IE8 the code below doesn't do anything more:
<input type="button" value="Feed Me!" onclick="window.opener.richedit.docHtml = stuff.value;" />
Anyone have a solution for this?
I have several websites that are using the editor, and if everyone is upgrading i'm getting in trouble...
Hope anyone can...
2009-06-16 11:53:38 UTC in HTML Text Editor for Web Pages
-
hello,
I used this editor with several websites and now I have upgraded to IE7. I find the editor is not working anymore!!!
I only get a grey box with a red cross in the left upper side.
Is there some kind of setting that I need to change? Or won't this editor work anymore with IE7?
That would be really bad news:(.
2007-01-30 20:47:29 UTC in HTML Text Editor for Web Pages
-
and last other thing:
- how to change the line spacing? By default the lines have to much whitespace between them.
Thanks!
2003-10-10 17:10:00 UTC in HTML Text Editor for Web Pages
-
Hi people,
just started using RTE and it's really nice and easy to implement.
Some questions:
- when I start typing in a fresh RTE, the font family will automatically changes in Times New Roman. I want it to start it with Arial or Verdana. Where to chnage this?
- When loading the RTE editor, I will only see the "History back" and "history forward" buttons for a...
2003-10-10 17:03:44 UTC in HTML Text Editor for Web Pages
-
Is there a way I could force a (fysical) deletion of the records in my Delphi application?
Or should I handle this in the dBase application?
Gr. Joris.
2003-03-19 16:16:26 UTC in tDBF component for Delphi and BCB
-
Hi people,
When closing my App, I don't do any special cleanup concercing my tdbf tables.
- Do I need to close the tables by hand?
- Will this be done for me when my app closes?
- Do I need to perform some other special things?
Thanks!
Gr. Joris.
2003-03-19 08:51:01 UTC in tDBF component for Delphi and BCB
-
Hi people,
I have a problem which I call "ghost records", don't know how to call them anything other.
Situation:
- I add some records (let's say 3) to my dbf table, using Delphi and tdbf.
- I can see the records using my Delphi app, opening the table using Excel, and when I open the table in DbaseIV.
Problem: deleting of records doesn't go completely correct.
- I delete the...
2003-03-19 08:49:34 UTC in tDBF component for Delphi and BCB
-
Sorry made a mistake.
My DataSource wasn't set to AutoEdit
Gr. Joris.
2003-03-15 14:08:00 UTC in tDBF component for Delphi and BCB
-
Hi people,
In my old ADO code I used this:
DataModule_Mest.tblMest.FieldList.FieldByName('KENTEKEN').Value := kenteken;
It sets the value of a table field.
If I had a DBEdit that was connected to this field, then the DBEdit would automatically get this new value.
- Doesn't this work in tdbf? The line of code above doesn't work in my project.
- are there other ways to accomplish...
2003-03-15 13:49:50 UTC in tDBF component for Delphi and BCB
-
Hi people,
How do I use the RecordCount?
I put a filter on my table to return exact one record, some sort of search query.
This is my code:
DataModule_Mest.tblKlant.Filter := 'MEST_NR = ' + mst_nr;
DataModule_Mest.tblKlant.Filtered := True;
DataModule_Mest.tblKlant.Active := True;
if DataModule_Mest.tblKlant.RecordCount <> 1 then
But I always get...
2003-03-14 20:32:36 UTC in tDBF component for Delphi and BCB