Board index » delphi » sorry for OT
Roby Della Pasqua
![]() Delphi Developer |
Roby Della Pasqua
![]() Delphi Developer |
sorry for OT2005-06-30 05:24:55 PM delphi17 hi, perhaps somebody know a good freeware software to convert DFM in pascal source code, so to avoid publish DFM's in executable packageinfo RC DATA, and build forms in runtime completely? Thank you very much. Roberto |
Kristofer Skaug
![]() Delphi Developer |
2005-07-01 03:20:08 AM
Re:sorry for OT
Roby Della Pasqua writes:
Quoteperhaps somebody know a good freeware software to convert DFM in the same at runtime. it is perhaps not exactly what you want, but should help... -- Kristofer |
Roby Della Pasqua
![]() Delphi Developer |
2005-07-01 09:00:29 PM
Re:sorry for OT
THANKS
"Kristofer Skaug" <XXXX@XXXXX.COM>writes QuoteRoby Della Pasqua writes: |
Roby DP ![]() Delphi Developer |
2006-01-19 11:35:15 PM
Re:sorry for OT
but I know here are the best GURU,
perhaps someone can help with D2006 variants bug? in delphi5 this code permit to customize the print page footer and header of iwebbrowser2(OLE): var vaIn :OleVariantl; vaOut :OleVariant; begin Header := '&w'; Footer := '[Pag. &p - &P]'; vaIn := Null; vaOut :=Null; try SafeArrayCopy(PSafeArray(TVarData(VarArrayOf([Header, Footer])).VArray), psa); VarData(vaIn).VType := varArray or varByRef; SafeArrayCopy(Psa, PSafeArray(TVarData(vaIn).VArray)); PrintBrowser.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, VaIn, VaOut); .... in D2006 except: variant conv not supported Any hint? Thanks :'( |