I cannot add any text to a RichTextEdit control, I try:
rte_1.SelectTextAll()
rte_1.Clear()
ls_richtext = "Hello"
rtn = rte_1.PasteRTF(ls_richtext)
but nothing is been added to the control.
I try:
rte_1.SelectText(2,1, 0,0) instead of rte_1.SelectTextAll()
rte_1.PasteRTF(ls_richtext...
Thanks for reading Miguel, of course it is no matter of RAM MB it takes but why, whith selection.copy() PB115.exe takes no more than 40 MB compared to more than 300 Mb with Application.workbooks(1).woorksheets(1).Cell(Row, Column).value.
anyway, it is working now.
Thanks Matt, I have yo read the xls as is so I did it with ImpotClipboard, now is working.
io_file_imported.workBooks.Open(is_PathFileName)
io_file_imported.ActiveCell.CurrentRegion.Select()
io_file_imported.Selection.Copy()
ll_rc = dw_detail.ImportClipboard(2)
I trying to import an Excel file that has about 6500 rows and 50 columns into a datawindow, but the process is taking too long, about 5 minutes
when I run the import and I can see in the windows task manager how the process PB11.5 is comsuming a lot of RAM memory at imported the row 450 it...
I am trying to compile a C program that uses several libraries
I have the main source file "testc" and some libraries
libFile1,
libFile2,
libFile3...
To compile I use:
RUN $SYSTEM.SYSTEM.C / IN TESTC, OUT TESL / TESTO
SSV0 "$VOL.SUBVOL"
SSV1 "$VOL2.SUBVOL2"
in $vol.subvol are the header...
Thank you for your answers Turkbear and linney,
I checked the registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
@ Shell = Explorer.exe .... is Ok
@ Userinit = c:/windows/regedit /s
change to ....
Userinit = c:/windows/system32/userinit.exe...
Start with regedit.exe instead of Explorer.exe
When I turn on the computer it shows
Welcome…
Starting windows…
And then opens the regedit, I close it and there is only the background no icons no task bar no Start Menu
I run task manager (ctrl+alt+del), run explorer.exe and everything shows to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.