Jump to content

my first example and my first question


n2bsolution

Recommended Posts

Hello i just download the product for delphi2007. I need, if was possible, a simple guide to do my first program.

 

Something like ¡hello world! but in a web.

 

I am sorry, i am trying it and ..... .

 

Please, someone can help me ?. I am lost. I know delphi well but this is totally new from me.

 

I need only the first steps an then it's my problem like ever.

 

 

Thanks.

Vicente.

Link to comment
Share on other sites

hi,

 

Well...it's not so difficult to start your first apps:

 

- Start Delphi and then do the following:

- File / New / Other / UniGui for Delphi

- Application Wizard and do what you normally do in Delphi, gave the project

a name and a project directory.

- Choose al VCL Applicaton / Standalone server or Isapi if you would like

- Click the OK button and your project is ready to start

- If you need a DataModule or Form do the same as about File / New / UniGui for Delphi and choose

a datamodule or form

- Use the ServerModule to create the standalone server or if you would like to change the

MainFormDisplay into mfPaAge or mfForm and run the apps and see what happens

- Run the apps using F9 like the Delphi way

- Start you browser and use: http://localhost:8077 to see you apps

 

Regards Peter

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...