User Profile

Collapse

Profile Sidebar

Collapse
thesti
thesti
Last Activity: Apr 2 '11, 05:20 PM
Joined: Nov 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thesti
    replied to Three Columns Div question
    Oh, i forget. The background image of the left hand side and the right hand side is different.

    Notice that the blue line of the navigation is larger at the left hand side and it becomes smaller near the end of the right hand side.

    That's why i couldn't make a single div, center it, and apply a background-image with repeat-x attribute.
    See more | Go to post

    Leave a comment:


  • thesti
    replied to Three Columns Div question
    Great Idea JKing.

    never thought of it before. Thank you.

    Since the end of the left and the end of the right footer image has different color, I'm thinking of creating 2 absolute-positioned divs with z-index lower than the center, or can a single div has two different background-image? one for the left and one for the right.

    Thank you
    See more | Go to post

    Leave a comment:


  • thesti
    replied to Three Columns Div question
    Hello JKing, thanks for the reply.

    Here is my current layout



    and here is what i want to achieve



    The difference are in the header, menu and the footer part. Notice the line that continues to the left and the right of the screen from the content (center).

    I wonder how to set the width so that the center part will always be centered on the screen no matter what the resolution...
    See more | Go to post

    Leave a comment:


  • thesti
    started a topic Three Columns Div question

    Three Columns Div question

    hello,

    I have a header. Right now, it is only a div wrapped in another div, and placed at the center of the screen using the css margin:0 auto.

    I want to make it into 3 divs. Left, Center (the header) and Right. The reason is that, there's a line at the header image that should run from the left side to the right side of the screen. Right now, there's only empty space at the left and the right side of the header image....
    See more | Go to post

  • hi,

    thx Veena.

    i've tried your it.

    actually it is isn't it?

    Code:
    For Each crtab in CRreport.Database.Tables
    it opens Ms Access three time (because there are 3 tables i used in the report), ask a confirmation to open the database and close again.

    but then an error occurs saying Run-time error 445 "Object doesn't support this action" on...
    See more | Go to post

    Leave a comment:


  • How to programmatically set the database file for Crystal Report

    How to set the database file (MS. Access db) for a rpt file (Crystal report) programmaticall y in vb6?

    the problem is that, the rpt file is referring to the mdb file using an absolute path. so, when i open the project on another computer/different location, it couldn't file the .mdb file.

    i've encoutered this problem in .NET where we can set the location of the mdb file programmaticall y using the ConnectionInfo class of CrystalDecision s.Shared....
    See more | Go to post

  • thesti
    started a topic VB6 - Run Project on another Computer

    VB6 - Run Project on another Computer

    hello,

    i've completed my personal project in my laptop. my program uses Crystal Report 10, and i add references to the Crystal Report (such as the CRAxdrt)

    if then i copy project folder, which contains the *.frm, *.rpt, *.vbp, *.vbw and other fils. can i open and run my project on another computer? is there any prerequisites?


    Thank you.
    See more | Go to post

  • hi,

    thank you for your time giving me an example.
    See more | Go to post

    Leave a comment:


  • thesti
    started a topic Loop through and Manipulate MSHFlexGrid

    Loop through and Manipulate MSHFlexGrid

    hello,

    i have this MSHFlexGrid in my form and a commandButton, which when pressed, it will add new row to he MSHFlexGrid,

    the questions are:
    1. how can i manually specify the column header? there should be 3 columns and how to name each column?

    2. how can i loop through an MSHFlexGrid object. i need to see if the same row ID is being inserted. if so, i only need to update that row instead of inserting...
    See more | Go to post

  • DTS - import from excel ended with more records

    hello,

    i've just tried importing data from an excel file to a table in SQL Server 2000. there are only 887 rows in the excel file, but after the import process. and i select * from the Dest_Table. i see there are 2341 records.

    and also for this, i have to remove the primary key constraint from the table, because if not, there will be errors telling the primary filed cannot be null. there's no empty/null value in the...
    See more | Go to post

  • SQL Server 2005 Dev Edition : Data Flow Task error

    hello,

    i'm trying to import data from an excel file to a SQL Server 2005 table using the Integration Services Project. i have Visual Studio 2005 installed

    as i drag the data flow task and double clicking it, i get the following error

    Code:
    The task with the name "Data Flow Task" and the creation name "DTS.Pipeline.1" is not registered for use on this computer.
    then i googled,...
    See more | Go to post

  • thesti
    replied to DB deployment & installation
    ah.. Thank you for your information. that's what i don't know. i have little information about licensing, as i'm not tought about that in college.

    as this is a low budget project, i prefer a free distribution... i see that SQLite is free for any purpose.

    but since this application will be a multiuser app, with each user running an instance on his desktop, and there should be only one database, so the data are synchronize...
    See more | Go to post

    Leave a comment:


  • thesti
    started a topic DB deployment & installation

    DB deployment & installation

    hello,

    i'm planning to create an application. there are some software out there that can be used to automate the installation process of an application. but the application comes with a mysql database.

    i can include mysql in the installation process along with the application. but then how can i setup the database?

    the query such as the create database, create user, give permission, create tables along...
    See more | Go to post

  • thesti
    started a topic Display Data to DataGridView from ORM
    in .NET

    Display Data to DataGridView from ORM

    hello,

    i usually simply use DataAdapter or DataReader to get data from database.now, i'm thinking to use ORM to help ease OO development.

    but then because i have the need to display the data in a DataGridView, filling query result to a DataTable from a DataAdapter is simple enough. i don't know if it's better to use ORM or not.

    is filling data generated from ORM to a DataGridView is simple enough? if...
    See more | Go to post

  • thesti
    replied to Automated Data Import from EXCEL
    thanks nbiswas,

    i'll check those out
    See more | Go to post

    Leave a comment:


  • thesti
    started a topic Automated Data Import from EXCEL

    Automated Data Import from EXCEL

    hello,

    how to programmaticall y from VB .net / php. to import data from an EXCEL file?

    is there's no programmatic way, how to automated the process. as i search, the process is:

    Simply export data from excel as TXT or CSV. Than use MySQL command
    LOAD DATA INFILE 'path/file.txt' INTO TABLE your_table;

    so,
    1. export data from excel as CSV
    2. use the command LOAD DATA...
    See more | Go to post

  • thesti
    started a topic Get Correct IP Address
    in Java

    Get Correct IP Address

    hello,

    i'm developing a J2SE VoIP app. i used the InetAddress.get LocalHost() to get the address of the local machine.

    it works in xp, but not in Ubuntu. in Ubuntu it gives me "127.0.1.1" , which is listed in /etc/hosts file.

    after some search, some advice to use

    Code:
    NetworkInterface.getNetworkInterfaces();
    to get list of the available interfaces. but when i println ...
    See more | Go to post

  • thesti
    started a topic Pausing for animation
    in Java

    Pausing for animation

    hello,

    i have some jbuttons in my frame.

    and i have a recursive method, which will check a certain condition and if satisfied, will move one of the jbuttons location to somewhere else in the frame and then remove the jbutton from the frame, then the process is repeated.

    (since i use null layout for my frame, i can call the setBounds method)

    the problem is, the method will keep running...
    See more | Go to post

  • thesti
    started a topic Bring Component to Front
    in Java

    Bring Component to Front

    hello,

    how can i bring a component to front? so it's visible on top of any other components.

    i need to design a card game. each of user's card will only visible half of it, with the rest is covered by another card (the card to its left). the user can click one of his card to see its full view.


    now, i can create a manual layout and use jlabel and implements actionListener to bring the card forward....
    See more | Go to post

  • thesti
    replied to IE size/width problem
    Sorry, it's actually IE 6 not IE 7. i haven't tried it with IE 7
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...