COMPGROUPS.NET | Post Question | About | Groups | Contact | Register | Login



comp soft-sys matlab (18539)

comp os linux advocacy (5162)

comp soft-sys sas (3808)

comp soft-sys math mathematica (2923)

comp lang python (2910)

comp lang ruby (2557)

comp text tex (1736)

comp sys mac advocacy (1660)

comp lang c++ (1422)

comp lang javascript (1223)

comp lang c (1197)

comp lang perl misc (1192)

comp lang java programmer (927)

comp dsp (911)

comp sys mac system (893)

comp lang tcl (873)

comp databases ms-access (764)

comp arch fpga (751)

comp lang idl-pvwave (727)

comp software shareware announce (704)

comp lang php (700)

comp lang lisp (684)

comp sys sun announce (659)

comp arch embedded (626)

comp sys mac apps (613)

comp sys ibm ps2 hardware (545)

comp lang fortran (525)

comp lang c++ moderated (524)

comp unix shell (523)

comp os plan9 (514)

comp os linux misc (513)

comp unix solaris (501)

comp databases oracle server (497)

comp sys ibm pc games war-historical (485)

comp lang python announce (483)

comp os ms-windows programmer win32 (477)

comp databases mysql (412)

comp sys cbm (408)

comp dcom sys cisco (408)

comp arch (308)

comp sys ibm pc games action (301)

comp databases informix (274)

comp lang clipper visual-objects (267)

comp os vms (263)

comp lang perl announce (238)

comp lang xharbour (229)

comp graphics apps gnuplot (224)

comp realtime (216)

comp soft-sys ace (215)

comp lang ada (213)

comp protocols nfs (207)

comp protocols snmp (204)

comp parallel (202)

comp sys acorn announce (196)

comp protocols tcp-ip domains (193)

comp sys ibm pc hardware systems (191)

comp unix internals (187)

comp infosystems www browsers misc (184)

comp misc (182)

comp publish cdrom software (182)

comp dcom cabling (174)

comp mail mime (169)

comp std announce (169)

comp ai fuzzy (168)

comp ai edu (166)

comp soft-sys stat spss (156)

comp protocols kerberos (155)

comp databases filemaker (155)

comp sys apple2 (153)

comp admin policy (151)

comp databases postgresql committers (150)

comp databases ibm-db2 (149)

comp databases ms-sqlserver (131)

comp protocols dicom (129)

comp unix programmer (128)

comp security misc (123)

comp unix bsd freebsd misc (120)

comp graphics visualization (117)

comp cad cadence (117)

comp databases olap (116)

comp apps spreadsheets (114)

comp databases postgresql general (114)

comp lang vhdl (113)

comp lang java help (113)

comp ai neural-nets (112)

comp ai (111)

comp ai games (110)

comp dcom telecom (109)

comp client-server (108)

comp os linux announce (105)

comp cad microstation (105)

comp databases oracle marketplace (105)

comp soft-sys math scilab (102)

comp databases progress (102)

comp os linux networking (101)

comp database oracle (100)

comp graphics api opengl (99)

comp ai genetic (98)

comp protocols dns bind (97)

comp compilers (97)


comp.lang.clipper.visual-objects Post New
Items(262) /6 Next >> Last >|
Subject Posted Replies From
VO2.6 Win 7 and dbServer Editor

I've been using 2.6 happily for a while now on a Win 7 64 bit system - all worked OK. Yesterday I could no longer use the dbServer Editor - greayed out - the only options I could select were Source Code Editor, Menu and Report editors for either an existing or a new entity. Has anyone experienced this and, if so, did oyu overcome it? A complete removal (uninstall fails because it can't find a required product!!! even though the system and system drive have VO 1.0, 2.0 and 2.5 all installed on it), repair and even a re-install in different directories can't get other editors going. 'Subsystem

8/17/2010 1:49:35 AM 0 m_rutherford <u...@compgroups.net/>
MS Excel - language independent formula and commands

