| Reply | « Previous Thread | Next Thread » |
|
How Do I Save Fields in Appuifw.Form to File?
My English Bad. I research this but i can't find ![]() Please Tell me.. ![]() Master Coder! |
|
Quote:
!Please have a look at the below mentioned article in the Wiki. http://wiki.forum.nokia.com/index.php/How_to_use_Forms In the same code you could add few lines in the main to record the items to a text file. Suppose f is your file handler, then you could use Code:
a=myForm.getMobile( ) b=myForm.getModel( ) c=myForm.getAmount( ) d=myForm.getDate( ) e=myForm.getTime( ) FORM_FILE = #Your path here f=open(FORM_FILE,'wt') f.write(a) f.write(b) f.write(c) f.write(d) f.write(e) f.close() Hope that helps, Best Regards, Croozeus |
|
croozeus ; Thanks you.
I will ask very question ![]() Master Coder! |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Carbide Build PKG file to SISX - Phone says: "Can't Install" | mikedeklerk | Carbide.c++ IDE and plug-ins | 6 | 2009-05-19 09:23 |
| PED and signing. | IX | Python | 11 | 2008-04-21 02:15 |
| Error with makesis.exe and creating the .pkg file | gramya87 | Symbian Tools & SDKs | 7 | 2007-10-10 14:53 |
| how to save file & how to save settings? | MGvision | Mobile Java General | 2 | 2007-06-13 14:56 |
| Contacts fields order?? | timatima | General Symbian C++ | 1 | 2007-06-08 14:51 |