| |
|
|
ASKTEC | Hello iF,
I have time even again attempts from Your example in the PHP-Forum schlau To go. unfortunately only with bedingtem success. now have I me times the onl.dll angeschaut (under code-Snipes) and ausprobiert.
now have I following ask:
- which functions harbouring The onl.dll as yet?? - How sounds The detailed Syntax?? with the example the Messagebox begins The spent row with EURUSD... if I The function zerpflüge and a String-Variable write and these subsequently ausgebe, sustain I as Ergenis 53 EURUSD.... What do I do wrong???
I find your Forum here Real class, only wish I me as Nichtprofi now and than a better Documentation the Examples, The help should
Please not wrong understand, but as Newbie or. someone the ex and on attempts something dazuzulernen, has one Real Problems Codebeispiele To understand so looks How in this/your example:
[...]
Weder The Procedures are described, yet The variables... How wants to the quick understand and The Own application umsetzen...?
nothing for ungut and thanks for your/Your Help...
Greeting
Andreas *coolyeah* |
|
|
| Profan 7.6 / XProfan 8 / XProfan 9 ~ W2k Prof. / Win XP Prof. ~ AMD XP2000+ / P4 3.80 GHz | 08/10/04 ▲ |
|
|
|
|
| Hehe clear Andreas, now, the lying warscheinlich on it the everything hold sometimes faster weg must as one it self Perhaps would like. there missing hold simply often The Time.
i'm off first on your ask one:
The onl.dll bid following couple functions: CompileMarkSeparation The detailed Syntax for the Example of the You redest, now, I habs hold time verständlicher rewritten (on The speedy *duck*) CompileMarkSeparationdef OpenURL(2) !"Online.dll","Internet_OpenURL"
declare callmem#,h&,ed&
dim callmem#,32768
h&=createdialog(%desktop,"Daten of PHP receive...",10%,30%,80%,40%)
ed&:=createtext(h&,"Hier The conceived Daten",1%,2%,98%,96%):thickframe
openurl("https://de.finance.yahoo.com/d/quotes.csv?s=EURUSD=X&f=sl1d1t1c1ohgv&e=.csv",callmem#)
settext ed&,string $(callmem#,0)
dispose callmem#
waitinput
end
hope the helps you bisl moreover.
To denne, iF |
|
|
| |
|
|
|
ASKTEC | Hello iF,
thanks, the help me moreover... now come I so clear...
only another small point...
i'm noticed, that You any Examples with XPSE here available position. i think there's but too many User here, The XPSE not yet using... These User must always The Examples Change to that testing... only time so as Note *duck*
means mach moreover so and thanks...
Greeting
Andreas |
|
|
| Profan 7.6 / XProfan 8 / XProfan 9 ~ W2k Prof. / Win XP Prof. ~ AMD XP2000+ / P4 3.80 GHz | 08/10/04 ▲ |
|
|
|
|
| very, with the xpse, hmmm, achja, I möchtja the any XPSE benefit. :biggrin:
particularly by the soon subesquent extensions will hopefully hardly another Trauen without XPSE To wörkeln.
To denne, iF |
|
|
| |
|
|
|
ASKTEC | Hello together,
has schoneinmal someone attempts a URL with of/ one Variable on The online.dll To transfer??
have massive problems so. here my attempt:
[quote:15e7cd22ee]declare x$,x&,way$ def OpenURL(2) !onl.dll,Internet_OpenURL
declare callmem# dim callmem#,255
way$=https://www.testseite.de/connect.php?text=ein+new+Test
openurl(way$,callmem#)
x$=String$(callmem#,0)
dispose callmem# if @neq(@InStr(ERFOLGREICH,x$),0) print SQL-entry successful else print not successful+x$ print way$ endif waitkey print x$ waitkey end[/quote:15e7cd22ee] These Version proposes always fehl. too one attempt the Content of way$ yet CHR$(34) mitzugeben fails...
Who a idea??
thanks
Andreas |
|
|
| Profan 7.6 / XProfan 8 / XProfan 9 ~ W2k Prof. / Win XP Prof. ~ AMD XP2000+ / P4 3.80 GHz | 08/25/04 ▲ |
|
|
|
|
| hey I make the too, without Problems, probier time the + wegzunehmen, need still not at all.
I look time hereafter on Your example.
To denne, iF |
|
|
| |
|
|
|
ASKTEC | Hello iF,
with the the + isn't the trouble. If I the kompletten String within
openURL(https://www.testseite.de/connect.php?text=ein+new+Test,callmem#)
aufrufe, then functions it without Problems...
only if I it we supra viewed aufrufe I get a Error...
Greeting
Andreas |
|
|
| Profan 7.6 / XProfan 8 / XProfan 9 ~ W2k Prof. / Win XP Prof. ~ AMD XP2000+ / P4 3.80 GHz | 08/26/04 ▲ |
|
|
|
|
ASKTEC | Hello together,
trouble is resolved...
after I found out have, that The onl.dll of www.mrk-soft.de is and there as RAS.dll to find is, have so did i there in the pkg a guide found, with its Help I the trouble eliminating could...
it must heissen: openurl(addr(way$).callmem#)
Greeting and thanks
Andreas |
|
|
| Profan 7.6 / XProfan 8 / XProfan 9 ~ W2k Prof. / Win XP Prof. ~ AMD XP2000+ / P4 3.80 GHz | 08/29/04 ▲ |
|
|
|