Hello all, A VO 2.8 SP3 - MS Excel (2003 and 2007) is working very well. I have seen now in different installations that the languange settings are difficult (german or english). Which settings are used to configure Excel to use ony english commands ? (e.g. for formula and formating Cells) Thanks in advance Niko

5/4/2010 4:39:26 PM 0 Nikolaus Kern <parzival1...@gmx.at>
Page counter in ReportPro36

Hi all, I have wish of my client who want to print more invoices, not separately, wherefore I can't use function PgNo() because PgNo() gets page number of complet report. For this reason I have created special variable for that (for example nRzuPage) and set section, group and this variable in reportpro like that: Section: Server table: Rzu.dbf (index Rzu.cdx, key expression: Kbr) Child table: Rzus.dbf (index Rzus.cdx, key expression: Kbr) Relation: Kbr Group: Name: Rzu.Kbr Expression: Rzu.Kbr Reset At:

5/4/2010 2:02:39 PM 0 "Jozo" <racun...@os.t-com.hr>
Function COLLECT?

Hello, since I have installed the SP3, I habe a problem with ReportPro 3.9. The first time I instantiate the rp3Runtime-class is all ok, the second time I get the follwing error message that I have never seen before: Error Code: 1 [Argument Error] Function: COLLECT Description: Bad Ptr The error refers to line in which the instantiation is done. Can anyone help me? Stefan

5/3/2010 1:44:34 PM 5 Stefan <i...@sanosoft.com>
How to implement Excel Sort command in VO?

I want be able to sort a range of data in an Excel workssheet I created from VO. Excel generated method is: _DLL METHOD Sort( Key1, Order1, Key2, Type, Order2, Key3, Order3, Header, OrderCustom, MatchCase, Orientation, SortMethod, DataOption1, DataOption2, DataOption3 ) CLASS ExcelRange:ExcelOle28.ExcelRange:Sort Macro which can do the job is: Range("A3:Q254").Select Selection.Sort Key1:=Range("A4"), Order1:=xlAscending,Header:=xlGuess,_ OrderCustom:=1, MatchCase:=FALSE, Orientation:=xlTopToBottom, _ DataOption1:=xlSortNormal which I translated as: oIEx:oRange:= oIE

5/3/2010 1:06:59 PM 6 D.J.W. van Kooten <pub...@ic2remove.this.com>
ToolTip text in 2830

I have tooltip texts that do not schow the full length of the text when the mouse goes over it. I thought that problem was solved in SP2. Do I have to change anything to have the full text available ? John

5/1/2010 7:59:39 AM 0 John Martens <adsl672...@tiscali.nl>
PSZ or PTR

Can someone clarify the following please... A function declaration like : _DLL FUNC AdsDDFindNextObject( hObject AS DWORD, hFindHandle AS DWORD, pucObjectName AS PSZ, pusObjectNameLen REF WORD ) AS DWORD PASCAL:ACE32.AdsDDFindNextObject The parameter pucObjectName is set up with pszObjectName:=MemAlloc(500) (or whatever value) Is there any difference or preference between declaring LOCAL pszObjectName AS PSZ and testing for !=NULL_PSZ after the MemAlloc call and LOCAL pszObjectName AS PTR and testing for !=NULL_PTR after the MemAlloc call TIA Nick

4/30/2010 1:48:55 PM 2 Nick Friend <nicktek...@googlemail.com>
All User v specific user installation options

Hi all, I am looking for some recommendations on the best way of allowing an app to work either for a specific user or all users. Up to now all of my apps have been set to install with all users of the computer having access to them and their data files. I put the data in the shared data area. There have been one or two which have been user specific, that is only the person that installs the program has access to it and the data files. Here I put the data in the users data folder. I have never need to create the app where it might be installed specific to a user or for All

4/30/2010 8:45:21 AM 1 "Kevin" <kdmur...@eircom.net>
Word-compatible Text Editor

