|
Sql select - strange behavior Hello Look the simple next sequence oTabla := SqlSelect { , oConn } oTabla :SqlString := // String with 5 columns oTabla:Execute() Up to this point all right Later oTabla:SqlString := String very similar with 6 columns oTabla:Execute() and the result is right ... 19 Jul 2008 21:10
Support Tools Hi all, I'am considering to develop a rather small support utility including some kind of ToDo list for our engineers and possibly user service call registration for incoming support calls from our customers. Has anyone of you developed a similar kind of tool or most of you using professional, rather expensive t... 19 Jul 2008 21:10
Split Window with a ShellWindow I am starting a new application and moving from Classmate over to Just VO with Vo2ADO and bBrowser. I need some suggestions on the way to design the user interface. I was recently in Georgia for the MasterCIass Geoff Schaller gave and I am using most of his enhanced LIBS for VO. I created an app with a Splitwind... 19 Jul 2008 21:10
Tip of the Day Just rediscovered something that I think was buried back in an early version of 2.5: FUNCTION start() LOCAL aArr AS ARRAY aArr := {} AAdd(aArr, AA{"First message"}) AAdd(aArr, AA{"Second message"}) AAdd(aArr, AA{"Third message"}) ? 'Print the array' aArr:PrintMessage() ? 'Finished' _Wait(... 18 Jul 2008 07:11
Changes VO 2.8 I try to translate cavo2ivo library with vo2.8 trial. How to chage wintype local hHandle as Handle Perhaps: who has translated this library? Thanks Wolfgang ... 19 Jul 2008 08:52
HELP PLEASE: How to get longer fields than 255 chars with SqlConnection From an XLS file I'm getting data like this: oSQL := SQLSelect{"SELECT * FROM [sheet1$]",oHost} getting a the content of a cell is coded like this: uTableFieldInfo := oSQL:FIELDGET(dwCol) The length of the FieldGet is never bigger than 255 chars while some fields have a bigger content. Digging into the Ge... 17 Jul 2008 13:44
YOU ARE THE KING Alessandro, THANK YOU!!!! That was the solution, you are great. Juergen "Alessandro Antonangeli" <alcati(a)alcati.RemoveThis.com> schrieb im Newsbeitrag news:g5lid9$s8a$1(a)aioe.org... Ok, you win, you (and my curiosity <g>) made me work for you here is a working sample Create a window (here name... 17 Jul 2008 02:25
Dialog Window remains after EndDialog() I have a dialog window which closes ok! if no processing is executed. The window provides http connectiion to the internet. Once the processing has been completed the window remains on the screen after closing. The window is obviously gone as any further windows opened overlay the original window and on closing th... 16 Jul 2008 17:10
OleAutoObject:Destroy() error Hi, I use several 3rd party COM products and all of them work as expected except one. If I use this component I get an exception, the 0xC0000005 thing in VO28ORUN.DLL, when the program ends. The error is thrown in the method OleAutoObject:Destroy() when oIDispatch:Release() is called. //------------------... 16 Jul 2008 13:00
Connect with TCP/IP Hi Folks, I need do communicate over TCP/IP with a Phone System this can work as Server or Client has anyone Information how to programm this in VO 2.7b ???? I see there ist some samples but i cant find any description Reinhard ... 17 Jul 2008 08:33
Multi clipboard Hi, I want to copy a text into the clipboard, as a formated and as unformated text. How can I copy the text to the clipboard without clearing the old content? Juergen ... 18 Jul 2008 10:17
VO programmer in CZ (praha) Hi All, I'm looking for a VO programmer in CZ. A few years ago, I had contact with him by email. Now, I'm looking for his new or changed email address. Can Someone help me. I think his name was Pavel and he live in the area of Praha. Dirk -- ... 17 Jul 2008 05:29
Radio button and subdatawindow A strange thing happens I have a radio button group in a datawindow which own 2 subdatawindows If I select a radio button with the mouse, everything hangs Removing the 2 subdatawindows it works (tryed also removing 1 and the other 1, but still hangs) I create a third subdatawindow, moved the radio button group in... 18 Jul 2008 10:17
VO and Lotus Notes What steps should I follow to send simple email messages (without attachment) to our Notes Mail system? I'am preparing a rather simple customer support DB and would like to be able to send mail (from within VO) to Lotus Notes mailserver. On the client stations Lotus Notes 6.5.4 has been installed. If someone has so... 19 Jul 2008 12:58
VO & Vista Network Hey everyone, A client has 6 brand new hp pavilions, one is a pavillion elite 9340f quad core and 5 are hp pavillion 6400f dual core on which I am running a peer to peer network with a single win32 application all running Vista Home Premium SP1, uac turned off. We intended to load the VO app and the data ont... 17 Jul 2008 09:35 |