| Thread | Last Post | Replies |
|
| How can I get the Aggregate function of Analysis Mgr Measure in | 06 Jan 2005 17:22 GMT | 1 |
I am developing an application in VB accesing Multidimensional databases/cubes and I need to know how i can get the Aggregate function from a measure or the property value/formula of calculated members (measure). I would need to know it because depending on the result (sum,avg ...
|
| Format a Column in an Hierarchical Flex Grid Control | 06 Jan 2005 17:21 GMT | 5 |
How can I set the format of a column in an hierarchical flex grid control so that it shows dollar amounts in standard (#,##0.00) format so that $1.50 shows as 1.50 instead of 1.5? I've seen examples where a text box is overlaid over a cell and the
|
| Change Image after combobox click | 06 Jan 2005 17:20 GMT | 2 |
I'm trying to get my image to change after a certain name is chosen from my combobox. I get a 'Type Mismatch' error. 'mchenry.jpg' is located in the same directory as the form file. Does it need a full path or is somthing else wrong here.
|
| Datalist help needed | 06 Jan 2005 16:47 GMT | 2 |
I have a Datalist bound to an ADO control and it fills just fine. But I also have 3 textboxes on the same form that I want to fill from other column's in the db record when someone clicks on the record name in the Datalist control. Could someone point me in the right direction
|
| FTP upload | 06 Jan 2005 15:05 GMT | 1 |
Is there a way of setting the file date (timestamp) on a file I upload to an FTP server? The file seems to get the upload date as default, but is it possible to change it? Ed
|
| Focus in vb.net | 06 Jan 2005 14:56 GMT | 3 |
i have 3 textboxes out of 3 one is the resultant as i am displaying the result of 2 textboxes in the 3rd one. The problem is i am trying to use lost focus event in the 2nd textbox to display result in the 3rd one. But there is no
|
| macro substitution | 06 Jan 2005 14:41 GMT | 2 |
I would like to know whether there has macro substition at VB.NET similar to the &command at VFP. Taking VFP as example, I can code as below : store "thisform.txtbox1.value" to lcFieldName
|
| Getting SourceCode of a website | 06 Jan 2005 14:20 GMT | 1 |
Yesterday I've already posted and asked how to get the text of a website. I've received the correct answer: ieObj.Document.body.innerText (or innerHTML) Now I found out that I don't need the text of the site! I need the source
|
| How do I assign Win-W to some document that I am writing on my PC? | 06 Jan 2005 13:59 GMT | 2 |
Basically this Excel document is so popular that I use it everyday...
|
| Forms location (Docking) | 06 Jan 2005 13:55 GMT | 4 |
I have a SDI program in VB 6.0. When the main form is open, the user can click a button to open a second form. I'd like the second form to open to a specific location within the main form. I'm using a vertical menu and the second form needs to be next to the
|
| Text of a website directly into a Textfile | 06 Jan 2005 10:47 GMT | 1 |
My last post in this case. Is it possbible to put the text of a website ieObj.Document.body.innerText (or innerHTML) directly into a textfile or clipboard without using a vb command... like ieObj.Document.body.CopyInnertexttoFile....
|
| A simple question for good ones | 06 Jan 2005 09:09 GMT | 3 |
Hi, all: When using the coolbar control in VB6, Is there a way to know which of the tabs was selected when you do a mouse click? Thank you
|
| Sending messages over network | 06 Jan 2005 09:05 GMT | 4 |
I have a small app that runs as a service on our server. It checks our support database for jobs that are "due" at a certain time, and sends a network message to the relevant user to tell them This works via the NetMessageBufferSend API Call.
|
| Detecting windows shutting down possible? | 06 Jan 2005 05:58 GMT | 11 |
I have written an App, that runs all the time, I have it in the system tray, etc, etc, but when I shut down (or restart) the PC it seems to execute the quit routine I have within it, and comes up with are you sure you want to exit (the message box I have set up), I would like ...
|
| array property | 06 Jan 2005 05:29 GMT | 3 |
is there a way in VB to have a property of a class hold an array. I noticed you cant do this (is this true for OOP theory) and the only other way would be to declare another class of this type and make the property set to this object
|