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!

Search results for query: *

  • Users: wawanz
  • Order by date
  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?
  16. wawanz

    deleting top n

    Hi, if I wanted to select the top 100 records I do it with this query: "SELECT TOP 100 * FROM [table]"... My question is: what if I want to delete the top 100 records, can I do that? What's the query? Thanks
  17. wawanz

    VB6 Service Pack 5

    johnwm: I thought so too, that's why for this particular customer I always use my non-SP5 VB6. So I develop using 2 computers. But I'll try my SP5 .exe on one of those 50 machines to be sure. Thanks for reminding me about the 28 questions. ArtieChoke: Yes, I installed my application on 50+...
  18. wawanz

    VB6 Service Pack 5

    Hi...I just installed Service Pack 5 on my VB6. My question is: Let's say I have a VB6 application (aaa.exe) running on 50 pc's (Windows 2000). I compiled that aaa.exe using VB6 without the Service Pack. What if I made enhancements to that aaa.exe then compiled it using VB6 SP5, can I just...
  19. wawanz

    Upgrading from 4.6 to 8.5

    Hi, I'm a VB6 programmer and have always used the Crystal Reports (version 4.6 I think) that came with VB6.. I'm thinking of upgrading my Crystal Reports to 8.5 BUT I have worries: will it have the same procedure to call the report from my VB6 application? Example: when I want to show a report...
  20. wawanz

    last record always disappear

    These are the details: Crystal Report 4.6, Access 97, VB6, SQL Server 7.0... the application is VB6...when I click the "Preview" button in my VB app, it would show the report in a window... The process in my "Preview" button: 1. because of complexity reasons, I have to...

Part and Inventory Search

Back
Top