Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dBase & winsock

Status
Not open for further replies.

esDanniel

Programmer
Nov 12, 2003
1
ES
Hello everybody,
I am trying to transmit text with winsock, but I have a problem to receive data, because I cannot see what I receive.

My code
-------------------------------------------
Send:
send=form.entryfield2.value
form.activex1.nativeobject.senddata(send)
--------------------------------------------
Receipt:
form.activex1.nativeobject.getdata(date)

form.text3.text=form.text3.text+date
-------------------------------------------------
If somebody could help me.

Regards,
 
If you meant to post to the Visual dBase forum then post your query here: forum289

Otherwise, your question does not apply to this dBase (for DOS) forum so far as I can determine since DOS does not see much of the Windows environment. Although I did not find a specific Winsock forum, you may also find help in one of the Windows OS forums.
 
Receipt:
form.activex1.nativeobject.getdata(date)
msgbox(date)
form.text3.text=form.text3.text+date

Christopher F. Neumann
[dBASE Charter Member]
Blue Star Visual dBASE graduate
ICCP TCP/IP Network Analyst
Data Communications Engineer
 
dbMark (Programmer) Nov 14, 2003
If you meant to post to the Visual dBase forum then post your query here: Forum289



What if they are using dBase Plus wich is not 'visual' and certainly isn't DOS?



Christopher F. Neumann
[dBASE Charter Member]
Blue Star Visual dBASE graduate
ICCP TCP/IP Network Analyst
Data Communications Engineer
 
Wow, then I'm glad I said "If". Since the version wasn't mentioned, I was guessing. I'm familiar mainly with Dbase 3+ and 5, both solidly in DOS.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top