Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  nodelist  faq  login

We are experiencing system trouble -- do not adjust your terminal.


programming / comp.lang.clipper.visual-objects / latest

Re: help (thread)

comp.lang.clipper.visual-objects

Posted: 23 Hours 33 Minutes ago by: JohnMartens

Hi Aurora, Way back when I printed tot Adobe Reader using ShellExecute i used this code to find the Adobe window and close it in order to proceed. Maybe it can help you to get on. // Looking for the "Adobe Reader" caption... // If it's

help

comp.lang.clipper.visual-objects

Posted: 1 Day 5 Hours ago by: aurora baccio

Good morning, I have a need to print digitally signed .pdf files. I don't know how to do it. Shellexecute (virtual printer put default), blocks the process leaving adobe open or pdf24- Thanks Aurora baccio

Re: characters disappears (thread)

comp.lang.clipper.visual-objects

Posted: 8 Days 4 Hours ago by: dlzc

The & is a macro operator. Try either double quotes instead of single to delineate bodies of text, or use chr(38) instead, each place. David A. Smith

Re: characters disappears (thread)

comp.lang.clipper.visual-objects

Posted: 8 Days 8 Hours ago by: Jamal

Can you zip an AEF program on Google Drive or other platform and I will take a look. Make sure the AEF is small and does not contain any external references unless they are needed and included in the zip file. Jamal On 5/21/2023 5:56

Re: characters disappears (thread)

comp.lang.clipper.visual-objects

Posted: 9 Days 8 Hours ago by: fernando moreno

Thaks Jamal I have tried to do it but and it works. But when I put the code in a data windows it gives me the same bad result I think the character & is used for macros and that's why it removes it but I think there has to be some way

Re: domande (thread)

comp.lang.clipper.visual-objects

Posted: 9 Days 16 Hours ago by: Jamal

1. Why not just disable your print button and enable afterwards?! Disabling the mouse is not such a good idea unless you know what you are doing and this requires a very low level API knowledge. 2. There is a big difference. While DataW

Re: characters disappears (thread)

comp.lang.clipper.visual-objects

Posted: 9 Days 16 Hours ago by: Jamal

There must be a setting in your environment that is affecting the result. May be code page, collation or VO/Windows settings Provide a small terminal test that replicates the issue. The following code correctly returns the & symbol: F

characters disappears

comp.lang.clipper.visual-objects

Posted: 10 Days 8 Hours ago by: fernando moreno

cData:='&s='+AllTrim(Str(Year(self:oSFacturas:fecha)))+'&nf='+AllTrim(Str(self:oSFacturas:factura))+'&I='+AllTrim(cTotalCRC)+'&cr='+AllTrim(cCrcTBAIURL) I have this variable with tihis string. I need every charachters including the "&" ch

Re: domande (thread)

comp.lang.clipper.visual-objects

Posted: 10 Days 12 Hours ago by: aurora baccio

I thank you for your response. I believe destroy() is to be used as many times as I have finished the reference mask. Obviously I need to close all open archives. hence a question: is there any way to know if and which archive is left op

Re: What is the future of CA Visual-Object (CAVO)

comp.lang.clipper.visual-objects

Posted: 11 Days 8 Hours ago by: Vulcano Sas

Re: domande (thread)

comp.lang.clipper.visual-objects

Posted: 11 Days 12 Hours ago by: Robert Pope

It sounds like you might be looking for Window:Disable() and Window:Enable(). EndWindow() closes the window but it remains in memory. You can still query the window object for values. Destroy() takes it out of memory, you can no longer q

domande

comp.lang.clipper.visual-objects

Posted: 11 Days 23 Hours ago by: aurora baccio

First question : Is it possible to disable the mouse until an event happens (end of printing for example) and then re-enable it ? Second question : what is the difference between endwindow() and destroy(). Basically when is it useful to us

Re: Word Automation (thread)

comp.lang.clipper.visual-objects

Posted: 13 Days 1 Hour ago by: Γεωργιος Τ

zqPPhM65z4IgzqTOtc+EzqzPgc+EzrcgMTcgzpzOsc6Qzr/PhSAyMDIzIM+Dz4TOuc+CIDE6MTI6 MjjigK/PgC7OvC4gVVRDKzMsIM6/IM+Hz4HOrs+Dz4TOt8+CIE5vcmJlcnQgS29sYiDOrc6zz4HO sc+IzrU6DQo+IEFub3RoZXIgdGhvdWdodDogSXMgeW91ciBXb3JkIDMyIG9yIDY0IGJpdD8gVk8g Y2FuIG9ub