Following on from another thread I started on embedding Word, I want to pursue another line of enquiry... Which 3rd party (OCX or .NET) text editors are people using? I'm interested to know which are most compatible with Word, and most reliable (and with good support, upgrades, etc.). The one we've used most so far is TX Control, but I'd like to know if anyone has other suggestions. TIA Nick

4/29/2010 8:35:01 AM 0 Nick Friend <nicktek...@googlemail.com>
Update fields in MySQL

Hi, I use VO2.7B, MySQL 5.1 and VO2ADO. I use AdoServer:FieldGet and it works, but if I use AdoServer:FieldPut and it does not work. I set adLockOptimistic in AdoServer and the file is not Read Only. Just wonder what's wrong with it. I can use AdoCommand to specify the SQL statment and do the updating, but it's not convenient. If I can use DBF syntax FieldPut / Assign, it will be much easier. Any suggestion. Thanks. Tyrone

4/28/2010 9:48:27 PM 1 TW <TYRON...@LIVE.COM>
freezing/locking a Browser column with EnableVerticalSplit

Hi, I want to freeze the first (leftmost) column in an databrowser (NOT a bBrowser!) Yes, I read these posts, but they didn't help: 2002: http://groups.google.com/group/comp.lang.clipper.visual-objects/browse_thread/thread/3a6e8ae9e66763d6/0adee3f9d86bfcd4 1999: http://groups.google.com/group/comp.lang.clipper.visual-objects/browse_thread/thread/682020803651fc91/c8df7fe095e5a39b What I have to do is: after splitting the databrowser with oBrowser:EnableVerticalSplit(TRUE, GBSSBLEFT) - move the split 1 column right - scroll in the right half one column to the right, so that the f

4/28/2010 3:54:13 PM 0 Frank Leverenz <lev...@gmail.com>
Vulcan 2.0 for VS2010

Two months ago Grafx announced: "GrafX Software, a Visual Studio Industry Partner, announce plans to simultaneously ship Vulcan.NET 2.0 with Visual Studio 2010" If you look at www.govulcan.net, you do not find any release news of Vulcan ..20, where the release version of VS2010 is available for two weeks now. Fortunately we are used to not making the announced release dates of Grafx, so this is nothing new under the sun. Interesting though is the video on govulcan.net where the integration of Vulcan in VS2010 is demonstrated. This video is 'misleading' as the great feature

4/28/2010 9:22:05 AM 4 =?iso-8859-1?Q?E=AE!k_\\/!$$E=AE?= <nos...@nospam.com>
Setfilter and date

Hi, I Have 2 posts in a database with the field "NYKALDAT" (date) containing Post 1 = 2010-05-17 Post 2 = 2010-04-08 // Visual Objects (Version 2.8. Build 2.2828), Version 2.8 SP2 Now I try to filter the database like this: ? DTOC(Today()) // Gives "2010-04-28" ? cFilter := "NYKALDAT" + " < " + DTOC(Today()) // Gives "NYKALDAT < 2010-04-28" uCB := &("{||" + cFilter + "}") // Codeblock ? SELF:oSFSub_Form1:Server:SetFilter(uCB ,cFilter) // Gives .T. SELF:oSFSub_Form1:Server:GoTop() DO WHILE !SELF:oSFSub_Form1:Server:EOF ? SELF:oSFSub_Form1:Server:Recno // N

4/27/2010 11:09:23 PM 0 Stefan L <...@proffs.org>
Word automation (embedded)

I'm doing a little investigation about using MS Word. Automation through OLEAutoObject is straightforward enough, but what about embedding Word in a VO window? I want to be able to carry out traditional OCX embedding, showing a doucment in view mode, then double click to activate full editing... is anyone doing this who can offer some tips? TIA Nick

4/27/2010 9:37:23 PM 9 Nick Friend <nicktek...@googlemail.com>
Data Encryption and Non-English language issues

