Search found 246 matches

by Marco
Mon Aug 13, 2012 3:19 pm
Forum: General category
Topic: API : Short, Integer and Long ByAddress
Replies: 4
Views: 10888

API : Short, Integer and Long ByAddress

hi, byaddress is only for strings, numerics are alway`s byaddress.
byaddress for strings is used by windows if a pointer to a string block is used by the dll call.

best regards
by Marco
Tue Aug 07, 2012 3:37 pm
Forum: General category
Topic: Databases
Replies: 2
Views: 5208

Databases

hi, i am afraid nothing is really supported. you can use mysql(free) with dll calls but i find it to difficult. Right now i am busy to intergrate a dbase component in fnx basic, it is a dbase file with if needed index files and so on. It is not finished yet. Every input of the dbase is written direc...
by Marco
Tue Jul 24, 2012 3:34 pm
Forum: General category
Topic: Uses app path instead of curr path for file.open
Replies: 3
Views: 13900

Uses app path instead of curr path for file.open

have anibody tried dir$?
the current path is dir$("@").
I hope this will help.
best regards
by Marco
Wed Jun 20, 2012 3:17 pm
Forum: General category
Topic: Latest insll of FNX_apr_2012 - Display in editor ?
Replies: 9
Views: 18874

Latest insll of FNX_apr_2012 - Display in editor ?

It seems there is a quick solution for it, set of the highlighting of the editor. goto settings-options and unmark highlighting keywords. then reload the file you wat to work with. ofcourse you`ve no highlighting but you can work with it. in the mean time i `ll test it on ubuntu wine.

best regards
by Marco
Tue Jun 05, 2012 3:41 pm
Forum: General category
Topic: Latest insll of FNX_apr_2012 - Display in editor ?
Replies: 9
Views: 18874

Latest insll of FNX_apr_2012 - Display in editor ?

hi i`m working on it, if i fixed the problem i let it know.

best regards
by Marco
Sun Jun 03, 2012 3:28 pm
Forum: General category
Topic: Latest insll of FNX_apr_2012 - Display in editor ?
Replies: 9
Views: 18874

Latest insll of FNX_apr_2012 - Display in editor ?

the basic file must be plain text. So you can open it with any text editor ie windows notepad. The editor must save it as a plain text file however it edits in rtf format, so what you mailed is rtf format. The question is of the bas file is saved as rtf or the editor shows the rtf format.This can be...
by Marco
Mon May 28, 2012 3:25 pm
Forum: General category
Topic: StatusBar Problem
Replies: 3
Views: 6214

StatusBar Problem

hi, you must first add a panel to use it this code must work.don`t forget to set simplepanel to false.best regardsOBJECT MainForm As Form  Center  BorderStyle=bsToolwindow  ClientHeight=400  ClientWidth=600  OBJECT StatusBar1 AS StatusBar    Width=384    ...
by Marco
Sun May 27, 2012 3:50 pm
Forum: General category
Topic: StatusBar Problem
Replies: 3
Views: 6214

StatusBar Problem

hi you use statusbar.simplepanel=true that is in fact one panelmode, set simplepanel to false that is the multipanelmode.

best regards
by Marco
Sat May 05, 2012 3:46 pm
Forum: General category
Topic: Latest insll of FNX_apr_2012 - Display in editor ?
Replies: 9
Views: 18874

Latest insll of FNX_apr_2012 - Display in editor ?

can you tell me how(where) to get ubuntu and wine (last one i`ve probely got) .
I have space enough to install it on my computer (multiboot).
If i have it i can test my fnxbasic at that os in the future.
best regards
by Marco
Mon Apr 16, 2012 8:21 pm
Forum: General category
Topic: Email using API [shell32.dll]
Replies: 10
Views: 15549

Email using API [shell32.dll]

I am afraid that is not possible because i found this on the internet:the most simple one is to use the ShellExecute API call to send an email using the default e-mail client software installed on a user`s machine, this approach is ok, but you are unable to send attachments in this way. I think you ...