Re: Discontinuation of Advantage (thread)

comp.lang.clipper.visual-objects

Posted: 13 Days 3 Hours ago by: Robert Pope

I don't suppose anyone has played with MariaDB using the Aria storage engine? From what I've read it should be a successor to MySQL's MyISAM storage engine: https://mariadb.com/kb/en/aria-faq/ It was about the only result when I was look

Re: endpoint web services (thread)

comp.lang.clipper.visual-objects

Posted: 13 Days 4 Hours ago by: Robert Pope

Making calls to Windows Internet API (wininet.dll) is also an option. We used that in the company I work for. That is probably the most difficult way to do it, but it gave us more control over working with / around the corporate proxy ser

Re: Strange DBF/CDX behaviour over network - Any ideas? (thread)

comp.lang.clipper.visual-objects

Posted: 13 Days 11 Hours ago by: Lawrence

[HKLM]\System\CurrentControlSet\Services\LanmanServer\Parameters\EnableOpLocks=dword:00000000 [HKLM]\System\CurrentControlSet\Services\LanmanServer\Parameters\EnableOpLockForceClose=dword:00000001 [HKLM]\System\CurrentControlSet\Services

Re: Strange DBF/CDX behaviour over network - Any ideas? (thread)

comp.lang.clipper.visual-objects

Posted: 13 Days 12 Hours ago by: Lawrence

You havnt specified where the shared folder is located, server or pc, and is it windows or linux etc

Re: Word Automation (thread)

comp.lang.clipper.visual-objects

Posted: 13 Days 19 Hours ago by: Norbert Kolb

Another thought: Is your Word 32 or 64 bit? VO can only work with the 32 bit version.

Re: Word Automation (thread)

comp.lang.clipper.visual-objects

Posted: 13 Days 20 Hours ago by: Γεωργιος Τ

Hi Norbert, Yes first of all i was create the automation, WDApplication WDFont WDSelection WDDocument WDDocuments WDRange The follow lines is ok oWord:=WDApplication{} oWord:Visible:=TRUE but the line of error is oDocs:=oWord:Do

Re: Word Automation (thread)

comp.lang.clipper.visual-objects

Posted: 13 Days 22 Hours ago by: Norbert Kolb

Hi George, did you create the automation server for word first. All the classes and methods you need for Word are generated there. Vo menu: Tools -> Automation Server (Word) The error message indicates that the programme cannot find these

Re: Word Automation (thread)

comp.lang.clipper.visual-objects

Posted: 13 Days 22 Hours ago by: Γεωργιος Τ

Hi Norbert, I tested your method but i take error. Regards George 16/05/2023 10:06:02 μμ Error Message: -------------- SubSystem: BASE Operation: Function: CHECKINSTANCEOF Argument: WDDOCUMENTS <-> OLEAUTOOBJECT CallStack: CUSTO

Re: Word Automation (thread)

comp.lang.clipper.visual-objects

Posted: 14 Days ago by: Γεωργιος Τ

Hi Norbert, Thanks for reply. I will try your method. Regards George

Re: Word Automation (thread)

comp.lang.clipper.visual-objects

Posted: 14 Days 5 Hours ago by: Norbert Kolb

Hi George, First create a new module (e.g. _MsWord) and import the autoation server for Word. Here is a little method that does what you want. METHOD DoOpenWord(cFileName) CLASS StandardSDIWindow LOCAL oWord AS WDApplication LOCAL oD

Word Automation

comp.lang.clipper.visual-objects

Posted: 14 Days 21 Hours ago by: Γεωργιος Τ

Hi all, Does anyone have a sample for Word automation. I want to read a document (.doc) make some changes (like font for some lines) and save it. Thanks all George

2022 SPECIALIZED CREO SL E5 COMP

comp.lang.clipper.visual-objects

Posted: 16 Days 15 Hours ago by: eduardo garcia

2022 SPECIALIZED CREO SL E5 COMP frame size...L Category: Ebikes - Road Condition: Excellent - Lightly Ridden Frame Specialized E5 Premium Aluminum frame, Open Road Geometry, front/rear thru-axles, fully integrated down tube battery,

Re: Word automation (embedded)

comp.lang.clipper.visual-objects

Posted: 16 Days 22 Hours ago by: Γεωργιος Τ

Hi Jean-Pierre Maertns Can i have your TETextEditor.aef please? Thanks George

26 recent articles found.


rocksolid light 0.8.3
clearneti2ptor