Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wawanz

  1. wawanz

    ManagedCompiler?

    Thanks chiph, for your reply. But I was thinking of building my own builder application. Know any threads/sites that would help me start?
  2. wawanz

    ManagedCompiler?

    Dear guys, I'm using C# 2.0, I have a Windows application that references several dll's. Each time I modify a particular dll, I have to recompile the other dll's that references it, and finally compile the application that references all those dll's. I'm thinking of building a console...
  3. wawanz

    Concat dimension attributes

    Hi all, I'm using SSAS 2005. How do I concatenate two attribute values? For instance, I have two columns: Customer ID="001" and Customer Name="Mike". I want to make it display as one level in the hierarchy. Something like "Mike (001)". Thanks guys.
  4. wawanz

    Sorting Time Dimension

    Hi Leigh, thanks for your help, it sorts fine now...turns out I forgot to set the Week_Num column's datatype to smallint in Dimension table... Thanks a lot, Wawan
  5. wawanz

    Guideline for working with OLAP 2005 in teams

    Just an idea, have you tried using Visual SourceSafe 2005? Regards, Wawan
  6. wawanz

    Sorting Time Dimension

    Hi all, I have a similar problem with thread960-584412. My time dimension have these attributes: Time_Key, Full_Date, Year_Num, Semester_Num, Qtr_num,...and so on. When I created the hierarchy, I have an attribute Week_Name (NameColumn) with Week_Num as the KeyColumn. I already used the OrderBy...
  7. wawanz

    FETCH FIRST

    Oh I thought the @@FETCH_STATUS = 0 means something like the EOF in VB. Will try using the BREAK condition. Thank you.
  8. wawanz

    FETCH FIRST

    Hi guys...I have table Y with 700 records, with, say, two columns: column A, column B. I want to update column A with data from a column in table X but, table X only has 50 records. So what I'm trying to do is, update the first 50 rows of column A with data from table X, then loop back to the...
  9. wawanz

    self-install cab file on windows mobile?

    Hi, I'm developing a mobile application for Windows Mobile devices using VB.NET and C#. Everytime I need to upgrade my application on the devices I had to copy the cab file to the device and then click the cab file so it would install. It's a real problem because I had to do it for hundreds of...
  10. wawanz

    windows service to run a vb6.exe

    Hi, I'm planning to develop a windows service on my server, with a filesystemwatcher to watch a certain .zip file. If the .zip file has changed, then the service would launch a VB6 exe. Considering a service can run without having to log on to the server, would the VB6 exe run without logging on...
  11. wawanz

    Run exe-file on another computer

    Yes, someone mentioned about a Windows Service using VB, but I have no clue how to build one...Can you lead me to a sample somewhere, or if you have your own sample? Right now, everything works fine (with the Scheduled Task on the server), but I think the ability of a user to run that .exe...
  12. wawanz

    Run exe-file on another computer

    Hi jmarler...I think I have a similar problem with Bjornis BUT I need the .exe file to run on the server. This is my problem: I put an .exe (VB6) file on the server, I scheduled it to run every hour from 7 pm to 7 am. The .exe's task is to check a folder on the server if it contains the newest...
  13. wawanz

    remote access?

    Hi, I wrote an application (with tek-tips' help, of course) using VB6 and pcAnywhere object, via dial up modem to modem. The application did: 1. send a text file to the host pc via dial up(aaa.txt) 2. run an .exe on the host computer that would generate a text file (bbb.txt) 3. retrieve the...
  14. wawanz

    do I need administrator password?

    Hi, I developed a VB application, with a pcAnywhere object in it. This application's task is to send a .txt file to the remote computer and run an .exe file on the remote computer. I have 3 remote computers. It works fine with 2 computers (logged in as 'administrator'), but the 3rd one is not an...
  15. wawanz

    start an SQL Server from code

    Hi guys, I want to start/stop an MS SQL Server from my VB6 application. Is that possible? Can anyone guide me?

Part and Inventory Search

Back
Top