realbasic-nug.it
[Top] [All Lists]

importare ma nella colonna giusta

To: REALbasic NUG Italian <realbasic-nug dot it at lists dot realsoftware dot com>
Subject: importare ma nella colonna giusta
From: ivano monti <ivanomonti at libero dot it>
Date: Thu, 16 Mar 2006 15:38:42 +0100
Delivered-to: realbasic-nug dot it at lists dot realsoftware dot com
References: <5403BA6D-7FE8-4C39-8E77-B53AC9F747AD at libero dot it> <5CB44CE6-AA83-42B9-B35E-FBC5818F536F at elbrigante dot it>
Ciao ragazzi un altro problema, vorrei che ciò che venga importato nella lista box sia nella cella 5(4) e non nella 1(0) ma non trovo molto sui manuale in linea

  dim file as folderitem
  dim dialogo as new opendialog
  file=dialogo.showmodal
  dim t as textinputstream

  peopleListcontact.DeleteAllRows

  if Not (file is nil) then
    t=file.OpenAsTextFile
    While Not t.EOF
      peopleListcontact.addrow t.readline
    wend
  end if


Ivano Monti
Sviluppo Gestionali e installazione siti professionali
P.R. ©® http://ivanomonti.iyelloworld.com/
P.R. ©® http://iyelloworld.com/
Forum > Filemaker > Java > Realbasic > MySQL & Php
Shopping > Aperto agli sviluppatori che vendono on line

(e) ivanomonti at iyelloworld
(e) ivanomonti at iyelloworld dot com
-
(t) 029693379
(f) 029693379
-
Skype = ivanomonti
AIM = ivanomonti
iChat = ivanomonti
Yahoo = ivanomonti
ICQ =  200782119
-




<Prev in Thread] Current Thread [Next in Thread>