Hi, Since I know many people here on this NG use languages other than English, what is your take on the following? I have a client with the Japanese language installed on Windows 7 computer, however Windows XP computers with same language installed cannot read the decrypted data. I checked the regional settings but could not see anything I am not sure why this occurring as I always tested my program under Windows with the English Language installed as default. What settings in VO guarantee that help with issue? The only function that use in my app start-up is: SetAnsi(TR

4/27/2010 7:55:30 PM 1 "Jamal" <vodotnet_nos...@yahoo.com>
Hover buttons seem to fail sometimes

Recently I changed 2 browse buttons to 2 Hover buttons and noticed that when you click them repeatedly within a short (say 1 second) interval, they sometimes fail once pressed. It's irregular, but it will usually work 4-6 times in a sequence before failing once. The shortcut key assigned to the hover button does not fail. I've tested another hover button, a save button, which is not pressed in that frequency but doing that I saw the same problem. Either I noticed now for the first time or it's exclusively in W7 (I have to check that). Did anyone notice that, and even better, found

4/27/2010 7:08:26 PM 0 D.J.W. van Kooten <pub...@ic2remove.this.com>
Sending Message

Hi guys, One of my clients would like to send message through my app to the users. Anybody known if it is possible in VO and can give me an sample? Thanks. Jairo

4/24/2010 3:06:08 PM 9 JD <jdh...@ig.com.br>
Christian Audigier mens jeans ( http://www.brandtrade10.com)

Christian Audigier mens jeans ( http://www.brandtrade10.com)

4/24/2010 7:42:09 AM 0 "www.jersey-2009.com" <brandtrad...@yahoo.com>
memo fields problem...

Hi, VO 2.6 DBFCDX/FTP i have a problem with one table and their memofields... the table contains NOTIZEN, VERLAUF, ARBEIT as Memofield for example.. on one record i save a text in the field "VERLAUF".. on some other records now the same data contains exactly the same text in the field "NOTIZEN" or "ARBEIT" ... no linked server with datawindow or something like that.. CC_OPTIMISTIC is off. anyone an idea ? thanks, Mario

4/22/2010 9:55:59 AM 5 Mario Schulz <i...@removethiswegenspamconcept-dv.de>
Color Cell in DataBrowser

I have a problem with an old DataBrowser. Is it possible to color a cell with a condition from another cell. The cell is colored, but it only take the condidtion from the first row, so I tried self:Server:goto(self:Server:RECNO) but there is a endless loop. Is this possible with a DataBrowser or should I change to bBrowser?!? I tried this: METHOD PostInit(oWindow,iCtlID,oServer,uExtra) CLASS dtaTest SELF:Browser := _DataBrowser{SELF} oCol := ColorColumnAusbArt{4,#AusbArtV} oCol:Caption := "Name" oCol:EnableCellDraw(#ValidCheck) oCol:Width := 5 SELF:Browser:Add

4/22/2010 6:08:01 AM 6 Lu <l...@hotmail.com>
Display image from Resource

Hi all, I have added an image in a DLL using the following code: resource bmp_NoImage Bitmap C:\VOProjects\Membership\images\noimage.bmp define bmp_NoImage := 5000 I want to use this image in a FabPaintLibCtrl object using the following code, but the image fails to show up. oFabImg := FabPaintLib{} lSuccess := oFabImg:CreateFromResourceName(_GetInst(), "bmp_NoImage") //lSuccess := oFabImg:CreateFromResourceID( _GetInst(), bmp_NoImage ) The result of creating from Resource, by ID or Name, fails. If I create it from an external file the image is displayed correctly. Does a

4/21/2010 12:29:28 PM 1 "Kevin" <kdmur...@eircom.net>
For Grafxsoft

Hello Brian, My boss just ordered VOPS and VOPP from grafxsoft.com site. Rene

4/21/2010 6:36:34 AM 2 "Rene J. Pajaron" <rjpaja...@gmail.com>
MySQL in bBrowser

Hi, I have a problem in using MySQL in bBrowse 1.4 (Limited) with VO2.7B (Build 2740). I use ODBC driver 3.51. The browser takes a long time to load and also cannot focus in the browser to move up and down by pressing the up down arrow keys in the keyboard. The coding is as follows : oConn := SQLConnection{"MySQL-Server","root","1234"} oSelect := SQLSelect{ "SELECT * FROM SQL_TABLE", oConn } SELF:oDCbBrowser:Use( oSelect, , { } ) oColumn := bDataColumn{SELF:oDCbBrowser, SELF:oDCbBrowser:Server, ; {|oServer| oServer:Field1 }, #Expression, SELF} oColumn:Caption := "FIELD-1

4/19/2010 10:09:27 PM 5 TW <TYRON...@LIVE.COM>
Application created with VO 2.8 on Windows 7

Dear VO-ers I=92m so glad that this group is so active. It is so nice to see same group of people, same programs, same tools. I guess good things are here to stay=85 I miss programming in VO. Hope somebody can come up with some clue. Quite recently, we=92ve run into a small problem with one of our =93legacy=94 programs. One of our clients have decided to move Client portion of the Client- Server application to new platform :Windows 7. Client application is a VO + Classmate. It has been recompiled in VO 2.8 and Classmate 209. Everything works except WebBrowser. It has been

4/19/2010 2:23:38 PM 11 Thomas Olszewicki <Thom...@cpas.com>
WinForms to XAML UI Converter

This is probably more for the C#, VB and Vulcan group, but I thought this looked interesting: http://blogs.windowsclient.net/rob_relyea/archive/2010/04/16/winforms-to-xaml-ui-converter.aspx -- Ginny Caughey www.wasteworks.com

4/18/2010 1:51:13 PM 3 "Ginny Caughey" <ginny.caughey.onl...@wasteworks.com>
Visual Source Safe 2005 with VO 2.6

Hi, I would like to know if VSS 2005 has any compatibility issues with VO 2.6. I installed VSS 2005 and I can add applications to the Source Safe Database but I can't check in/check out or even remove modules from Source Control...

4/17/2010 3:01:02 PM 1 Mario <marioj...@gmail.com>
Placing markers on a map

Hi All, My question is simple; In a dbf there are some coordinates saved (lat. with long.). When the user hits the "map" button a browser (in my case IE) window should open, Google or Bing maps (or any other) should appear and some markers should be placed on the map. Opening Google or Bing maps is not the problem (something like ShellExecute(NULL, String2Psz('open'), 'http://maps.google.com/?ie=UTF8&ll=50.963069,5.793389&spn=0.002618,0.006947&t=h&z=18', String2Psz(''), NULL, SW_SHOWNORMAL)), but placing one or more markers. Maybe making somekind of script file on the fly

4/17/2010 1:18:00 PM 1 "Jack Konings" <Gordon_remove_this_.Free...@Live_dot.nl>
Fixedtext with AlphaBlendRatio

Hi all, I have a Control (inherit from Fixedtext) to show a Legend from bBrowser Selector Colors, but i have to use SELF:SelectorView:AlphaBlendRatio:=0 in my bbrowser, because i can't synchronize the color of my Fixedtext whit the color of selector. Is any way to make the Fixedtext show background colors like Selector in the bBrowser whit AlphaBlendRatio. In resume what i need is a fixedtext with the AlphaBlendratio characteristics. TIA Paulo Oliveira

4/16/2010 4:48:37 PM 0 Paulo Oliveira <pa...@clipinfor.com>
Error in MySQL

Hi, I am using VO2.7B and MySQL 5.1. I have some problem in using MySQL and hope that someone can help me about it. I downloaded the ODBC drive of MySQL 5.1 in www.MySQL.com and the configuration and installation works fine. I wrote coding as follows: LOCAL oConn AS SQLConnection LOCAL oSelect AS SQLSelect oConn := SQLConnection{ "MySQL", "root", "password" } oSelect := SQLSelect{ "SELECT * FROM SQL_TABLE", oConn } oSelect:GoTop() Igot an error at the GoTop line Error Code:4[numeric overflow] Subsystem BASE Function => WORD Argument:65536 Do not understand what

4/15/2010 5:32:43 PM 7 TW <TYRON...@LIVE.COM>
mouse Scroll wheel and reportpro preview

Hi all, One of my clients ask me if it's possible using the mouse scroll wheel in reportpro preview like the arrows keys to Scroll down a zoomed report. It's possible? TIA Paulo Oliveira

4/13/2010 5:12:27 PM 7 Paulo Oliveira <pa...@clipinfor.com>
Qout does not show any terminal window

Hi, I can not display any terminal lite windows neither with qout non ? operator. Teminal Lite is included in the application, of course. Can you hel me? Thanks in advance. Massimo

4/13/2010 1:23:03 PM 1 Massimo Petrillo <massimo.petri...@gmail.com>
Error when passing negative number as parameter to MSSQL stored procedure

Hi all, I have a problem which seems to be serious. I use CAVO 2.0. When I call a stored procedure which has parameters and one of the numeric parameters is a negative number, I get the following SQL error (it was translated from Hungarian so the English version may not be fully accurate): NativeError: 0; SQLState: S1090 [Microsoft][ODBC Driver Manager] Invalid string or buffer length. The direct cause of this is when I pass a number (Longint inside CAVO) to the stored procedure (INT MSSQL type), the number is negative and is less than -32767. An SQL INT type can hold far large

4/13/2010 12:03:33 PM 2 Ervin Steckl <ervin.ste...@gmail.com>
Advice on multi-threading

In adapting our application to use replication and ADS, we have a process fired off periodically by a timer, which checks to see that all the remote connections and replication queues are functioning correctly. Ideally I'd like this to run as a separate thread, so that it doesn't interrupt the normal work in the app - some clients could have 15 or 20 remote systems and periodically the system will be accessing web- services to check on the status of all of them, so it could potentially be taking 1 or 2 minutes to complete. However it also constantly updates a status window on the ma

4/12/2010 10:38:49 PM 1 Nick Friend <nicktek...@googlemail.com>
Changing memoblock size programatically

What's the best (and safest) way to change the memoblock size of DBF files programmatically.... ie not using a stand-alone utility. We're converting to ADS and need to automate the upgrade for existing clients... so each DBF that uses memos needs to have it's memoblock size changed from 32 to 64. Not quite sure of the best way to go about doing this. TIA Nick

4/12/2010 4:49:42 PM 3 Nick Friend <nicktek...@googlemail.com>
Eval/ForEach

Hi to all, How can I do to process all the records of a field using Eval or ForEach. I tried the two ways below, but both return error. Can you help me? Thanks!!! Jairo. Ex1 (ForEach): =========== LOCAL oAdoFields AS AdoFields LOCAL bBlock AS CodeBlock bBlock := {| oObj | Qout(oObj:value),TRUE} oAdoFields := oRs:Fields:[Item, name "] oAdoFields:Foreach(bBlock) Ex2 (Eval) ======== LOCAL oField AdoField oField := oRS:Fields:[Item, name "] eVal(oField, value ")

4/12/2010 3:02:22 PM 1 JD <jdh...@ig.com.br>
VOPP DBF Utility

Paul, I created a database called TRANSACTIONS.DBF with an index of TRANSACTIONS.CDX using the DBServer Editor. Using the DBF Utility in VOPP the index opens automatically as expected. Then I used the DBF Utility to create a function for building the database and index file. In the resultant files the index file does not open automatically. Stephen Quinn spotted that the index file name was not the same as the DBF. It is the same as Index File name displayed in the utility, just eight characters. In the next build or update to VOPP could you change the code so that th

4/8/2010 5:38:56 PM 1 "Kevin" <kdmur...@eircom.net>
Importing and Exporting to Excel

Hi all, Until now, i have a mechanism to export a Sql table to Excel, but now i need import some lines from excel file to a Sql table. Any idea, please? TIA Paulo Oliveira

4/8/2010 4:17:06 PM 8 Paulo Oliveira <pa...@clipinfor.com>
Opening index automatically

Hi all, The function CreateTransactionsDB is based on code created by the DBF Utility in VOPP. I have modified it so that it can create the DBF in a directory specified when the function is called, as demonstrated in the Start method below. This works fine, except the Index does not open automatically when the DBF is opened. Can anyone explain what is wrong? The RDDInfo call at the start of the function returns NIL. I am probably missing something simple but I cannot see what it is. Thanks in advance. Kevin method Start() class App local oMainWindow as Standard

4/8/2010 3:46:38 PM 2 "Kevin" <kdmur...@eircom.net>
ReportProInit()

Hello, does anybody have the sourcecode of the ReportProInit() and ReportProUninit() functions? If yes, could you send it to my e-mail address? Unfortunatley the ReportPro-Manual does not explain exactly what's done inside these functions. Stefan

4/7/2010 7:59:22 AM 1 Stefan <i...@sanosoft.com>
Enhanced ShellWindow

Hi everybody, I want to share with all of you this ShellWindow class. It's based on the known GradientFill several of you use in your applications but has been extended in such a way that you can control most of the parameters and appearance. I even made it 'inheritable' so you have better control. You can find a description and download links here: http://acf1996.webatu.com/cavo/acf_shellwindow.htm I hope you find it usefull. Best regards, Amilcar A. Camargo F. Guatemala, C. A.

4/7/2010 1:33:22 AM 14 Amilcar A. Camargo <amilcarcama...@gmail.com>
CEmail with charset = "UTF-8"

Hi, Is there a way to substitute in the CEmail class default charset = "iso-8859-1" by charset = "UTF-8". I'm using VO 2.8 SP3 (2837). Thanks, Ivan.

4/6/2010 10:02:36 AM 2 pinlink <pinl...@mail.ru>
Catch modification in a windows

Hi everybody, i'm only using VO for 3 weeks now and i'm getting some troubles. I'm trying to find a way to know if a windows full of data has been edited by the user (the windows contains Combobox, textfield, bbrowser and checkbox). After some searchs, i'm trying to use a method i found. METHOD Dispatch( oE ) CLASS IgDataWindow LOCAL dwNotification as DWORD dwNotification := HiWord( oE:wParam ) IF oE:Message == WM_COMMAND // BN_CLICKED Sent on clicking push buttons, radio buttons and check boxes // CBN_EDITCHANGE Sent when manually changing info in

4/2/2010 1:04:12 PM 5 Phil bayard <philbay...@gmail.com>
SO Service Client V1.3.3

Hi Folks. Here is my Easter gift to you all. It is basically an example of how VO can use COM to exploit what is very easy in C# and very hard in VO natively. You might even find a production use for it. It is all about VO generating emails, tasks, appointments, report services report viewers, direct print reports, bulk emails, error handlers and more. ftp://www.softwareobjectives.com.au/anonymous/so.service.client.zip For newcomers, see the notes way down below... New things for March: bulk email facility. For April: Setting and managing user passwords. Your email dia

4/2/2010 12:02:37 AM 2 "Geoff Schaller" <geo...@softxwareobjectives.com.au>
Store and retrieve split window size

In a Explorer window, dervied from the ToDo example, I set the width of the left pane 1, the treeview, using: SELF:SetPaneSize(Dimension{ nWidth,nHeight},1) Then I store the width for later retrieval, e.g. when the user dragged the pane smaller or larger: oSize := SELF:oTreeview:Size nWidth:=oSize:Width This width however is 4-5 x larger than the nWidth I have to pass to the line above! What am I overlooking, or: what can I do to find out what the correct width is of the left pane and set it again on the init? Dick van Kooten

4/1/2010 6:41:15 PM 0 D.J.W. van Kooten <pub...@ic2remove.this.com>
Notebook for VO and vulcan.net

Hi all, I am looking forward to buy a notebook to work with VO and Vulcan out of the current PC. Are there experiences on your side ? Recommendations? At this moment I am thinking about a regular notebook with Win7 with an i5 or i7 CPU and 4 upto 8 GB RAM. Regular disk and grafic board should do the trick. What do you think about it? Feedback welcome. Thanks Niko

4/1/2010 6:24:36 PM 1 Nikolaus Kern <parzival1...@gmx.at>
OLEAutoObject question

Hi all, This is no April fools question. I'm using MS-Word to generate certain reports. After starting Word (as shown below) I "write" some data to it to fill the report. This all works fine. METHOD PB_Afn_gen( ) CLASS Dlg_Mtp_Xtra LOCAL template AS STRING template:=cfgfile:GetString('Paths', 'Afn template') SELF:oword:=OLEAutoObject{'word.application'} IF !SELF:oword:fInit WarningBox{SELF,'Start MS-Word', 'Kan MS-WORD niet opstarten'}:show() SELF:oword:=NULL_OBJECT RETURN NIL ENDIF I'm keeping a link to the Word-object to retrieve the filename the user u

4/1/2010 1:33:40 PM 1 Jack <jack.koni...@dsm.com>
DBG not rewritten

Has anyone experienced the following problem: My DBG's are no longer recreated (any directory or application). As a result I don't see any change in my program after changing code. It happened suddenly without any (known) change in anything. My workaround is for the moment to delete the dbg from a DOS box everytime before a restart and that works without a problem. I've even rebuilt my complete repo by creating a new one and importing all programs, but that did not make any change. Dick van Kooten

4/1/2010 11:22:13 AM 0 D.J.W. van Kooten <pub...@ic2remove.this.com>
Detecting Extended Desktop

Hi All I need to be able to detect if the computer mu application is operating on has an extended desktop on another monitor or data projector. I would like to open a window on the extended monitor and maximize it there. Has anyone got any suggestions or clues for me. Thanks Richard --- news://freenews.netfront.net/ - complaints: news@netfront.net ---

4/1/2010 6:43:02 AM 5 Richard Pilkington <richa...@lukhozi.co.za>
Exchange

I have to load appointments in Exchange, where can I find examples also Vulcan or VO? Thanks Danilo

3/31/2010 5:45:54 PM 3 "Danilo Giuliani" <softd...@tiscali.it>
LOCK REQUIRED error on Fieldput

See code below, when running code i get an error on line: oOutput->(FIELDPUT(n, SELF:oDCBrowseGrid:oDBServer:FIELDGET(n))) ***********************ERROR******************************** Visual Objects (Version 2.8. Build 3.2837), Version 2.8 SP3 29/03/2010 18:44:20 Application: ...... Error message: ---------------------------- Error Code: 38 [ LOCK REQUIRED ] Subsystem: DBFCDX Error Subcode: 1122 (Record has to be locked) CallStack: .... .... Error Object created: -------------------- SubSystem :DBFCDX SubCode :1122 GenCode :Lock required OsCode

3/31/2010 5:42:59 PM 6 Woerdie <woerde...@gmail.com>

Pages: 2 3 4 5 6









Newest Articles

=?ISO-8859-1?Q?File_output_and_the_degree_=28=B0=29_character?=
30 min. 48 sec. ago

Re: FindRoots?
32 min. 0 sec. ago

LinearModelFit
32 min. 11 sec. ago

Re: FindRoots?
32 min. 22 sec. ago

Printing problem of pdf created using movie15 Package
36 min. 50 sec. ago